
@font-face {
    font-family: Karrik;
    src: url(Karrik-Regular.ttf);
}

.sec-1, .sec-4, .sec-2, .sec-3, .sec-5, .sec-6, .sec-7, .sec-8, .sec-9 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.sec-4 img {
    width:100%
}



a {
    text-decoration: none;
    color: #C0B5DA;
}



section .animate {
    transition:1s;
}


.sec-2 .animate {
    transform: translateX(100%);
}

.sec-2.show-animate .animate {
    transform: translateX(0);
}

.sec-3 .animate {
    transform: translateX(100%);
}

.sec-3.show-animate .animate {
    transform: translateX(0);
}

.sec-4 .animate {
    transform: translateX(100%);
}

.sec-4.show-animate .animate {
    transform: translateX(0);
}

.sec-5 .animate {
    transform: translateX(100%);
}

.sec-5.show-animate .animate {
    transform: translateX(0);
}

.sec-6 .animate {
    transform: translateX(100%);
}

.sec-6.show-animate .animate {
    transform: translateX(0);
}

.sec-7 .animate {
    transform: translateX(100%);
}

.sec-7.show-animate .animate {
    transform: translateX(0);
}

.sec-8 .animate {
    transform: translateX(100%);
}

.sec-8.show-animate .animate {
    transform: translateX(0);
}

.sec-9 .animate {
    transform: translateX(100%);
}

.sec-9.show-animate .animate {
    transform: translateX(0);
}


body {
    font-family: Karrik;
    text-decoration: none;
    background-color: #F9F8FC;
    line-height: 1.6;
}

#header {
    height:200px;
    font-family: Karrik;
    color:white;
    display:flex;
    justify-content: space-between;
    align-items: center;
    line-height:1;
}

.sec-1 {
    background-color: #605C6D;
}

.sec-9 {
    
        background-color: #605C6D;
        color:white;
    
}
#header #titlename {
    margin-left:60px;
}

#header img {
    width: 10vh;
}

.sec-9 img {
    width:10vh;
    flex-direction:column;
}
#paragraph1 {
    padding:40px;
    color:white;
}

#barchart {
    display:flex;
    justify-content: center;
    flex-direction: column;
    text-align:center;
    align-items:center
}

#barchart img {
    width:75%;
}

#paragraph2 {
    padding:40px;
}

#paragraph3 {
    padding:40px;
}

#tables {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%; /* Set the width of the container to 100% */
}

#tables img {
    width: 100%; /* Set the width of the image to 100% */
    max-width: 100%; /* Ensure the image does not exceed its original size */
}


#paragraph4 {
    padding:40px;

}

#significantresults {
    display:flex;
    justify-content: center;
    flex-direction: column;
    text-align:center;
    align-items:center
}
#significantresults img {
    width:75%;
}

#paragraph5 {
    padding:40px;
}

#plots {
    display:flex;
    justify-content: center;
    flex-direction: column;
}

#plots img {
    width:100%;
    text-align: center;
}

#paragraph6 {
    padding:40px;
}

#paragraph7 {
    padding:40px;
}

#paragraph8 {
    padding:40px;
}
body {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}



body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-thumb {
    background-color: transparent;
}

@media only screen and (max-width: 600px) {
    #header {
        height: 150px; /* Adjust the height as needed */
    }

    #header #titlename {
        margin-left: 20px; /* Adjust the margin as needed */
    }

    #header img {
        width: 7vh; /* Adjust the width as needed */
    }

    #barchart, #tables, #significantresults, #plots img {
        width:100vw;
        height:10vh;
    }
}