* {
    font-family: "League Gothic", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "width" 100;
    padding: 0;
    border: 0;
    margin: 0;
    z-index: 1;
}

img {
    object-fit: cover;
}

html, body{
    height: 100%;
}
html body{
    background: #76D0D3;
}

.navbar {
    height: 10vh;
    display: flex;
    flex-direction: row;
    font-size: 3vw;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    position: fixed;
    color: white;
    background-image: linear-gradient(rgba(0,0,0,0.5)10%,rgba(0,0,0,0.0));
    z-index: 2;
}

.navbar .burger {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 5vh;
    transition: 0.5s;
}

.navbar .logo{
    display: flex;
    width: 15vw;
    height: 10vh;
    align-items: center;
    padding-left: 2vw;
    margin-top: 1vh;
}

.navbar .logo img{
    height: 125%;
}

.navbar .text{
    display: flex;
    flex-direction: row;
    width: 35vw;
    height: 10vh;
    align-items: center;
    justify-content: space-around;
}
.navbar .socials {
    display: flex;
    width: 15vw;
    height: 10vh;
    align-items: center;
    padding-right: 2vw;
    justify-content: space-between;
    transform: scale(0.9);
}

.navbar .socials .bi-youtube{
    font-size: 4vw;
}

.navbar a{
    color: white;
    text-decoration: none
}

.navbar a:hover{
    text-decoration: underline;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 255, 0.1),  rgba(0, 0, 0, 0.8)), url("assets/img3.jpeg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    padding-top: 10vh;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 15vh;
}

.container {
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.article {
    width: 100%;
    background-color: #f1f1f1;
    height: 30vh;
    margin-bottom: 3vh;
    display: flex;
}

.article .img {
    height: 100%;
    width: 45%;
}

.article img{
    height: 100%;
    width: 30vw;
}

.article .text {
    margin-top: 3vh;
    margin-left: 3vw;
    margin-right: 3vw;
    margin-bottom: 3vh;
}

.article .t1 {
    font-size: 5vh;
}

.article .t2 {
    font-size: 4vh;
    color: rgba(0, 0, 0, 0.5);
}

.article .t3 {
    font-size: 3vh;
    padding-top: 2vh;
    font-family: "Sofia Sans Extra Condensed", serif;
}

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

@media (max-width:575px) {
    .navbar .text {
        display: none;
    }
    .navbar .socials {
        display: none;
    }
    .navbar .burger {
        display: inline;
        transition: 0.5s;
    }
    .navbar .burger i {
        font-weight: 900;
        font-size: 15vw;
        padding: 3vw;
    }
    .navbar .logo img {
        height: 125%;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        padding-top: 10vh;
        transition: 0.5s;
        text-align: center;
    }
    .sidenav a{
        padding-top: 1vh;
        padding-left: 1vh;
        padding-right: 1vh;
        padding-bottom: 5vh;
        font-size: 10vh;
        text-decoration: none;
        color: white;
    }
    .sidenav a:hover{
        color: #f1f1f1;
        text-decoration: underline;
    }
    .sidenav .closebtn{
        position: absolute;
        top: 0;
        right: 3vw;
        font-size: 10vw;
        padding-top: 2vh;
    }
    .sidenav i{
        font-size: 10vw;
    }
    .hero-text{
        font-size: 7.5vh;
    }
    .container{
        padding: 0;
        margin-top: 3vh;
    }
    .article{
        width: 96%;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .article .t1{
        font-size: 5vh;
    }

    .article .t3{
        font-size: 2vh;
    }

}

@media (min-width:576px) and (max-width:850px) {
    .navbar .text {
        display: none;
    }
    .navbar .socials {
        display: none;
    }
    .navbar .burger {
        display: inline;
        transition: 0.5s;
    }
    .navbar .burger i {
        font-weight: 900;
        font-size: 15vw;
        padding: 3vw;
    }
    .navbar .logo img {
        height: 125%;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        padding-top: 10vh;
        transition: 0.5s;
        text-align: center;
    }
    .sidenav a{
        padding-top: 1vh;
        padding-left: 1vh;
        padding-right: 1vh;
        padding-bottom: 5vh;
        font-size: 10vh;
        text-decoration: none;
        color: white;
    }
    .sidenav a:hover{
        color: #f1f1f1;
        text-decoration: underline;
    }
    .sidenav .closebtn{
        position: absolute;
        top: 0;
        right: 3vw;
        font-size: 10vw;
        padding-top: 2vh;
    }
    .sidenav i{
        font-size: 10vw;
    }
    .hero-text{
        font-size: 7.5vh;
    }
    .container{
        padding: 0;
        margin-top: 3vh;
    }
    .article{
        width: 96%;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .article .t1{
        font-size: 5vh;
    }

    .article .t3{
        font-size: 2vh;
    }
}