@font-face {
    font-family: 'RousseauDeco';
    src: url('fonts/RousseauDeco.ttf');
}

@font-face {
    font-family: 'GoogleSansFlex';
    src: url('fonts/GoogleSansFlex-VariableFont_GRAD,ROND,opsz,slnt,wdth,wght.ttf');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

p {line-height: 1.6em; ;}

.rousseau { font-family: 'Playfair Display'}
.googlesansflex { font-family: 'GoogleSansFlex'}
.playfair { font-family: 'Playfair Display'}

.swiper { width: auto; height: 320px; }

.btn-blue {background-color: #2d5e90; color:white }
.btn-blue:hover { background-color: #4875a1; color: white; }
.bg-gradient1 { background-color: linear-gradient(#8fb2be, #7a9aa4); }

.text-blue {color: #2d5e90; }
.bg-blue {background-color: #2d5e90; }

.mobile-container { width: 550px; margin: auto; }
.mobile, .mobile-inline { display: none; }
.desktop { display: block; }
.desktop-inline { display: inline; }

.form-label {font-size:.8em; }

.bg-darkblue { background-color: #2d5e90; }
.btn-blue2 { background-color: #7a9aa4; }
.btn-blue2:hover { background-color: #98b2b9; }

.swiper-button-prev { background-color: #2d5e90; border-radius: 50%; padding: 8px; color: white; }
.swiper-button-next { background-color: #2d5e90; border-radius: 50%; padding: 8px; color: white; }
.swiper-navigation-icon { color: white; }

.carousel-control-next-icon {background-color: #2d5e90; border-radius: 50%;  }
.carousel-control-prev-icon {background-color: #2d5e90; border-radius: 50%;  }

@media only screen and (max-width:550px) {
    .mobile-container { width: 100%; }
    .mobile { display: block; }
    .mobile-inline { display: inline; }
    .desktop, .desktop-inline { display: none; }

}
