@font-face {
    font-family: "Smile";
    src: url("../fonts/Smile-Demo_05.otf");
    font-display: swap;
}

body{
    margin:0px;
    background-color: #FFEDED;
    background-color: #FFEDED;
    display: flex;
    justify-content: center;
    z-index: -10;
    font-family: "Smile";
    user-select: none;
}

.big-logo{
    background-image: url(/images/logo-main.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 35%;
    background-size: contain;
    background-position: center;
    margin: 25px;
    max-width: 350px;
    min-width: 100px;
    min-height: 100px;
}


.main-inner{
    z-index:10;
    position: relative;
    display: flex;
    width: 50%;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: space-evenly;
}

.socials{
    height: 10%;
    display: flex ;flex-direction: row;
    min-height: 20px;
    margin-bottom:20px;
}

.main-social-icon{
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 100%;
    filter: brightness(0);
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .main-inner{
        width: 75%;
    }

    .socials{
        margin-bottom: 5%;
    }
}

body::-webkit-scrollbar{
    display: none;
  }

.block-header{
    font-family: 'Smile';
    background-color: #FAE031;
    border-left: solid black 5px;
    border-right: solid black 5px;
    border-top: solid black 5px;
    font-size: 35px;
    padding: 5px 25px;
    width: 100%;
}

.block-2{
    background-color: #00F771;
    margin-top: 20px;
}

.block-3{
    background-color: #33C4E4;
    margin-top: 20px;
}

.para-block{
    font-family: 'Smile';
    font-size: 4vh;
    color: black;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 25px;
    width: 100%;
    text-align: center;
}


.intro{
}


.custard-link {
    cursor: pointer;
    pointer-events: all;
}



.trailer-vid {
    z-index: 30;
    transform-origin: top left;
    pointer-events: none;
    transition: opacity 0.1s;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 0;
    padding-top: 66.64%;
    position: absolute;
    border-bottom: solid black 10px;
    border-left: solid black 5px;
    border-right: solid black 10px;
    border-top: solid black 5px;
}

.copy-emphasis {
    display: inline;
}

.who-content {
    margin: 7% 10%;
    align-items: center;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.who-content span {
    font-family: 'Space Mono', sans-serif; font-display: swap;
    font-weight: 500;
    color: black;
    font-size: 25px;
    text-align: left;
    width: fit-content;
    user-select: none;
}

@media screen and (max-width: 600px) {
    .who-content span {
        font-size: 3vh;
        line-height: 31px;
    }
    .who-content {
        width: 100% !important;
    }
}

.copy-break {
    height: 5vh;
}


.twitter-icon {
    background-image: url(../images/twitter-icon.svg);
}

.insta-icon {
    background-image: url(../images/instagram-icon.svg);
}

.tiktok-icon {
    background-image: url(../images/tiktok-icon.svg);
	width: 32px;
    margin-left: 18px;
    height: 96%;
}


.mailchimp-input {
    background-color: transparent;
    outline: none;
    border: 0px;
    width: 100%;
    height: 5vh;
    font-family: 'Space Mono', sans-serif; font-display: swap;
    font-size: 2.5vh;
}

.mailchimp-input::placeholder {
    color: rgba(233, 174, 164, 0.897);
}

.mailchimp-form-upper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mc-field-group {
    width: 70%;
    border-bottom: 8px dotted black;
}

.mailchimp-submit-button-outer {
    height: 100%;
    margin-left: 5%;
}

.mailchimp-submit-button {
    background-color: #ff765f;
    font-family: 'Smile';
    padding: 10px;
    border: none;
    width: auto;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
	margin-top: 15%;
}


.subscribe-notice{
    text-align: center;
    color: rgb(85, 85, 85);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5vh;
}

.subscribe-weenie
{
    font-size: 2vh;
    text-align: center;
    cursor: pointer;
}

.subscribe-fold{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-top: 2vh;
    margin-bottom: 2vh;
    transition: ease-out 0.3s;

}

.subscribe-fold-away{
    max-height: 0;
}

.subscribe-fold-out{
    max-height: 500px;
}


.subscribe-outer{
    height: 23%;
}


