﻿#pc-landing-container {
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: -100px;
}

#pc-banner {
    display: flex;
    justify-content: center;
    background-size: cover;
}

.pc-banner-video{
    width: 100%;
}

.pc-banner-video > video{
    width: 100%;
}

#pc-landing-section2 {
    height: 334px;
    background-color: #F3F4F4;
    display: flex;
    justify-content: center;
}

#pc-landing-section2-contents {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#pc-landing-section2-contents > h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

#pc-landing-section2-contents > p {
    padding-top: 20px;
    font-size: 20px;
    line-height: 27px;
    font-family: 'Helvetica', 'sans-serif';
}

#pc-landing-promofield-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding-bottom: 80px;
    padding-top: 80px;
}

#pc-landing-promofield-contents {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pc-promocode-field-container {
    width: 100%;
}

#pc-redeem-promocode-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

#pc-redeem-promocode-fields {
    display: flex;
    flex-direction: row;
}

#pc-submit-promocode-btn {
    height: 40px;
    width: 100px;
    border: none;
    color: white;
    background-color: black;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
}

.pc-promocode-input {
    height: 40px;
    width: 490px;
    border: solid 1px black;
    font-family: HelveticaNeue;
    font-size: 17px;
    padding-left: 15px;
    font-weight: 100;
}

#pc-redeem-promocode-form > h3 {
    font-size: 26px;
    line-height: 28px;
    font-family: HelveticaNeue;
    font-weight: 700;
}

#pc-redeem-promocode-form > p {
    font-size: 16px;
    line-height: 22px;
    font-family: HelveticaNeue;
    text-align: center;
}

#pc-landing-promofield-form {
    width: 100%;
}

@media (max-width: 768px) {
    #pc-landing-section2-contents > h2 {
        font-size: 24px;
    }

    #pc-landing-section2-contents > p {
        font-size: 16px;
        line-height: 20px;
    }

    #pc-redeem-promocode-form > h3 {
        font-size: 20px;
        line-height: 24px;
        text-align:center;
    }

    .pc-promocode-input {
        width: 100%;
    }

    #pc-redeem-promocode-fields{
        width: 100%;
    }

    #pc-redeem-promocode-fields > fieldset{
        width: 100%;
    }

    #pc-redeem-promocode-form > p {
        font-size: 14px;
        line-height: 18px;
    }
}