* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;

}

/*h1 {
float: right;
color: greenyellow;
text-align: right;
text-decoration: solid;
font-family: sans-serif;

top: 10px;

}*/
header {
    display: flex;
    width: 100vw;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    padding-bottom: 20px;
    align-items: center;
    background-color: honeydew;

}
/*.logo {
    position: relative;
    float: right;
    right: 570px;
    top: -15px;


}*/
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    height: 80px;
    width: 80px;
}
.image {
    width: 100%;
    height: 600px;
    margin-top: -15px;
    margin-bottom: -5px;

}
h1 {
    font-family: 'Geneva';
    text-transform: uppercase;
    text-shadow: black;
    color: green; 
}
/*header {
    background-color: whitesmoke;
    padding: 50px;
    margin-bottom: 0px;   
}*/

.container a {
    left: 10px;
}
.nav_bar {
    display: flex;
    justify-content: space-around;
    width: 50vw;
    flex-wrap: wrap;
}
nav ul li{
    list-style-type: none;
}

/*nav li {
    display: inline-block;
    margin-right: 70px;
}*/

nav  a {
    text-decoration: solid;
    text-transform: uppercase;
    font-family: 'Lucida Sans';
    color: green;
}
nav a:hover {
    color: yellowgreen;
}

.programs {
    position: relative;

}

.info {
    text-align: center;
    margin-top: 30px;
    font-family: 'Trebuchet MS';
    font-weight: lighter;
}

h2 {
    text-align: center;
    font-weight: 200;
    font-family: 'Trebuchet MS';
    color: green;
    padding-top: 20px;
}

.contact-form {
    position: absolute;
    width: 85%;
    max-width: 600px;
    left: 400px;
    margin-top: 40px;
    background-color: thistle;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 20px tomato;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 10px;

}

.text {
    border: 2px solid grey;
    padding: 8px 8px;
    margin-top: 20px;
    border-radius: 8px;

}

.text label {
    display: block;
    text-align: left;
    font-family: 'Trebuchet MS';
    text-transform: uppercase;
    font-size: 14px;
}

.text input,textarea {
    width: 100%;
    padding: 5px 5px;
    margin-top: 5px;
    outline: none;
    border: none;
    background: none;

}

.button {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: lightcoral;
}
.button:hover {
    background-color: lightcyan;
}

.content {
    position: relative;
    margin-left: 80px;
    margin-top: 30px;
    text-align: justify;
    display: block;
   
}

.columns section, .columns aside {
    float: left;
    width: 30%;
    padding-left: 10px;
    padding-right: 5px;
    margin-left: 3px;
    background-color: honeydew;
    font-family: 'Trebuchet MS';
    font-weight: lighter;
    
    z-index: 1;
    
    
}
.divisions section img,aside img {
    border-radius: 15px 50px 30px; 
}

.columns::after {
    display: block;
    content: "";
    clear: both;
}

section h3 {
    color: royalblue;
}
aside h3 {
    color: royalblue;
}

.divisions aside img {
    height: 190px;
    width: 280px;
}

.divisions section, .divisions aside {
    float: left;
    width: 30%;
    padding-left: 10px;
    padding-right: 5px;
    margin-left: 3px;
    font-family: 'Trebuchet MS';
    font-weight: lighter;
    margin-top: 30px;

}

section .date, aside .date {
    color: green;
    
}

section .event, aside .event {
    color: red;
}

.information h2 {
    margin-top: 20px;
    
}
hr {
    float: left;
}
.information {
    background-color: beige;
    padding-top: 40px;
    margin-top: 0px;
}

.information p {
    margin-left: 20px;
    margin-top: 20px;
}

.term h4 {
    margin-top: 20px;
    margin-left: 20px;
}
.term p {
    text-align: justify;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    width: 90%;
}

.term li {
    display: list-item;
    list-style-position: inside;
    margin-top: 10px;
    
}
 .term ol {
     margin-left: 20px;
     width: 90%;
 }
 .term .squarepoints {
     list-style-type: square;
     margin-left: 40px;
     
 }
 .term .circlepoints {
     list-style-type: circle;
     margin-left: 20px;
 }
.game_content h2 {
    text-align: center;
    margin-top: 20px;
}
footer {
    text-align: center;
    font-weight: bold;
}

table {
    width: 100%;
}
table caption {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
th {
    
    text-align: left;
    text-decoration: underline;

}
table tr th {
    color: green;
}
.table1 tr:nth-child(even){
    background-color: lightgray;
}
table, th, td{
    padding-left: 20px;
}
.table2 table th {
    text-decoration: none;
}
.game_content p {
    margin-left: 40px;
    padding-top: 20px;
}
.ques {
    margin-top: 40px;

}
.table3 table {
    width: 100%;
    padding-top: 20px;
}
.tablelocation iframe{
    height: 0;
    width: 0;
    
}

.tablelocation:hover,iframe {
    cursor: pointer;
}

#location1:hover iframe {
    width: 400px;
    height: 300px;
    border: 2px solid grey;
    position: absolute;
    border-radius: 8px;
    
}
#location2:hover iframe {
    width: 400px;
    height: 300px;
    border: 2px solid grey;
    position: absolute;
    border-radius: 8px;
    
}
#location3:hover iframe {
    width: 400px;
    height: 300px;
    border: 2px solid grey;
    position: absolute;
    border-radius: 8px;
    
}
#location4:hover iframe {
    width: 400px;
    height: 300px;
    border: 2px solid grey;
    position: absolute;
    border-radius: 8px;
    
}
#location5:hover iframe {
    width: 400px;
    height: 300px;
    border: 2px solid grey;
    position: absolute;
    border-radius: 8px;
    
}
#location6:hover iframe {
    width: 400px;
    height: 300px;
    border: 2px solid grey;
    position: absolute;
    border-radius: 8px;    
}
form {
    padding: 30px;  
    border: 2px solid gray; 
    margin-top: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 20px lightslategray;
    border-radius: 8px;
    margin-bottom: 10px
    
}
form p{
    font-size: 18px;
    
}

.container1 label {
    margin-top: 0px;
    padding-left: 40px;
}

.container1 input {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
   border-bottom-color: green;
   width: 80%;
    
}
.parent input {
    width: 80%;
}
.phone_no input {
    width: 80%;
}
.email_id input {
    width: 80%;
}
.tab {
    margin-left: 0px;
    padding-left: 0px;
    width: 45%;
}
.tab label {
    padding-left: 15px;
}

.container2 {
    margin-left: 40px;
    
}
.container2 input {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
   border-bottom-color: green;
   
}
.parent {
    margin-bottom: 20px;
}

.phone_no {
    margin-bottom: 20px;
}
.gender_class {
    margin-top: 20px;
}
.grade {
    margin-top: 20px;
    margin-bottom: 20px;
}
.closest_school p{
    padding-left: 40px;
}
.positions1 p {
    padding-left: 40px;
}
.positions1 table {
    width: 50%;
}
.positions2 p {
    padding-left: 40px;
}
.positions2 table {
    width: 50%;
}
.uniform table {
    width: 50%;
}
.container7 {
    margin-left: 40px;
}
.container7 p:nth-child(1){
    text-decoration: underline;
}
.container7 input {
    border-top: none;
    border-left: none;
    border-right: none;
   border-bottom-color: green;
   width: 80%;
}
.container8{
    text-align: center;
    padding: 20px;
}
.container8 input {
    padding: 10px;
    font-size: 20px;
    background-color: green;
    
}
.container8 input:hover {
    background-color: honeydew;
}







