html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Dosis', sans-serif;
    scroll-behavior: smooth;
}

.row {
    margin: 0;
    padding: 0;
}


.center {
    text-align: center;
    margin: auto;
}

.space_25 {
    height: 25px;
}

.space_50 {
    height: 50px;
}

.space_100 {
    height: 100px;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.red_layer {
    background-color: rgba(162, 38, 32, 0.35);
    height: 100%;
    width: 100%;
    padding: 120px 35px;
}

.white_layer {
    background-color: rgba(255, 255, 255, 0.30);
    height: 100%;
    width: 100%;
    padding: 120px 35px;
}

.lead {
    color: #fff;
}

#navbar_doc {
    background-color: rgba(162, 38, 32, 0.97);
}

.navbar-light .navbar-nav .nav-link {
    color: #d7b386;
    text-transform: uppercase;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    text-decoration: underline;
    color: #d7b386;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #d7b386;
    text-decoration: underline;
}

.navbar-light .navbar-brand {
    margin: auto;
}

.mobile {
    color: #d7b386;
}

@media only screen and (max-width: 990px) {
    .mobile {
        display: inline;
        font-size: 11px;
    }
}

@media only screen and (min-width: 991px) {
    .mobile {
        display: none;
    }
}

#carouselExampleIndicators h2 {
    font-size: 41px;
}

#azienda {
    font-size: 19px;
}

#azienda_up {
    padding: 120px 35px;
    min-height: 350px;
    color: #3e3e3d;
    font-size: 25px;
}

#azienda_down {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    border-top: 5px solid #a22620;
    min-height: 550px;
    color: #fff;
    padding: 0;
}

#azienda_down .col-md-12 {
    margin: 0;
    padding: 0;
}

#azienda_down p {
    font-size: 25px;
    letter-spacing: 1px;
}

#olio {
    font-size: 19px;
    text-align: justify;
}

#olio .col-md-6 {
    margin: 0;
    padding: 0;
    background-color: #fff;
    min-height: 700px;
    border: 3px solid #fff;
}

#olio p {
    padding: 15px;
    color: #a22620;
}

#contatti {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 35px;
}

#contatti h2 {
    color: #fff;
}

#contatti .red_layer {
    padding: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    color: #5A5A5A;
    font: inherit;
    margin: 0;
}

input {
    line-height: normal;
}

textarea {
    overflow: auto;
}

form {
    padding: 37.5px;
    margin: 50px 0;
}

input[type='text'],
[type='email'],
select,
textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #fff;
    color: #fff;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 0 0 0.875em 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type='text']:focus,
[type='email']:focus,
textarea:focus {
    outline: none;
    padding: 0 0 0.875em 0;
}

.message {
    float: none;
}

select {
    background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

#form_button {
    background: none;
    border: solid 2px #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875em;
    font-weight: bold;
    outline: none;
    padding: 20px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#form_button:hover {
    background: #fff;
    color: #a22620;
    border: solid 2px #a22620;
}

@media screen and (max-width: 768px) {
    #container {
        margin: 20px auto;
        width: 95%;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }

    .underline {
        width: 68px;
    }

    #form_button {
        padding: 15px 25px;
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 18px;
    }

    .icon {
        height: 35px;
        width: 35px;
    }

    .underline {
        width: 53px;
    }

    input[type='text'],
    [type='email'],
    select,
    textarea {
        font-size: 0.875em;
    }
}

.submit {
    float: right;
}

#footer {
    padding: 50px 15px;
    min-height: 350px;
    color: #d7b386;
    background-color: #a22620;
    font-size: 20px;
}

.red_layer_footer {
    background-color: rgba(162, 38, 32, 0.70);
}

#footer img {
    max-height: 250px;
}

#footer a {
    color: #d7b386;
}