@font-face {
    font-family: 'Flood Std Regular';
    src: url(../Assets/Flood\ Std\ Regular.ttf);
}
@font-face {
    font-family: 'Typeka Bold';
    src: url(../Assets/Typeka\ Bold.otf);
}


html {
    background-color: rgb(25, 20, 18);
}
body {
    height: fit-content;
    margin: 0;
}

h1 {
    text-align: center;
    font-family: "Flood Std Regular", monospace;
    font-weight: normal;
    font-size: 125px;
    margin-bottom: 0; margin-top: 50px;
    color: rgba(232, 217, 212);
    margin-left: 10vw; margin-right: 10vw;
}
h2 {
    text-align: center;
    font-family: "Typeka Bold", monospace;
    font-size: 40px;
    margin-left: 11vw; margin-bottom: 0; margin-top: 30px;
    color: rgba(232, 217, 212);
}
h3 {
    text-align: center;
    font-family: "Typeka Bold", monospace;
    font-size: 40px;
    margin-left: 31vw; margin-bottom: 0; margin-top: 10px;
    color: rgba(232, 217, 212);
}
h4 {
    text-align: center;
    font-family: "Typeka Bold", monospace;
    font-size: 40px;
    margin-left: 1570px; margin-top: 30px;
    margin-bottom: 40px;
    color: rgba(232, 217, 212);
}

h2.halved {
    margin-left: 0;
    margin-left: 10vw; margin-right: 10vw;
}
h3.halved {
    margin-left: 0;
    margin-left: 10vw; margin-right: 10vw;
}

.buttonwrap {
    height: 715px; width: 60vw;
    position: absolute;
    margin-left: 37vw;
    z-index: 1;

}

.buttonbg {
    background-color: rgba(232, 217, 212);
    height: 715px; width: 60vw;
    position: absolute;
    z-index: 1;
    border-radius: 1px;

}
.thatthingy {
    background-color: rgba(35, 29, 26);
    height: 685px; width: 70px;
    position: absolute;
    margin-top: 15px;
    z-index: 2;
    left: 15px;
    

}
.buttons {
    position: absolute;
     margin-top: 35px;
    height: fit-content; width: 60vw;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 1px;
    margin-left: 175px;

}
.fuckyou {
    height: 715px; width: 60vw;
    position: absolute;
    z-index: 1;
    border-radius: 1px;
    overflow: hidden;
    right: 25px;

}
.button {
    height: 200px;
    position: relative;
    overflow:hidden;
}
.buttongrad {
    background: linear-gradient(90deg,rgba(25, 20, 18, 1) 0%, rgba(25, 20, 18, 0.5) 67%, rgba(25, 20, 18, 0.1) 100%);
    height: 200px;
    width: 85%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
}
.buttonimg {
    width: 980px;
    border-radius: 1px;
}
.buttonimg:hover {
    width: 1000px;
    border-radius: 1px;
}
.buttongrad:hover {
    opacity: 100%;
}
.buttontext {
    text-align: left;
    align-content: end;
    font-family: "Typeka Bold", monospace;
    font-size: 65px;
    height: 100%;
    margin: 0;
    color: rgba(232, 217, 212);
    vertical-align: bottom;
    margin-bottom: 30px; margin-left: 10px;
    user-select: none;
}
.buttonbg.halved{
    top: 350px;
    width: 90vw;
}
.thatthingy.halved{
    top: 350px;
    left: 15px;
}
.buttons.halved{
    top: 0px;
    width: 100vw;
}
.buttontext.halved {
    font-size: 35px;
}
.buttonwrap.halved {
    top: 0px;
    height: 715px; width: 60vw;
    position: absolute;
    margin-left: 5vw;
    z-index: 1;
    

}
.fuckyou.halved {
    top: 350px;
    width: 90vw;
    left: -30;
}

.bgimg {
    width: 100vw;
    overflow: hidden;
    user-select: none;
    -webkit-user-drag: none;
    
}
.bgimgwrp {
    width: 100vw;
    overflow: hidden;
    position: fixed;
    top: 110px;
}
.bgimgwrp.halved{
    top: 490px;
}
.toptext {
    position: absolute;
    z-index: 1;
    left: 410px;

}
.toptext.halved {
    left: 0;
    top: 375px;
    width: 100vw;
    text-align: center;
}
.toptextsect {
    height: 420px;

}
.interactables {
    position: relative;
    margin-top: 0px;
}


.sidesvg {
    position: fixed;
    left: 5vw; top: -345px;
    width: 470px;
    margin: 0;

    
}

.sidesvg.halved{
    position: absolute;
        rotate: 90deg;
        left: 30vw; top: -500px;
        width: 400px;
    }

.animation {
    transform: translateY(-75px);
}
.concept {
    transform: translateY(-35px);
}
.concepttxt {
    font-size: 50px;
}

.contact {
    margin-top: 775px;
    position: absolute;
    right: 3vw;
}
.contact.halved {
    margin-top: 1075px;
}
.socials {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 1950px;
    margin-bottom: 20px;
    
}
.twitter {
    width: 100px;
    transition: opacity 0.3s ease;
}
.twitter:hover {
        opacity: 0.5;
}
.tumblr {
    width: 100px;
    transition: opacity 0.3s ease;
}
.tumblr:hover {
        opacity: 0.5;
}
.insta {
    width: 100px;
    transition: opacity 0.3s ease;
}
.insta:hover {
        opacity: 0.5;
}

.backbttn {
    position: fixed;
    top: 50px; left: 50px;
    width: 100px;
    height: 50px;
    background-color: rgba(100, 34, 35);
    text-align: center;
    transition: opacity 0.3s ease;

    
}
.backbttn:hover {
    opacity: 0.8;
}
.backbttntxt {
    font-family: "Typeka Bold", monospace;
    color: rgba(232, 217, 212);
    user-select: none;
    
}