
#section1 {
    border-bottom:5px solid rgba(0,0,0,0.80);
    background-color: black;
    background-position:center !important;
    background-size:auto,cover !important;
}
#sect1Content {
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    gap: 4vw;
    margin:auto;
    margin-top: 12vw;
    margin-bottom: 12vw;
}
#sect1Content > h1 {
    color:rgba(255,255,255,0.80);
    font-weight:400;
    margin-bottom:0;
    margin-top: 0;
    font-size: 14vw;
    width: 70%;
}
#sect1Content > h2 {
    color:rgba(255,255,255,0.80);
    font-family:RobotoCondensed;
    font-weight:400;
    margin-top:0;
    margin-bottom:0;
    width: 60%;
    font-size: 8vw;
}
#sect1Content > button,.s3btn {
    border-radius:5vw;
    border:1px solid rgba(255,255,255,0.40);
    background:rgb(255 255 255 / 30%);
    box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);
    backdrop-filter:blur(6px);
    color:rgba(18,18,18,0.80);
    font-weight:400;
    margin-bottom:0;
    transition:all .3s;
    font-family:Barbaro;
    width: 65vw;
    height: 18vw;
    font-size: 8vw;

}
span{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 7vw;
    height: 7vw;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}
#sect1Content >button > span{
    height: 0;
}
#sect1Content >button:hover,.s3btn:hover {
    transform:scale(1.05);
    cursor:pointer;
    color:rgb(18,18,18,0.9);
    background:rgba(217,217,217,0.50);
    box-shadow:3px 5px 15px 0 rgba(0,0,0,0.232) 
}
#sect1Content > button:active,.s3btn:active {
    transform:scale(0.95);
    cursor:pointer;
    color:rgb(18,18,18,0.7);
    background:rgba(217,217,217,0.30) 
}
#section2{
    border-bottom:5px solid rgba(0,0,0,0.80);
    background:url(./assets/noise15.png) repeat,url(./assets/cover2.png) no-repeat;
    background-size:auto,cover!important;
    background-position:center;
    box-shadow:0 4px 100px #000000c7 inset;
}

.mg{
    border-bottom:5px solid rgba(0,0,0,0.80);
    background:url(./assets/noise15.png) repeat, url(./assets/award_cover.png) no-repeat, url(./assets/cover2.1.png) no-repeat !important;
    background-size:auto,cover,cover!important;
    background-position:center bottom !important;
    box-shadow:0 4px 100px #000000c7 inset;
}

#sect2Content, #sect3Content{
    padding: 12vw 0 12vw 0;
    overflow:hidden;
    display:flex;
    gap: 4vw;
    margin:auto;
    flex-direction:column;
    justify-content:space-around;
    align-items:baseline;
    text-align:center;
}

#sect2Content > h2 {
    color:rgba(0,0,0,0.80);
    text-shadow:0 -1px 8px rgba(0,0,0,0.25);
    font-weight:400;
    margin: auto;
    font-size: 11vw;
    width: 90%;
}
#sect2Content > h1 {
    color:#BD2A2A;
    font-weight:400;
    width: 90%;
    z-index:1;
    margin: auto;
    font-size: 14vw;
}
#sect2Content > p {
    color:rgba(0,0,0,0.80);
    font-family:RobotoCondensed;
    font-weight:400;
    margin: auto;
    font-size: 8vw;
    width: 70%;
}

#section3 {
    background:url(./assets/noise.png) repeat,url(./assets/cover3.png)no-repeat;
    background-size:auto,cover;
    background-position:center !important;
}
#sect3Content > h1 {
    color:rgba(255,255,255,0.80);
    font-weight:400;
    margin:auto;
    font-size: 14vw;
    width: 90%;
}
#sect3Content > p {
    color:rgba(255,255,255,0.80);
    font-family:RobotoCondensed;
    font-weight:400;
    width:70%;
    margin:auto;
    font-size: 8vw;
}
.s3btn {
    text-decoration:none;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s3social{
    display: flex;
    gap: 4vw;
    justify-content: center;
    align-items: center;
    margin: auto;

}
#award{
    display: none;
}

@media not screen and (min-width: 1000px) and (min-aspect-ratio: 1/1) {
    #section1{
        background:url(./assets/noise.png) repeat,url(./assets/cover_mb.png) no-repeat;
    }
    .mg{
        background:url(./assets/noise15.png) repeat,url(./assets/cover2.1.png) no-repeat !important;
        background-position:right bottom !important;
    }
    #award{
        display: block;
    }

}

@media screen and (min-width: 1000px) and (min-aspect-ratio: 1/1) {
    #section1{
        background:url(./assets/noise.png) repeat,url(./assets/cover.png) no-repeat;
    }
    #sect1Content {
        margin-top: 6vh;
        margin-bottom: 6vh;
        gap: 3vh;
    }
    #sect1Content > h1 {
        font-size: 15vh;
        width: 120vh;
    }
    #sect1Content > h2 {
        font-size: 6vh;
        width: 70vh;
    }
    #sect1Content > button,#sect3Content > a {
        border-radius:2rem;
        width: 50%;
        height: 15vh;
        font-size: 7vh;
    }

    #section2{
        text-align: unset;
    }
    
    
    
    #sect2Content{
        padding: 5vh 0 5vh 5.5vh;
        gap: 3vh;
        text-align: unset;
    }
    
    #sect2Content > h2 {
        font-size: 11vh;
        width: auto;
        margin-left: 0;
    }
    #sect2Content > h1 {
        font-size: 14vh;
        width: 110vh;
        margin-left: 0;
    }
    #sect2Content > p {
        font-size: 6vh;
        width: 80vh;
        margin-left: 0;
        letter-spacing: 1px;
    }

    #sect3Content{
        padding: 5vh 0 5vh 0;
        gap: 3vh;
    }
    #sect3Content, #sect2Content{
        height: -webkit-fill-available;
    }
    #sect3Content > h1 {
        font-size: 15vh;
        width: 70vh;
    }
    #sect3Content > p {
        font-size: 6vh;
        width: 100vh;
    }

    #sect3Content > a{
        width: 50vh;
    }
}