
html {
  scroll-behavior: smooth;
}

body{
	
    font-family: 'Playfair Display', serif;
	font-size: 22px;
	color:#666666;
}

.blu{color: #15357c;}
.bastoni{font-family: 'Kodchasan', sans-serif;}

.btn-primary {

    background-color: #15357c;
    border-color: #15357c;

}

.jumbotron{
	background: url('../img/home.jpg') center center no-repeat;
	background-size: cover;
	min-height: 400px;
	border-radius: 0;
}

.jumbotron h1{
	display: inline-block;
	text-align: center;
	margin-top: 70%;
	color:#15357c;
	/*float: right;*/
	/*text-shadow: 2px 2px 3px #999;*/
	font-size: 3.5rem;
}

#logo{
	max-width: 400px;
}


.bg-dark {
    background-color: rgba(21,53,124,1) !important;
}



ul.navbar-nav.ml-auto li.nav-item a.nav-link{
	margin: 0 14px;
	color: #ccc;
	font-size: 20px;
	font-family: 'Kodchasan', sans-serif;
}

ul.navbar-nav.ml-auto li.nav-item a.nav-link:hover{
	color: #fff;
}

footer{
	margin-top: 50px;
}

#piedipagina{
	background-color: #ebebeb;
	font-size: 20px;
	padding: 50px 0;
}

#piedipagina a{
	color: #15357c;;
	text-decoration: none;
}

#piedipagina .fa{
	font-size: 40px;
	color: #15357c;
}


#copy{
	background: #15357c;;
	color: white;
	font-size: 12px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}

/*.owl-carousel {height: 500px;width: auto;}*/



#icone h1{
	color: #15357c;
	text-align: center;
	margin-bottom: 20px;
}

#icone p{
	text-align: justify;
	font-size: 14px;
	padding:10px;
}

#icone img{text-align: center;}









/*MEDIA QUERIES
*/

@media screen and (max-width: 992px) {
  #logo {
    max-width: 250px;
  }

  .jumbotron h1{
  	margin-top: 95%;
	font-size: 1.5rem;
}


}

