* {
    font-family: 'Varela Round', sans-serif;
}

html, body {
    margin: 0;
    overflow: hidden;
    height: 100%;
}

body {
    /* margin: 0; */
    /* overflow: hidden; */
    /* display: flex;
    justify-content: center;
    align-items: center; */

    /* height: 100vh; */
    /* width: 100vw; */

    /* background: rgb(247,192,234);
    background: linear-gradient(90deg, rgba(247,192,234,1) 0%, rgba(164,237,224,1) 100%); */
/* 
    background-image: url('./assets/hex-3.jpg');
    background-size: cover;
    background-position: center;

    font-family: 'Varela Round', sans-serif; */
}

.background {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100%;
    overflow: auto;
    /* width: 100vw; */

    /* background: rgb(247,192,234);
    background: linear-gradient(90deg, rgba(247,192,234,1) 0%, rgba(164,237,224,1) 100%); */

    background-image: url('./assets/hex-3.jpg');
    background-size: cover;
    background-position: center;

    font-family: 'Varela Round', sans-serif;
}

.box-container {
    display: flex;
    flex-direction: row;
    height: 90%;
    width: 90%;
}

.links {
    text-decoration: none;
}

.left-box {
    display: flex;
    height: 100%;
    width: 60%;

    margin-right: 25px;
}
.box-container-1 {
    width: 100%;
}

.pink-border {
    position: relative;
}
.pink-border::after {
    content: '';

    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    
    border: 5px solid #f7cbe0;
    border-radius: 20px;
}

.aqua-border {
    position: relative;
}
.aqua-border::after {
    content: '';

    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
    
    border: 5px solid #99D1D5;
    border-radius: 20px;
}

.all-boxes-1 {
    justify-content: center;
    align-items: center;
    display: flex;

    height: 18%;

    background-color: #28282B;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);

    color: #99D1D5;
    font-size: 2.3em;

    border-radius: 25px;
}

.all-boxes-2 {
    justify-content: center;
    align-items: center;
    display: flex;

    height: 37%;

    background-color: #28282B;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);

    color: #f7cbe0;
    text-shadow: 2px 2px black;
    font-size: 3.7em;

    border-radius: 25px;
}

.box-text {
    z-index: 10;
    text-shadow: black 1px 0 10px;
}

.header-text {
    position: relative;
    top: -5px;

    z-index: 10;

    text-shadow: 2px 2px black;
    color: #f7cbe0;
    font-size: 3.7em;
    text-align: center;
}

.box-1 {
    height: 11%;

    margin-left: 25px;
    margin-bottom: 13px;
}
.box-2 {
    height: 31%;

    margin-bottom: 25px;
}

.box-3 {
    height: 13%;

    border-radius: 25px;

    margin-right: 25px;
    margin-bottom: 25px;}

.box-4 {
    height: 13%;

    border-radius: 25px;

    margin-right: 25px;}

.box-container-2 {
    width: 100%;
}

.box-5 {
    position: relative;
    overflow: hidden;
    background-image: url('./assets/merch.jpg');
    background-position: center;
    background-position: top;
    background-size: cover;

    height: 31%;

    border-radius: 25px;

    margin-bottom: 25px;
}

.box-6 {
    height: 13%;

    border-radius: 25px;

    margin-bottom: 25px;}

.box-7 {
    height: 31%;

    background-image: url('./assets/instagram.jpg');
    background-position: center;
    background-position: top;
    background-size: cover;
    
    border-radius: 25px;
    margin-bottom: 25px;
}

.right-box {
    width: 40%;
    height: 100%;

    border-radius: 25px;

    background-image: url('./assets/con-chair.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
}

#twitch-embed {
    padding: 0px 17px;
    height: 89%;
    width: 100%;
    z-index: 2;
}

#twitch-embed-2 {
    padding: 0px 17px;
    height: 89%;
    width: 100%;
    z-index: 2;
}

#twitch-embed-3 {
    padding: 0px 17px;
    height: 89%;
    width: 100%;
    z-index: 2;
}

iframe {
    border-radius: 14px;
}

@media only screen and (max-width: 1275px) {
    .all-boxes-1 {
        font-size: 1.7em;
    }
    .all-boxes-2 {
        font-size: 3em;
    }
}

@media only screen and (min-width: 1000px) {
    .box-container-tablet {
        display: none;
    }
    .box-container {
        display: flex;
    }
}

@media only screen and (max-width: 1000px) {
    .box-container {
        display: none;
    }
    .box-container-tablet {
        display: flex;
        flex-direction: row;
        height: 100vh;
        width: 100vw;
        overflow: hidden;
        padding: 0 25px;
    }
    .box-container-1 {
        padding-top: 25px;
    }
    .right-box {
        width: 50%;
        height: 95%;

        margin: 25px 0;
    }
    .left-box {
        width: 50%;
        height: auto;
        flex-direction: column;
        overflow: scroll;

        margin-left: 25px;
        margin-right: 0px;
    }
    .left-box::-webkit-scrollbar {
        display: none;
    }
    .background {
        background-image: url("./assets/hex-4.jpg");
    }
    .all-boxes-1 {
        height: 100px;
        margin-right: 0;
        margin-left: 0;
    }
    .all-boxes-2 {
        height: 300px;
        margin-right: 0;
    }
    .box-1 {
        margin-top: 25px;
    }
    .box-4 {
        margin-bottom: 25px;
    }
    .box-7 {
        margin-bottom: 25px;
    }
    .header-text {
        font-size: 2.5em;
        transform: scaleX(-1);
    }
    .flipped {
        transform: scaleX(-1);
    }
}
@media only screen and (min-width: 800px) {
    .box-container-mobile {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    .box-container-tablet {
        display: none;
    }
    .box-container-mobile {
        width: 100vw;
        height: 100%;
        position: relative;
        top: 0;
        overflow: auto;
    }
    .box-container-mobile::-webkit-scrollbar {
        display: none;
    }
    .box-container {
        width: 90vw;
    }
    .left-box {
        width: 100%;
        height: auto;
        margin-left: 0px;
        overflow: hidden;
    }
    .all-boxes-1 {
        height: 200px;
        margin-right: 25px;
        margin-left: 25px;
        margin-top: 0;
    }
    .all-boxes-2 {
        height: 300px;
        margin-right: 25px;
        margin-left: 25px;
    }
    .con-chair {
        width: 90%;
        height: 250px;

        margin: auto;
        margin-top: 25px;

    
        border-radius: 25px;
    
        background-image: url('./assets/con-chair.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
    }
    .header-text {
        position: relative;
        top: -250px;
        left: 50%;
        transform: translateX(-50%);
    }
    .no-mb {
        margin-bottom: 13px;
    }
    .top {
        margin-top: -113px;
        margin-bottom: 13px;
    }
    .box-1 {
        height: 100px;
    }
    .box-2 {
        position: relative;
        overflow: hidden;
        background-image: url('./assets/twitch.jpg');
        background-position: center;
        background-position: top;
        background-size: cover;
        
        border-radius: 25px;
    
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 500px) {
    .header-text {
        top: -250px;
    }
}
