body {
    font-family: Lora;
    font-size: 16px;
    color:#13559c;
    margin: 0;
    padding: 0;
    background-color: #F6F6F6 !important;
    box-sizing: border-box;
}

.accordion {
    background-color: transparent;
    z-index: 12;
    padding: 70px;
    margin-top: -3%;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.accordion-item {
    border-bottom: 1px solid #E3A638;
}
.accordion-item:last-child {
    border-bottom: 1px solid #E3A638;
    border-bottom-width: medium !important;
}
.accordion-header {
    background-color: #f9f9f9;
    color: #005a87;
    font-family: "Lora", serif !important;
    font-weight: 500 !important;
    font-optical-sizing: auto;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.negative-space{
    margin-bottom: -2px;
    border-bottom: 1.5px solid #ddd;
}
  
.accordion-header:hover {
    background-color: #e9e9e9;
}
.accordion-content {
    display: none;
    padding: 10px 20px;
    color: black;
}
.accordion-item.active .accordion-content {
    display: block;
}

.body-card{
    background-color: white;
    box-shadow: -.1em 0 .90em #696969;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 2%;
    position: relative;
    z-index: 1px;
    height: auto;
    height: 100%;
    padding-bottom: 200px;
}
/*top half of page*/
/* site name + description */

.logo-text-anchor{
    letter-spacing: 0px;
    font-family: "Lora", serif;
    font-size: 41.8px;
    font-weight: 400;
    position: relative;
    /* top: 55px; */
    top: 28px;
    left: 26.5px;
    margin:auto;
    color: #13559c;
    padding: 10px;
    background-color: white;
    text-decoration: none;
}

.logo-text-anchor:hover{
    color: #005a87 !important;

}

.tagline{
    margin-bottom: 10px !important;
    top: 10px !important;
    padding: 10px !important;
    left: 34.5px;
    font-size: 13.2px;
    color: #696969;
    letter-spacing: 1.5px;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-optical-sizing: auto;
    position: relative;
}

hr{
    height: 0px;
    margin-top: 12px !important;
    width: 90%;
    margin-left: 43.5px !important;
    border: none;
    border-top: 1.5px solid #E3A638 !important;
}

.winner-divider{
    border-top: 1.5px solid #dcdcdc !important;
    width: 100%;
    margin: 0% !important;
    padding-bottom: 12px;
}

.btm-hr{
    height: 0px;
    width: 90%;
    margin-left: 43.5px !important;
    z-index: 7;
    margin-top: 10px;
    border: none;
    border-top: 1.5px solid #dcdcdc !important;
}

/* nav bar */
/* entire navigation within site */
.menu-bar ul{
    margin-top: 5px;
    margin-left: 34.5px;
} 

/* moves indiv links inside ul   */
 .menu-bar ul li{
    list-style: none;
    float: none;
    margin: 0;
    padding-left: 10px;
    padding: 0.4em;
    display: inline-block; 
    position: relative; 
} 

.menu-bar ul li:first-child{
    padding-top: .7em;
}

/* style text inside link */
 .menu-bar ul li a{
    display: block;
    text-decoration: none;
    font-family: "RobotoCondensed", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;
    color: #13559C; 
    padding-left: .9em;
    padding-top: .2em;
}  

.menu-bar li:hover > ul, .menu-bar li.menu-bar.parent.hover ul{
    display: block !important;
}

.menu-bar ul li ul{
   display: none;
   position: absolute;
   margin-left: -3%;
   margin-top: .5em;
   width: 215px;
   background: #F6F6F6;
   font-size: 12px;
   font-family: "Roboto", sans-serif;
   font-weight: 400;
   font-style: normal;
   border-bottom:5px solid;
   border-bottom-color: #E3A638;
}  


/* when hover over link for dropdown  */
.menu-bar ul li:hover ul{
    display: block;
    padding: 0;
    z-index: 1000;
 }  

.menu-bar ul li ul li a{
    padding-left: .9em;
    padding-top: .2em;
    padding-bottom: .2em;
 }  

 .menu-bar ul li ul li a:hover{
    color: #E3A638;
 }  
 .menu-bar a:hover{
    color: #E3A638;
}
/* end of nav bar */
.title-year{
    font-family: "Lora", serif !important;
    font-size: 16px;
    color: #E3A638;
}


h1{
    -webkit-text-size-adjust: 100%;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    word-wrap: break-word;
    line-height: 100%;
    letter-spacing: -1px;
    font-size: 2em;
    margin: .67em 0;
    font-weight: 400;
    font-family: "Lora"; 
    color: #E3A638 !important;
}
p{
    -webkit-text-size-adjust: 100%;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 16px;
    line-height: 25px;
    color: #696969;
    font-family: 'Roboto',sans-serif !important;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    margin: 1em 0;
}
strong{
    color: #13559C;
}


.anchor-text{
    -webkit-text-size-adjust: 100%;
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    line-height: 25px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    color: #13559c;
    cursor: pointer;
    text-decoration: underline;
}
.anchor-text:hover{
    color:#E3A638;
    transition: all 250ms ease-in-out;
}



.centro-img{
    max-width: 20%;
    max-height: 357.57px;
    margin: 5px 15px 5px 0px;
    float: left;
}


.centro-text{
    color: #696969;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    text-align: start;
}
.centro-text1{
    color: #696969;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: start;
}
.title-award{
    font-size: 16px;
    color: #13559C;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    /* font-weight: bold; */
    text-decoration: underline;
}

a:hover{
    text-decoration-color: #E3A638;
    color:#E3A638 !important;
}
.text-reg{
  margin-top: .1em;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}

.gallery-Rogers{
    margin: 16px 0px;

}

.gallery-Rogers img{
    transition: 1s;
    padding: 15px;
    width: 30.1%;
}

.gallery-Rogers img:hover{
    transform: scale(1.1);
}

/* slider for 2017 */

.container{

    justify-content: center;
    margin: 0 auto;
    width: 20%;
    height: 57vh;
    position: relative;
    background: black;
    display: flex;
    overflow: hidden; /* hide any overflow beyond the container */
}

.swiper{
    width: 70%;
    height: fit-content;
    margin: 0 auto;
}


.swiper-slide{
   
  object-fit: contain; /* Make the image fit inside the container while maintaining aspect ratio */
  width: 100%; /* Allow the width to adjust based on the height */
  /* height: 100%; Make sure the image takes up the full height of the container */
  display: block;  /*Remove any default inline styling */ 
  margin: 0 auto; /* Center the image horizontally */
   
}

/* arrows */
.swiper-button-next,
.swiper-button-prev { 
    /* margin: 0 auto; */
    margin: 40px;
    color: green !important;
    fill: green !important;
    stroke: green !important;   
}

.footer{
    background-color: #13559C;
    width: 100%;
    margin: auto;
    bottom: 0;
    position: absolute !important;
    height: 107.4px;
}

.credit{
    text-decoration: none;
    color: #FFFFFF;
    background-color: transparent;
}
.credit:hover{
    color:#696969 !important;
}
.credit-info{
    margin: 40px 50px 20px 50px !important;
    font-size: 16px !important;
    color: #FFFFFF;
    background-color: transparent;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
h5{
    background-color: rgba(0,0,0, 50%);
    width: fit-content;
    padding: 10px;
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 10px;
}
.carousel{
    width: 90%;
    box-shadow: 0px 15px 10px -15px #111;
    margin: 5%;
    margin-top: 30px;
    /* margin-bottom: -9px; */
    margin-bottom: 10px;
    background-color: black;
}
.carousel-item{
    padding-left: 10%;
    padding-right: 10%;
}


.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}
