/*
 * Start Bootstrap - Business Frontpage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background: url('../img/slide.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

p {
    padding-top: 35px;
}
/* Customize the text color and shadow color and to optimize text legibility. */

/* ultime aggiunte */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #6b2626;
}

.navbar-inverse .navbar-toggle {
    border-color: #b13838;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #9e3030;
}

.navbar-inverse .navbar-toggle .icon-bar:hover {
    background-color: white;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row {
      position: relative;
}
.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 15%;
    left: 15%
  }

.row-center {
    min-height: 400px;
}

label {
    font-weight: unset;
}

h3 {
    font-weight: unset;
}
/**/
.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    padding: 50px 0px;
    border-top: 8px solid #8b7b57;
}

h2 {
    font-size: 14px;
    font-weight: 700;
}

h1 {
	font-size: 24px; /* ultima aggiunta */
	font-weight: unset;
	text-transform: capitalize; /* ultima aggiunta */
	text-align: center; /* ultima aggiunta */
}

.title-on-slide {
    font-size: 30px;
}

.footer-inner {
    padding: 20px;
}

.title-center{
    padding-top: 300px;
    text-align: center;
}

.navbar {
    min-height: 90px;
}

.logo {
    max-width: 350px;
}

.menu-nav {
    padding-top: 20px;
}

.navbar-inverse {
    background-color: #FFF;
    border-color: #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
}

.business-header-margin {
    margin-top: 50px;
    border-bottom: 16px solid #8b7b57;
    padding-bottom: 6px;
}

.social-padding {
    padding-right: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #8b7b57;
    /*background-color: #c6c6c64d;
    border-radius: 20px;*/
}

.navbar-inverse .navbar-nav > li:hover {
    /*border-bottom: 2px solid #8b7b57;
    border-radius: 20px;*/
}
.cta-btn{
    margin-top:13px;
    margin-left: 10px;
    color: white;
}

.seo-navi {
    background-color: #8b7b57;
    height: 80px;
    padding: 15px 0;
}

.navi-btn {
    padding-top: 20px;
}

.nav .nav-divider {
    height: 20px;
    margin: 15px 0;
    overflow: hidden;
    background-color: #000;
    padding: 0.5px;
}

.menu-head {
    color: white;
}

.form-btn {
    font-size: 16px;
}

.social-icon {
    color: #8b7b57
;}

/* media query */

@media (max-width: 768px) {
.seo-navi {
    height: 250px;
}

.navbar-collapse collapse in {

    margin-top: 40px;
}

.row-center {
    min-height: 350px;
}

.cta-btn{
    margin-top:13px;
    margin-left: 30px;
}

.nav .nav-divider {
    height: 1px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin-top: 50px;
}

}

@media (max-width: 438px) {
    .logo {
    max-width: 220px;
}
.nav .nav-divider {
    height: 1px;
}
.row-center {
    min-height: 430px;
}

@media (max-width: 1200px){

.cta-btn {
    margin-top:13px;
    margin-left: 30px;
}
    
}
