html, body{
    margin:0px;
    padding: 00px;
    box-sizing: border-box;
    overflow-x: hidden;
}
/*IMAGE EXCEPTIONS*/
#four img{
    width: 40vw;
}
#six img{
    width: 40vw;
}
/*IMAGE EXCEPTIONS*/

/*Universal styles*/
p{
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    margin-top: 15px;
}
h5{
    font-size: clamp(21px, 3.333333vw, 36px);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
}
.locations{
    width: 50%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    border: 1px solid rgb(0, 0, 0);
}
.locations ul{
    border: 0px solid rgb(0, 0, 0);
    list-style:square ;
    visibility: visible;
}
.locations li{
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
iframe{
    margin-top: 10px;
    border: 1px solid rgb(0, 0, 0);
}
.body{
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 0px solid black;
    background-color: #84ceeb;
    /* #84ceebd7  */
    padding-top: 2.962963vw;
    padding-bottom: 2.962963vw;
    padding-left: 14.11111vw;
}
.body img{
    width: 37.037037vw;
    height: 18.5185185vw;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    transition-duration: 0.25s;
    transition-timing-function:linear;
    border: 1px solid #ffffffd7 ;
}
.body img:hover{
    box-shadow: -13px 13px #74b3ce;
    /* scale: 1.03 ; */
}
.body div{
    position: relative;
}
.body h3{
    font-size: 6.6666667vw;
    font-weight: 800;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    margin-bottom: 2.962963vw;
    border: 0px solid red;
    color: #ffffff ;
}
@media (min-width: 481px){
    .body img{
        width: 37.037037vw;
        height: 18.5185185vw;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        transition-duration: 0.25s;
        transition-timing-function:linear;
        transform: translateX(0);
        border: 1px solid #ffffffd7 ;
    }
}
/*Universal styles*/

/*Header*/
#nav_bar{
    display: flex;
    border: 0px solid orange;
    background-color: #74b3ce;
}
nav{
    border: 0px solid red;
    flex: 4;
}
/*Might have to adjust other pages since these styles have been adjusted.*/
#one ul{
    list-style: none;
    display:flex;
    justify-content: space-around;
    border: 0px solid blue;
    padding-right: 30px;
    padding-left: 5px;
    box-sizing: border-box;
}
#one a{
    font-size: 18px;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500 ;
}
#one h1{
    flex: 6;
    text-align: left;
    font-size: 38px;
    color: #000000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: 0px solid black;
    margin: 0px;
    padding: 12px 0px 0px 3vw;
    box-sizing: border-box;
}
#title h2{
    text-align: center;
    font-size: clamp(46px, 8.9vw, 120px);
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: 0px solid black;
    margin: 0px;
    padding: 0px 0px 0px 40px;
    box-sizing: border-box;
}
#title{
    width: 100%;
    background-color: #74b3ce;
    height: clamp(200px, 40vh, 256px);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Header[^]*/

/*Images*/
/*Images*/
#three{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
#three div{
    border: 1px solid #74b3ce;
    box-shadow: -3px 2px 2px rgb(165, 165, 165);
    width: 66.66666667vw;
    margin-top: 50px;
    margin-bottom: 11.1111111vw;
    padding: 1.111111vw 2.962963vw;
    box-sizing: border-box;
}
#three h5{
    width: 59.2592593vw;
    text-align: center;
    color: #74b3ce;
    margin: 0px;
    padding: 0px;
}
#three p{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 59.2592593vw;
    font-weight: 600;
    text-align: center;
}

#trans {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0 solid black;
    transition: all 2s ease-out;
}

.no_trans {
  opacity: 0;
  height: 0px;
  background-image: linear-gradient(0deg, #ffffff, #ffffff, white);
}

.trans {
  opacity: 1;
  height: clamp(200px, 28vw, 400px);
  background-image: linear-gradient(0deg, #84ceeb, #84ceedb7, white);
}


.lists{
    opacity: 0;
    display: none;
    width: 29.62962963vw;
    background-color:#74b3ce;
    margin-left: 8,1481481vw;
    font-size: 17px;
    font-weight: 400;
    padding: 20px 2.962963vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition-property: opacity display;
    transition-duration: 350ms;
    transition-behavior: allow-discrete;
}
.body button{
    border-radius: 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 2px 3px 3px 3px;
    background-color: transparent;
    margin-top: 15px;
    margin-left: 0px;
    width: 130px;
    transition-duration: 0.30s;
    transition-timing-function:linear;
    color: #ffffffd7 ;
    border: 1px solid #ffffffd7 ;
}
.body button:hover{
    border: 1px solid #000000;
    color: #000000;
}
.body button.clicked {
    border-color: black;
    color: black;
    background-color: #74b3ce;
}

.odd img{
    margin-right: 7.4074074vw;
}
.even img{
    margin-left: 7.4074074vw;
}
.even button{
    margin-left: 7.4074074vw;
}
.odd ul{
    margin-left: 10px;
}
.even::after{
    content: '';
    position: absolute;
    left: 7.4074074vw;
    top: 0px;
    height: calc(18.5185185vw + 2px);
    width: 150px;
    background-image: linear-gradient(to right, #84ceeb, transparent);
    border: 0px solid black;
    /* #91d7f3 */
}
.odd a::after{
    content: '';
    position: absolute;
    left: calc(37.037037vw - 148px);
    top: 0px;
    height: calc(18.5185185vw + 2px);
    width: 150px;
    background-image: linear-gradient(to right, transparent, #84ceeb );
    border: 0px solid black;
    /* #92d9f5 */
}



#ten::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 128px;
    background-position: 50% 0%;  
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1134.63 158.42"><g fill="%2384ceeb"><path d="M0 0h1134.63L565.17 111.32Z"/><path d="M0 0v51.38l565.17 107.04 569.46-115.6V0Z" opacity=".66"/></g></svg>'); 
    }
    
@media (min-width:2100px){
    #ten::before{
    background-size: 100% calc(2vw + 128px);
    }
    }
#ten{
    background-color: #bbdeee;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    padding: 200px 6.66666667vw 0px 9.62962963vw;
    border-top: 0px solid black;
    overflow:hidden;
    position:relative;
}
#ten div{
    border: 0px solid black;
}
#ten ul{
    visibility: visible;
}
#ten p{
    padding-left: 20px;
    border: 0px solid blue;
}     


#eleven::before{ 
    content:'';
    font-family:'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw; 
    background-size: 100% 128px;
    background-position: 50% 0%;  
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1134.63 158.42"><g fill="%23bbdeee"><path d="M0 0h1134.63L565.17 111.32Z"/><path d="M0 0v51.38l565.17 107.04 569.46-115.6V0Z" opacity=".66"/></g></svg>'); 
    }
    
@media (min-width:2100px){
    #eleven::before{
    background-size: 100% calc(2vw + 128px);
    }
    }
#eleven{
    background-color: #84ceeb44;
    /* #84ceeb44 */
    height: clamp(400px, 40vw, 540px);
    display: flex;
    justify-content: flex-start;
    padding: clamp(135px, 17.7777778vw, 245px) 5.9259259vw 0px 8.888889vw;
    border-top: 0px solid black;
    overflow:hidden;
    position:relative;
}
#eleven div{
    border: 0px solid black;
}
#eleven ul{
    visibility: visible;
}
#eleven p{
    padding-left: 1.5vw;
    border: 0px solid blue;
    width: fit-content;
}
iframe{
    width: 40.74074vw;
    height: 29.62962963vw;
    margin-left: 10px;
}

#f_one{
    border: 0px;
}
#f_two{
    flex: 2;
    margin-left: 0px;
}
#f_three{
    flex: 4;
    margin-left: 30px;
}

@media (width <= 480px){

    .even button{
        margin-left: 0px;
    }

    #three{
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }
    #three div{
        border: 1px solid #74b3ce;
        box-shadow: -3px 2px 2px rgb(165, 165, 165);
        width: 80vw;
        margin-top: 0;
        margin-bottom: 11.1111111vw;
        padding: 1.111111vw 2.962963vw;
        box-sizing: border-box;
    }
    #three h5{
        width: 70vw;
        text-align: center;
        color: #74b3ce;
        margin: 0px;
        padding: 0px;
    }
    #three p{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 75vw;
        font-weight: 500;
        line-height: 1;
        text-align: center;
    }

    .body button:hover{
        border: 1px solid #000000;
        color: #000000;

    }


    .lists{
        opacity: 0;
        display: none;
        width: 70vw;
        background-color:#74b3ce;
        border-radius: 10px;
        font-size: 17px;
        font-weight: 400;
        padding: 20px 0px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        transition-property: opacity display;
        transition-duration: 350ms;
        transition-behavior: allow-discrete;
    }
    .lists li{
        word-wrap: normal;
        margin-left: 25px;
    }

    #four img{
        width: 55vw;
    }
    #six img{
        width: 55vw;
    }
    .body{
        border: 1px solid #84ceeb;
    }
    .body:nth-of-type(even){
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-top: 0px solid black;
        background-color: #84ceeb;
        padding-top: 2.962963vw;
        padding-bottom: 2.962963vw;
        padding-left: 35px;
    }
    .body:nth-of-type(odd){
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        border-top: 0px solid black;
        background-color: #84ceeb;

        padding-top: 2.962963vw;
        padding-bottom: 2.962963vw;
        padding-left: 35px;
    }
    .body:nth-of-type(even) img{
        width: 55vw;
        height: 25vw;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        border: 1px solid #ffffffd7 ;
    }
    .even::after{
        display: none;
    }
    .body:nth-of-type(odd) img{
        width: 55vw;
        height: 25vw;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        border: 1px solid #ffffffd7 ;
    }
    .odd a::after{
        display: none;
    }
    .body h3{
        font-size: clamp(24px, 7vw, 36px);
        font-weight: 800;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0px;
        margin-bottom: 30px;
        border: 0px solid red;
        color: #ffffff ;
    }
    .body img {
        transition: transform 1.5s ease-out !important;
    }
    .hidden {
        transform: translateX(120px);
    }
    .animate {
        transform: translateX(0);
    }
    /* disable hover effects on mobile */
    .body img:hover {
        box-shadow: none !important;
    }


    .even{
        margin-left: 15px;
    }
    .odd img{
        margin-right: 7.4074074vw;
    }
    .even img{
        margin-left: 7.4074074vw;
    }
    .even::after{
        content: '';
        position: absolute;
        left: 7.4074074vw;
        top: 0px;
        height: calc(20vw + 2px);
        width: 150px;
        background-image: linear-gradient(to right, #84ceeb, transparent);
        border: 0px solid black;
    }
    .odd a::after{
        content: '';
        position: absolute;
        left: calc(40vw - 148px);
        top: 0px;
        height: calc(20vw + 2px);
        width: 150px;
        background-image: linear-gradient(to right, transparent, #84ceeb );
        border: 0px solid black;
    }


    #eleven{
        background-color: #84ceeb44;
        height: clamp(400px, 40vw, 540px);
        display: flex;
        flex-direction: column-reverse;
        padding: clamp(145px, 17.7777778vw, 245px) 5.9259259vw 20px 8.888889vw;
        border-top: 0px solid black;
        overflow:hidden;
        position:relative;
    }
    #ten{
        display: flex;
        flex-direction: column;
    }
    
    .locations{
        width: 90%;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
        border: 1px solid rgb(0, 0, 0);
    }
    .locations li{
        font-size: 16px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    iframe{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 80%;
        min-height: 140px;
        border: 2px solid rgb(0, 0, 0);
    }
}