@font-face {
    font-family: 'pfdintextcomppro';
    src: url("Fonts/pfdintextcomppro.ttf");
}

.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(237, 237, 237);
}

#input {
    float: none;
    height: 132px;
    font-size: 140%;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 646px;
    display: block;
    margin-right: auto;
    font-family: 'pfdintextcomppro';
    font-weight: 100;
    color: rgb(206, 179, 179);
    background-color: rgb(247, 246, 246);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    text-align: center;
    background-image:url("img/RR.png");
    background-position: 0% 100%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    margin-bottom: 15px;
}

#text {
    float: none;
    font-size: 150%;
    width: 646px;
    height: auto;
    text-align: center;
    font-weight: 900;
    line-height: 1em;
    margin-left: auto;
    margin-top: 5px;
    clear: none;
    min-height: 36px;
    font-family: 'pfdintextcomppro';
    color: rgb(110, 71, 71);
    text-indent: 0px;
    letter-spacing: 12px;
    margin-right: auto;
}

#text1 {
    float: none;
    font-size: 100%;
    width: 646px;
    height: auto;
    text-align: center;
    font-weight: 900;
    line-height: 1em;
    margin-left: auto;
    margin-top: 10px;
    clear: none;
    min-height: 18px;
    font-family: 'pfdintextcomppro';
    color: rgb(110, 71, 71);
    text-indent: 0px;
    letter-spacing: 10px;
    display: block;
    margin-right: auto;
}

#input:hover {
    background-image:url("img/RR.png");
    background-position: 0% -396px;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgb(187, 179, 179);
}

#text2 {
    float: none;
    font-size: 1em;
    width: 646px;
    height: auto;
    text-align: center;
    font-weight: 900;
    line-height: 1em;
    margin-left: auto;
    margin-top: 30px;
    clear: none;
    min-height: 43px;
    font-family: 'pfdintextcomppro';
    padding-top: 5px;
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
}

#text3 {
    float: none;
    font-size: 1em;
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: 900;
    line-height: 1em;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    min-height: 0px;
    font-family: 'pfdintextcomppro';
    padding-top: 5px;
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
}

#text4 {
    float: left;
    font-size: 1em;
    width: 30%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 15px;
    clear: none;
    min-height: 54px;
    font-family: 'pfdintextcomppro';
    margin-right: 0px;
    margin-bottom: 15px;
    color: rgb(12, 12, 12);
    display: block;
}

#text5 {
    float: left;
    font-size: 1em;
    width: 30%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 4.999516%;
    margin-top: 15px;
    clear: none;
    min-height: 54px;
    font-family: 'pfdintextcomppro';
    margin-right: 0px;
    margin-bottom: 15px;
    display: block;
}

#text6 {
    float: left;
    font-size: 1em;
    width: 30%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 5%;
    margin-top: 15px;
    clear: none;
    min-height: 54px;
    font-family: 'pfdintextcomppro';
    margin-right: 0px;
    margin-bottom: 15px;
    display: block;
    padding-left: 0px;
}

#box {
    float: none;
    height: 363px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 646px;
    margin-right: auto;
    margin-bottom: 15px;
}

#box1 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 646px;
    margin-right: auto;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

#box2 {
    float: none;
    height: 363px;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    width: 646px;
    margin-right: auto;
    margin-bottom: 15px;
}

@media only screen and (max-width: 650px) {
    #text2 {
        width: 400px;
    }

    #box {
        width: 400px;
    }

    #box1 {
        width: 400px;
    }

    #box2 {
        width: 400px;
    }

    #text1 {
        width: 400px;
        letter-spacing: 3.5px;
    }

    #text {
        width: 400px;
        letter-spacing: 3.5px;
    }

    #input {
        width: 400px;
        height: 81.5px;
        background-image:url("img/RR.png");
        background-position: 0% 100%;
        background-repeat: repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(247, 246, 246);
        font-size: 15px;
    }

    #input:hover {
        background-image:url("img/RR.png");
        background-position: 0% -244.5px;
        background-repeat: repeat;
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(187, 179, 179);
    }
}

@media only screen and (max-width: 400px) {
    #text {
        letter-spacing: 1px;
        width: 320px;
    }

    #text1 {
        letter-spacing: 2px;
        width: 320px;
    }

    #input {
        width: 320px;
        height: 65.5px;
        font-size: 90%;
        background-image:url("img/RR.png");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(247, 246, 246);
        margin-top: 15px;
        clear: none;
        margin-bottom: 15px;
        background-position: 0% -197px;
        background-repeat: repeat;
    }

    #input:hover {
        background-image:url("img/RR.png");
        background-attachment: scroll;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: rgb(187, 179, 179);
        background-position: 0% -197px;
        background-repeat: repeat repeat;
    }

    #text2 {
        margin-top: 15px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        float: none;
        clear: none;
        width: 320px;
    }

    #text3 {
        width: 100%;
        margin-top: 15px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        clear: none;
        float: none;
    }

    #text4 {
        width: 100%;
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        display: block;
        clear: none;
        float: none;
    }

    #text5 {
        width: 100%;
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        display: block;
        clear: none;
        float: none;
    }

    #text6 {
        margin-top: 30px;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        width: 100%;
        display: block;
        clear: none;
        float: none;
    }

    #box {
        width: 320px;
        height: 180px;
        padding-top: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        padding-left: 3px;
    }

    #box1 {
        float: none;
        height: auto;
        margin-left: auto;
        margin-top: 15px;
        clear: none;
        width: 320px;
        margin-right: auto;
        padding-bottom: 20px;
    }

    #box2 {
        width: 320px;
        height: 180px;
        margin-top: 15px;
        clear: none;
    }
}
