html{
    font-size: 62.5%;
}
body{
    font-family:'Montserrat', 'Arial', sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight:300;
    padding: 0;
    color: #ffffff;
    background-color: #796155;

}

.img-responsive{display:inline-block;}

header{
    padding: 2rem 0;
    position: relative;
    background: #796155 url(img/header-mipim-min.jpg) no-repeat center center / cover;
}
header .img-title{
    width:25rem;
    margin-bottom: 4rem;
}
header h1{
    font-size: 2rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
header p.intro{
    text-transform: uppercase;
    font-weight: 700;
    color:#c8985a;
    font-size: 30px;
    line-height:30px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    /*text-shadow: #301133 1px 0 10px;*/
}
.title{
    margin-top:20rem;
}

footer{
    padding: 3rem 0 4rem;
}
footer p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: white;
    text-align: justify;
}
footer p a, footer p a:hover, footer p a:focus, footer p a:active{
    color: white;
}


section#form .container{
    /*background-color: #f5f5f5;*/
}
section#form .container >.row{
    padding: 4rem 2.5rem;
    background-color: #f5f5f5;
    border-radius: 1rem;
    margin:0;
}
section#form h2{
    margin: 0 0 2.5rem 0;
    text-align: center;
    font-size: 3rem;
    color: #c8985a;
    font-weight: 700;
}
form span.wpcf7-list-item{
    margin: 0;
}
form input.form-control{
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #7e7e7e;
}
form input[type="checkbox"] + span{
    font-family: 'Open Sans', 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: #7e7e7e;
}
form input[type="submit"]{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
    border: 0;
    background-color: #c8985a;
    padding: 2rem 10rem;
    color: #ffffff;
    font-weight: 500;
}
form input[type="submit"]:hover,
form input[type="submit"]:focus{
    background-color: #c8985a;
}
.wpcf7-mail-sent-ok{
    color: #398f14;
    font-weight: 500;
}
div.wpcf7-validation-errors{
    color: #f00;
    font-weight: 500;
    border-color: #f00;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-list-item-label{
    font-weight:400;
}
@media (max-width: 991px){
    form input[type="submit"]{
        padding: 2rem 2rem;
    }
    header{
        background: #796155 url(img/header-mipim-min.jpg) no-repeat center center / cover;
    }
}
@media (min-width:2000px){
    header{
        background: #796155 url(img/header-mipim-bordered-min.jpg) no-repeat center center / contain;
    }
}
@media (min-width:768px) {
    header {
        padding: 3rem 0;
    }
    header .img-title{
        margin-bottom: 6rem;
    }
    header h1{
        font-size: 4rem;
    }
    header p.intro{
        font-size: 2rem;
        line-height: 2.4rem;
    }
    section#form .container{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

@media (min-width:992px) {
    header {
        padding: 4rem 0;
    }
    header .img-title{
        margin-bottom: 8rem;
    }
    header h1{
        font-size: 5rem;
    }
    header p.intro{
        font-size: 3rem;
        line-height: 3.4rem;
    }
}

@media (min-width:1200px) {
    header {
        padding: 6rem 0;
    }
    header .img-title{
        margin-bottom: 12rem;
    }
    header h1{
        font-size: 6rem;
    }
}
@media (max-width:400px){
    .btn-lg{
        font-size:15px;
    }
}
