@charset "UTF-8";
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #e0dfe7;
}
h1 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
}
h2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    color: #FFFFFF;
}h3 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.fnd-slider {
    background-image: url(../img/collage-jeans.png);
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
}
.txt-normal {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: justify;
    color: #FFFFFF;
}
form {
    width: 100%;
}
label {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    line-height: 16px;
}
input {
    width: 90%;
    height: 20px;
    margin-bottom: 20px;
}
textarea {
    width: 90%;
    min-height: 60px;
    margin-bottom: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
}
#submit {
    background-color: #9ca3bb;
    color: rgba(255,255,255,1.00);
    border: none;
    height: 50px;
    border-radius: 5px;
}
#submit:hover {
    background-color: #ec1c24;
    color: #FFFFFF;
}
