
body {
      max-width: 100%;
      margin: auto;
      background-color: #fff;
      font-family: 'Quicksand', sans-serif;
      color: #000;
     }


#contatti {
           background-color: #F8F6F5;
           text-align: center;
           color: #466280;
           font-size: 18px;
           padding: 30px;
}

#credits {
           background-color: #E5DCD3;
           color: #466280;
           font-size: 10px;
           text-align: center;
           padding: 20px;}

.fa {
     color: #466280;}



#copertina img {margin-top: 20px;}


.navbar-default {  
        text-decoration: none;
        color: #435E7B;
        font-size: large;
                 }

.navbar-right li:active {
                 box-shadow: #E5DCD3 0px 1px 3px inset ;}

.navbar-right li:hover {
                 box-shadow: #E5DCD3 0px 1px 3px inset ;
                 color: #435E7B;
              }

.nav.navbar-nav.navbar-right {
    margin-top: 100px;
    margin-right: 50px;
   
}

.container-fluid { 
                        background-color: white;
                       }
.navbar-nav > li {
    float: left;
}

.navbar-default .navbar-nav > li > a {
    color: #466280;
}

.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.col-lg-12 {
    width: 100%;
    padding: 0;
}

#presentazione p {text-align: justify;
                  font-size: 16px;
}

#presentazione {max-width: 70%;}

#indirizzi p {margin: 10px 10px 60px;
padding: 0px;
font-size: 16px;}

#contatto {
           background-color: #E5DCD3;
           color: #466280;
           text-align: right;}

#contatto p {
             margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn .btn-default {
               background-color: #435E7B;
               color: white;
               }

.btn {
       text-shadow: none;
background-color: #435E7B;
background-image: none;
 color: white;
font-size: 16px;
padding: 10px;
border-radius: 15px;
margin-bottom: 20px;
border: 0;
width: 120px;
height: 40px;
}

form {
      background-color: #F8F6F5;
      margin-bottom: 50px;
     
}

form p {    text-align: center;
    font-size: 16px;
    padding: 25px;
}

.form-control {
                border: none;
                border-radius: 0px;
                width: 100%;
}

label {font-size: 16px;
       text-align: center;
       font-weight: normal;}




















}

