*,html,body{
    margin: 0; 
    padding: 0;
    list-style: none;
}
nav{
    margin-bottom: 10px;
    margin-right: 10px;
}
nav ul{
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-right: 20px;
}
nav li{
    list-style: none;
    margin-left:30px;
    margin-top:10px;
    
}

.header-image{
    width: 100%;
}
nav a{
 text-decoration: none;
 color:white;
}
nav a:hover{
    color: rgb(224, 219, 219);
}
.banner{
    padding:0;
    background-color: #000000;  
    position: relative;
    width: 100%;
}
.over-text{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    
}
.over-text h1{
    font-size: 80px;
}

.rjuhsd-over-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    
}
.rjuhsd-over-text h1{
    font-size: 150px;
}

@media screen and (max-width: 768px) {
    .over-text {
        font-size: 20px;
    }
}

.date-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 30px;
}
.date-img{
    margin-right: 60px
}
.date-info{
    margin-left:60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.inline-dates{
    display: flex;
    flex-direction: row;

}
.image-cont{
    width: 275px;
    height: 375px;
    overflow: hidden;
}
.cropped-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.day-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.the-day{
    margin-left: 100px;
}
.hosts{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top:20px;
    margin-bottom: 20px; 
    gap: 100px;
    flex-wrap: wrap;
}
.the-host{
    box-shadow: 2px 2px 5px black;
    width: 275px;
    text-align: center;
    margin: 10px;
    padding: 10px;
}
.instructors{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    margin-top:20px;
    margin-bottom: 20px; 
    flex-wrap: wrap;
    
}
.instructor{
    box-shadow: 2px 2px 5px black;
    width: 275px;
    text-align: center; 
    margin: 10px;
    padding: 10px;
}

}
.location{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}
.location-images{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.location-crop{
    width: 900px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 50px;
    margin-left: 50px;
    box-shadow: 2px 2px 5px black;
}
.media-map{
    border:0;
    max-width:1400px;
    max-height:850px;
}
@media only screen and (max-width: 568px) {
    .location-crop{
        width: 250px;
        height: 100px;
        object-fit: cover;
        box-shadow: 2px 2px 5px black;
    }
    .media-map{
        height: 450px;
        width: 250px;
        box-shadow: 2px 2px 5px black;
        
    }
    .over-text h1{
        font-size: 10px;
    }
    .date-img{
        width: 5%;
        display: none;
    }
    .buy-button{
        width: 300px;
    }
    .location-cont{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       
    }
    .location{
        display: flex;
        flex-direction: column;
        align-items: center;
        outline: black;
    }
    nav{
        font-size: 13px;
    }
    .over-text{
        top: 45%;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 900px) {
    .over-text h1{
        font-size: 50px;
    }
    .location-crop{
        width: 600px;
        height: 300px;
        object-fit: cover;
        margin-bottom: 50px;
        margin-left: 20px;
        box-shadow: 2px 2px 5px black;
    }
    .media-map{
        width: 600px;
        height: 655px;
    }

}
.location-cont{
    background-color: #badbee;
    width: 100%;
}
.maps{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buy-button{
    background-color: #202a44;
    color:white;
    font-size: 20px;
    padding: 14px 40px;
}
.button-box{
    display: flex;
    justify-content: center;
	gap: 100px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.cat-img-cont{
    width: 375px;
    height: 375px;
    overflow: hidden;
    box-shadow: 2px 2px 5px black;
}
.cat{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 100px;
    flex-wrap: wrap;
}
.item{
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
    width: 400px;
}
.item h2{
    padding-top: 10px;
    padding-bottom:10px;
}
.full-rules{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 100px;

}
.buy-button:hover{
    cursor: pointer;
    color: rgb(215, 215, 215);
}
.cat-row-blue{
    display: flex;
    flex-direction: row;
    list-style: circle;
    justify-content: center;
    gap: 1px;
    flex-wrap: wrap;
    background-color: #badbee;
}
.the-cat{
    width: 30%;
    margin:30px;
}
.the-cat li{
    list-style: circle;
}
.text-box{
   width: 70%;
   display: flex;
   flex-direction: column;
   justify-content: center; 
}
.cat-row-white{
    display: flex;
    flex-direction: row;
    list-style: circle;
    justify-content: center;
    gap: 1px;
    flex-wrap: wrap;
}
.history-cont{
    font-size: 40px;
    width: 100%;
    margin-top: 20px;
}
.past-years{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin-top: 20px;
}
.past-years ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.past-years li{
    list-style: circle;
    margin-top: 20px;
    margin-bottom: 20px;
}
.past-years a{
    text-decoration: none;
    color: #202a44;
}
.past-years a:hover{
    color: #2d4a92;
}
.awards{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.top-row{
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
}
.big-award{
   box-shadow: 2px 2px 5px black;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
}
.award-img{
    width: 375px;
    height: 375px;
    overflow: hidden;
    margin: 3.5px;
}
.bottom-row{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.the-award{
    margin: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 5px black;
    text-align: center;
}
.awards p{
    font-size: 20px;
}
.awards h3{
    font-size: 25px;
}
.awards h1{
    font-size: 35px;
}
.recent-cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}
.recent-winners{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}
.the-winner{
    display: flex;
    flex-direction: row;
    gap: 10px;
    box-shadow: 2px 2px 5px black;
}
.recent-img{
    width: 375px;
    height: 375px;
    overflow: hidden;
    margin: 3.5px;
}
.recent-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: 10px;
}
.flex-item1{
    font-size: 40px;
}
.flex-item2{
    font-size: 30px;
}
.flex-item3{
    font-size: 25px;
}
.new-cont{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.history-link{
    color: black;
    text-decoration: none;
}
.history-link:hover{
    text-decoration: underline;
}
.about-us-cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-us-text{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.about-bio{
    text-align: center;
}