html, body{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}

/*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: 35px;
}
#nav_bar{
    display: flex;
    border: 0px solid orange;
    background-color: #74b3ce;
}
nav{
    border: 0px solid red;
    flex: 4;
}
/*Universal styles*/

/*Header*/

/*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[^]*/

/*Body sections*/
#three{
    padding: 0px 5.925925vw 0px 11.85185vw;
    /* 11.85185vw */
}
#three img{
    width: 260px;
    height: 330px;
    border: 3px solid #74b3ce;
}
#three a{
    color: black;
    text-decoration: none;
}
#intro_one{
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
    border: 0px solid black;
}
#intro_one p{
    margin-top: 0px;
}
#text{
    width: 54.07vw;
    height: fit-content;
    border: 0px solid rgb(76, 0, 255);
    padding: 0px 0px;
    padding-left: 40px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0px 0px; 
}
#text h5{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    color: #74b3ce;
    font-size: 40px;
}
#intro_two{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: 0px solid rgb(255, 0, 0);
}
#intro_two p{
    border: 0px solid black;
    width: 990px;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 5px;
    margin-top: 10px;
    box-sizing: border-box;
}
/*Section*/

#four{
    margin: 0px;
    margin-top: 100px;
    margin-bottom: 0px;
    padding-top: 4.2222vw;
    padding-bottom: 4.2222vw;
    background-color: #74b3ce;
    border: 0px solid rgb(0, 0, 0);
    height: fit-content;
    box-sizing: border-box;
}
#four h5{
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #000000;
}
#body_one{
    display: flex;
    justify-content: space-around;
    margin: 0px 13.233vw;
    width: 70.37vw;
}
#body_one div{
    border: 0px solid rgb(0, 0, 0);
    width: 63vw;
    margin: 10px 20px;
    height: 13.33333vw; 
}
#body_one p{
    margin-top: 10px;
    text-align: center;
}
/*Section*/

#five{
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: 490px;
    background-color: #74b3ce8a;
    box-sizing: border-box;
    border-top: 2px solid black;
}
#five h5{
    text-align: left;
    padding-left: 12.6vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    margin-top: 10px;
    color: rgb(0, 0, 0);
    font-weight: 700;
}
#five p{
    margin-top: 0px;
    color: rgb(0, 0, 0);
    font-weight: 400;
}
#five a{
    color: rgb(0, 0, 0);
    text-decoration: none;
}
#body_two{
    display: flex;
    justify-content:flex-start;
    border: 0px solid blue;
    padding-left: 11.111vw;
    margin-top: 0px;
}
#body_two div{
    border: 0px solid rgb(255, 0, 0);
    width: 33.3333vw;
    margin: 0px 20px;
    padding: 10px;
    box-sizing: border-box;
}
/*Section*/

#six{
    display: flex;
    justify-content: center;
    padding: 120px 0px;
    border: 0px solid rgb(229, 255, 0);
}
#six img{
    width: clamp(200px, 23.7920937vw, 325px);
    height: clamp(480px, calc(55vw), 650px);
    margin: 0px;
    border: 1px solid black;
    /* box-shadow: -10px 10px #74b3ce; this conflicts with the transition when adding transition class */
}
span{
    color: #74b3ce;
    font-weight: 600;
}
#body_three{
    width: 600px;
    border: 0px solid rgb(255, 0, 221);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0px;
    padding-left: 1.85185185;
    margin-left: 0px;
}
#body_three h5{
    text-align: left;
    padding: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    margin-left: 30px;
    text-shadow: -2px 2px #74b3ce;
}
#body_three p{
    margin-left: 30px;
}
/*Section*/

#seven{
    padding: 3.7037vw 6vw 2.96296vw 12.592592vw; 
    border: 0px solid black;
    box-sizing: border-box;
}
#seven h5{
    text-align: left;
    padding: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 20px 30px 0px;
}
#seven p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 15px 30px 0px 35px;
    padding: 0px 3.7037vw 30px 0px;
}
#seven div{
    width: fit-content;
    border: 1px solid black;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom, #74b3cea2, white, white, white);
    /* box-shadow: -8px 12px #74b3ce; */
}
/*Section*/

#eight{
    padding: 0px 0px 0px 0px; 
    border: 1px solid black;
    margin-top: 100px;
    margin-bottom: 150px;
    box-sizing: border-box;
    height: fit-content;
    background-image: url("/Images/general/pitch\ stands.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#eight p{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 15px 1.48148vw 1.48148vw 2.222222vw;
    width: clamp(400px, 37vw, 500px);
    font-weight: 400;
    z-index: 1; 
}
#eight h5{
    text-align: left;
    padding: 0px 0px 0px 2.22222vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0px;
    width: clamp(400px, 37vw, 500px);
    z-index: 1;
}
#conclusion{
    z-index: 1;
    padding-left: 7.4074vw; 
    padding-top: 2.22222vw;
    margin: 0px;
    background-image: linear-gradient(to right, #74b3ce, #74b3cefa, transparent);
    border: 0px solid orange;
    height: fit-content;
    box-sizing: border-box;
}
/*Section*/
/*Body sections[^]*/

footer{
    display: flex;
    border: 2px solid #74b3ce;
    background-color: #74b3ce;
    box-sizing: border-box;
    height: fit-content;
}
footer div{
    flex: 4;
    border-left: 1px solid rgb(255, 255, 255);
    padding: 0px 10px 10px 10px;
    margin-left: 4.4444vw;
    margin-top: 30px;
    height:fit-content;
}
footer h3{
    text-align: left;
    font-size: 36px;
    font-weight: 800;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}
footer h5{
    text-align: left;
    font-size: 16px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(255, 255, 255);
    padding: 0px 5px;
    margin: 10px 0px 5px 0px;
    box-sizing: border-box;
    border: 0px solid rgb(0, 255, 13);
}
footer p{
    text-align: left;
    font-weight: 400;
    padding: 5px 10px;
    color: white;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: 0px solid rgb(255, 0, 0);
    line-height: 1.3;
}
footer ul{
    border: 0px solid rgb(255, 0, 0);
    list-style: none;
    padding: 0px 10px;
    margin: 0px;
}
footer li{
    border: 0px solid rgb(255, 251, 0);
    width: fit-content;
    padding: 2px 5px;
}
footer a{
    text-decoration: none;
    font-size: 15px;;
    text-align: left;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    color: rgb(255, 255, 255);
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border: 0px solid rgb(0, 255, 234);
    line-height: 1.1;
}
#f_one{
    border: 0px;
}
#f_two{
    flex: 2;
    margin-left: 0px;
}
#f_three{
    flex: 4;
    margin-left: 30px;
}

@media screen and (width <= 480px){
    
    h5{
        font-size: clamp(23px, 6vw, 28px);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0px;
        margin-bottom: 15px;
        padding: 0px 20px;
        color: #000000;
    }

    /* add a read more button for section 3 */
    #three{
        border: 0px solid orange;
        padding: 0px;
    }
    #three img{
        width: clamp(220px, 58vw, 280px);
        height: calc(58vw * 1.3);
        margin-left: clamp(50px, 16.5vw, 85px);
        border: 3px solid #74b3ce;
    }
    #three a{
        color: black;
        text-decoration: underline;
    }
    #intro_one{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
        border: 0px solid black;
    }
    #text{
        width: 90vw;
        height: fit-content;
        border: 0px solid rgb(76, 0, 255);
        padding: 0px 0px;
        padding-right: clamp(22px,6vw,32px);
        margin: 0px 0px;
        margin-left: clamp(15px, 10.6vw, 50px);
        box-sizing: border-box;
    }
    #text h5{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0px;
        margin-top: 15px;
        padding: 0px;
        color: #000000;
        font-size: clamp(23px, 6vw, 28px);
    }
    #intro_two{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        border: 0px solid rgb(255, 0, 0);
    }
    #intro_two p{
        border: 0px solid black;
        width: 90vw;
        padding: 0px 0px;
        padding-right: clamp(22px,6vw,32px);
        box-sizing: border-box;
        margin: 0px 0px;
        margin-top: 20px;
        margin-left: clamp(15px, 10.6vw, 50px);
    }

    #four{
        margin: 0px;
        margin-top: 100px;
        margin-bottom: 0px;
        padding-top: 2.2222vw;
        padding-bottom: 2.2222vw;
        background-color: #74b3ce;
        border: 0px solid rgb(0, 0, 0);
        height: fit-content;
        box-sizing: border-box;
    }
    #four h5{
        text-align: center;
        font-size: clamp(23px, 6vw, 28px);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0px;
        margin-bottom: 15px;
        margin-top: 0px;
        padding: 0px 20px;
        color: #000000;
    }
    #body_one{
        display: flex;
        justify-content: space-around;
        margin: 0px 0px;
        margin-left: clamp(20px, 7vw, 50px);
        border: 0px solid rgb(0, 0, 0);
        width: 90vw;
    }
    #body_one div{
        border: 0px solid rgb(0, 0, 0);
        margin: 10px 20px;
        height: 13.33333vw; 
    }
    #body_one p{
        margin-top: 10px;
        padding-right: clamp(20px,4.5vw,24px);
        text-align: center;
    }

    #five{
        border-top: 2px solid black;
        margin: 0px;
        padding-top: 2.2222vw;
        padding-bottom: 3.2222vw;
        background-color: #74b3ce8a;
        height: fit-content;
        box-sizing: border-box;
    }
    #five h5{
        text-align: left;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin-top: 10px;
        margin-bottom: 5px;
        color: rgb(0, 0, 0);
        font-weight: 700;
    }
    #five p{
        margin-top: 0px;
        color: rgb(0, 0, 0);
        font-weight: 400;
    }
    #five a{
        color: rgb(0, 0, 0);
        text-decoration: none;
    }
    #body_two{
        display: flex;
        flex-direction: column;
        border: 0px solid blue;
        margin-top: 0px;
        padding: 0px;
    }
    #body_two div{
        width: 90vw;
        height: fit-content;
        border: 0px solid rgb(76, 0, 255);
        padding: 0px 0px;
        padding-right: clamp(22px,6vw,32px);
        box-sizing: border-box;
        margin: 10px 0px;
        margin-left: clamp(15px, 10.6vw, 50px);
    }

    #six{
        display: flex;
        flex-direction: column;
        margin: 80px 0px;
        padding: 0px;
        border: 0px solid rgb(229, 255, 0);
    }
    #six img{
        width: 68vw;
        height: calc(68vw * 1.8);
        margin-left: clamp(50px, 16.5vw, 85px);
        border: 1px solid black;
        box-shadow: -10px 10px #74b3ce;
    }
    span{
        color: #74b3ce;
        font-weight: 600;
    }
    #body_three{
        width: 600px;
        border: 0px solid rgb(255, 0, 221);
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        padding: 0px;
        padding-left: 1.85185185;
        margin-left: 0px;
    }
    #body_three h5{
        text-align: left;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin-top: 20px;
        margin-left: clamp(15px, 10.6vw, 50px);
        margin-bottom: 5px;
        padding: 0px;
        text-shadow: -2px 2px #74b3ce;
    }
    #body_three p{
        width: 90vw;
        height: fit-content;
        border: 0px solid rgb(76, 0, 255);
        padding: 0px 0px;
        padding-right: clamp(22px,6vw,32px);
        box-sizing: border-box;
        margin: 10px 0px;
        margin-left: clamp(15px, 10.6vw, 50px);
    }

    #seven{
        padding: 0px; 
        border: 0px solid black;
        box-sizing: border-box;
    }
    #seven h5{
        text-align: left;
        padding: 0px;
        margin: 0px;
        margin-left: clamp(15px, 10.6vw, 50px);
        margin-bottom: 15px;
        margin-top: 15px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    #seven p{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0px 0px;
        margin-left: clamp(15px, 10.6vw, 50px);
        padding-right: clamp(22px,6vw,32px);
    }
    #seven div{
        width: fit-content;
        border: 1px solid black;
        box-sizing: border-box;
        background-image: linear-gradient(to bottom, #74b3cea2, white, white, white);
        box-shadow: -8px 12px #74b3ce;
    }

    #eight{
        padding: 0px 0px 0px 0px; 
        border: 1px solid black;
        margin-top: 100px;
        margin-bottom: 150px;
        box-sizing: border-box;
        height: fit-content;
        background-image: url("/Images/general/pitch\ stands.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #eight p{
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        width: fit-content;
        height: fit-content;
        border: 0px solid orange;
        padding: 10px 0px;
        padding-right: clamp(22px,6vw,32px);
        margin: 0px 0px;
        margin-left: clamp(15px, 10.6vw, 50px);
    }
    #eight h5{
        text-align: left;
        padding: 0px 0px 0px 0px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0px;
        margin-left: clamp(15px, 10.6vw, 50px);
        width: 100vw;
        z-index: 1;
    }
    #conclusion{
        z-index: 1;
        padding-left: 0px; 
        padding-top: 2.22222vw;
        margin: 0px;
        padding-bottom: 20px;
        background-image: linear-gradient(to right, #74b3ceef, #74b3cec0, #74b3ce8e);
        border: 0px solid orange;
        height: fit-content;
        box-sizing: border-box;
        width: 100vw;
    }
    
}