.bg-light {
    background-color: #2B2D42!important;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.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: #fff;
}
.navbar-nav a{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar-nav{
    margin-left: 40px;
}
.navbar-nav li{
    margin-left: 25px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(232, 193, 126);
}
.navbar-light .navbar-toggler-icon {
    background-color: #fff;
}
.themeContent .gallery {
    width: 930px;
    margin: 0px auto 0px auto;
    background: none;
    height: 365px;
    padding: 35px 15px 35px 15px;
    color: #666666;
    text-align: left;
}
.slick-prev, .slick-next{
    opacity: 0;
}
.slick-slide img{
    width: 100%;
}
.stile h1{
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    color: #000;
}
.stile p{
    font-family: 'Roboto', sans-serif;
    color: #777;
}
.themeContent .news {
    float: none;
    background: none;
    width: 290px;
    height: 427px;
    padding: 20px;
    color: #000000;
    border-radius: 10px;
    background-color: #2B2D42;
    display: table;
    margin: 0 auto;
}
.stile h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.themeContent .text a {
    color: #1B4965;
}
.marchi li{
    list-style-type: none;
}
.marchi{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.footer h5{
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
    color: #fff;
}
.footer p, .footer a{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.spacing{
    padding-top: 50px;
    background-color: #e9e7e1; width: 100%
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.stili h4{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #000;
}
.stili li{
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
}
.tableList th {
    font-family: 'Montserrat', sans-serif;
    background-color: #dddddd;
    color: #1b4965;
    padding: 8px;
    text-align: center;
}
.tableList td{
    color: #2b2d42;
    font-family: 'Roboto', sans-serif;
}
.news h1, .news p, .news h5{
    font-family: 'Playfair Display', serif;
    color: #fff;
}
.themeContent .text {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 20px;
}
.img-responsive{
        display: block;
    max-width: 100%;
    height: auto;
}
.stili a{
    font-family: 'Playfair Display', serif;
     color: #1b4965;
     font-size: 25px;
     font-weight: 500;

}
.stili b{
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}
.themeContent .slideshow {
    float: left;
    width: 100%;
}
.contatti a{
    color: #1B4965;
}
.fas{
    color: #1B4965;
}
.footer img{
    width: 13%;
}

.credits_link{
 color: #38B5E6 !important;
 font-weight: 700;
 font-family: sans-serif;
}

.credits_link:hover{
 color: #fff !important;
}

 .credits_link:before{
  content: "";
  vertical-align: middle;
  width:16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url(https://www.clion.it/favicon-96x96.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;

  transition: all 450ms ease;
 }

  .credits_link:hover:before{
   transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
  }
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
    .footer img{
    width: 25%;
}
    .stile h1 {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    color: #000;
}
}
@media screen and (max-width: 425px) {
    .navbar-nav {
    margin-left: 0;
}
.footer img{
    width: 44%;
}
}
@media screen and (max-width: 320px) {}
@media screen and (max-width: 900px) and (min-width: 600px) {}