/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 100px 0 50px;
  background-color: white;
  color: black;
}

@media (min-width: 992px) {
  header {
      padding: 120px 0 50px;
  }
}

@media (max-width: 400px) {
    .navbar-brand {
        max-width: 190px;
    }
    .navbar-brand img {
        width: 190px;
    }
    body {
        font-size: 16px !important;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 23px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 21px;
    }
    .lead {
        font-size: 19px;
    }
}
section {
  padding: 50px 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #ffce4c !important;
}



#mainNav {
    background-color: #235b94;
    box-shadow: 0px 5px 8px #888888;
}

.shadow {
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.41);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.41);
    margin-bottom: 10px;
}

a {
    color: #235b94;
}

a:hover {
    color: #ffce4c;
}

h1 {
    color: #235b94;
    font-weight: bold;
}

h4 {
    color: #235b94;
}

.btn-php {
    background-color: #235b94;
    color: white;
}

footer a {
    color: black;
}

#success {
    display: inline;
    margin-left: 30px;
}

.fb-like {
    top: -7px;
}

.acquista a {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
}