#home-container {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    min-height: 400px;
}

#home-content-holder-one {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 35px 15px 50px 15px;
    width: 100%;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#home-content-holder-two {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 35px 25px 35px 25px;
    width: 100%;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#home-content-holder-three {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 30px 10px;
    width: 100%;
    height: 200px;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#home-banner-one {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-family: Shrikhand;
    font-size: 25px;
    width: 100%;
    background-color: #ffe601;
    box-shadow: 0px 0px 15px 15px #00000038 inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content-one-title {
    text-align: center;
    margin-bottom: 25px;
    font-family: Shrikhand;
    font-size: 30px;
    color: #ffffff;
}

#content-one-text {
    text-align: center;
    line-height: 1.3;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 100;
    color: #ffffff;
}

.home-title-accent {
    color: #ffe601;
}

.home-text-accent {
    color: #ffe601;
    font-weight: 700;
}

.home-double-column {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.left-holder {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.right-holder {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.home-double-column-spacer {
    display: block;
    width: 4%;
    height: 25px;
}

#home-video {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

#content-two-logo {
    width: 60%;
    object-fit: cover;
    object-position: 50% 50%;
}

#signup-info-holder {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#bear-holder {
    position: relative;
    display: flex;
    width: 20%;
}

#bear-img {
    width: 90%;
    object-fit: contain;
    object-position: 50% 50%;
}

#sigup-text-holder {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 78%;
}

#signup-text-one {
    line-height: 0.9;
    font-family: Poppins;
    font-size: 5.4vw;
    font-weight: 700;
    color: #ffffff;
}

#signup-text-two {
    font-family: Poppins;
    font-size: 3.7vw;
    font-weight: 700;
    color: #ffffff;
}

#signup-text-accent {
    color: #ffe601;
}

#error-box {
    position: relative;
    display: none;
    flex-flow: column nowrap;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: #ff5555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error-message {
    margin-left: 15px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}

#signup-name-error {
    display: none;
}

#signup-email-error {
    display: none;
}

#signup-form {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
}

.form-spacer {
    display: block;
    width: 50px;
    height: 25px;
}

label {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.label-holder {
    position: relative;
    display: flex;
    width: 25%;
}

.input-holder {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.input-spacer {
    display: block;
    width: 2%;
    height: 25px;
}

input[type="text"] {
    padding: 3px 5px 3px 5px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 100;
    width: 73%;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="email"] {
    padding: 3px 5px 3px 5px;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 100;
    width: 73%;
    color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"] {
    padding: 3px 15px 3px 15px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #ffe601;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.15s linear 0s;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
}
input[type="submit"]:hover {
    background-color: #c7b400;
}

#submit-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63%;
}

#slide-show-img {
    height: 100%;
    opacity: 1;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 0.75s linear 0s;
    -webkit-transition: all 0.75s linear 0s;
    -moz-transition: all 0.75s linear 0s;
    -o-transition: all 0.75s linear 0s;
}

#form-success {
    display: none;
    text-align: center;
    font-family: Shrikhand;
    font-size: 20px;
    color: #ffffff;
}

#form-error {
    display: none;
    text-align: center;
    font-family: Shrikhand;
    font-size: 20px;
    color: #ff5555;
}

#left-arrow {
    position: absolute;
    left: 5px;
    width: 20px;
    object-fit: cover;
    object-position: 50% 50%;
    cursor: pointer;
}

#right-arrow {
    position: absolute;
    right: 5px;
    width: 20px;
    object-fit: cover;
    object-position: 50% 50%;
    cursor: pointer;
}

#popup-container {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ffffff9c;
    z-index: 100;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
}

#popup-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#popup-holder {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 30px 10px 10px 10px;
    width: 95%;
    height: 560px;
    border-radius: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: #ffe601;
    background-color: #000000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

#close-popup-button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    width: 20px;
    cursor: pointer;
}

#popup-header {
    text-align: center;
    padding-bottom: 10px;
    font-family: Shrikhand;
    font-size: 20px;
    border-bottom: solid;
    border-width: 3px;
    border-color: #ffe601;
    color: #ffe601;
}

#popup-text {
    text-align: center;
    margin-top: 10px;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 100;
    color: #ffffff;
}

#popup-image {
    position: relative;
    margin-top: 10px;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
}

#popup-order-button {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 3px 15px 3px 15px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #ffe601;
    color: #000000;
    cursor: pointer;
}

@media only screen and (min-width: 450px) {
    #popup-header {
        font-size: 25px;
    }
    
    #popup-text {
        font-size: 15px;
    }
}

@media only screen and (min-width: 500px) {
    #home-content-holder-three {
        padding: 30px 10px 30px 10px;
        height: 300px;
    }

    #content-one-title {
        font-size: 40px;
    }
    
    #content-one-text {
        line-height: 1.3;
        font-size: 20px;
    }

    #content-two-logo {
        width: 40%;
    }

    #bear-holder {
        width: 15%;
    }
    
    #bear-img {
        width: 90%;
    }
    
    #sigup-text-holder {
        width: 83%;
    }

    #signup-text-one {
        font-size: 30px;
    }
    
    #signup-text-two {
        font-size: 20px;
    }

    #error-box {
        width: 80%;
    }

    .label-holder {
        width: 15%;
    }
    
    .input-spacer {
        width: 2%;
    }
    
    input[type="text"] {
        font-size: 20px;
        width: 63%;
    }
    
    input[type="email"] {
        font-size: 20px;
        width: 63%;
    }

    input[type="submit"] {
        font-size: 25px;
    }

    #left-arrow {
        left: 10px;
        width: 30px;
    }
    
    #right-arrow {
        right: 10px;
        width: 30px;
    }
}

@media only screen and (min-width: 600px) {
    label {
        font-size: 25px;
    }
}

@media only screen and (min-width: 650px) {
    #popup-header {
        font-size: 30px;
    }
    
    #popup-text {
        font-size: 17px;
    }
}

@media only screen and (min-width: 700px) {
    #home-content-holder-three {
        height: 400px;
    }
}

@media only screen and (min-width: 960px) {
    #home-content-holder-one {
        padding: 35px 35px 50px 35px;
    }

    #home-content-holder-three {
        padding: 60px 25px 60px 25px;
        height: 600px;
    }

    #home-banner-one {
        padding: 25px;
        font-size: 35px;
    }

    #content-one-title {
        margin-bottom: 50px;
        font-size: 45px;
    }
    
    #content-one-text {
        text-align: initial;
        line-height: 1.7;
        font-size: 25px;
    }

    #home-content-holder-two {
        padding: 60px 25px 60px 25px;
    }

    .home-double-column {
        flex-flow: row nowrap;
    }

    .left-holder {
        width: 40%;
    }
    
    .right-holder {
        width: 60%;
    }
    
    #content-two-logo {
        width: 60%;
    }

    #signup-info-holder {
        justify-content: initial;
        align-items: initial;
    }

    #error-box {
        margin-bottom: 25px;
        padding: 15px;
        width: 50%;
    }

    .input-holder {
        justify-content: initial;
        align-items: initial;
    }

    #left-arrow {
        left: 25px;
        width: 40px;
    }
    
    #right-arrow {
        right: 25px;
        width: 40px;
    }

    #popup-holder {
        padding: 25px 45px 25px 45px;
        width: 700px;
        height: 775px;
    }

    #close-popup-button {
        width: 30px;
    }

    #popup-image {
        margin-top: 40px;
        height: 300px;
    }

    #popup-order-button {
        margin-top: 25px;
        font-size: 25px;
    }

    #popup-header {
        font-size: 35px;
    }
    
    #popup-text {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    #home-content-holder-three {
        height: 700px;
    }
}

@media only screen and (min-width: 1350px) {
    .left-holder {
        width: 40%;
    }
    
    .right-holder {
        width: 40%;
    }

    #signup-text-one {
        line-height: 0.9;
        font-size: 35px;
    }
    
    #signup-text-two {
        font-size: 25px;
    }
}