@font-face {
  font-family: 'Authentic';
  src: url('../font/Authentic-Signature.eot');
  src: url('../font/Authentic-Signature.eot?#iefix') format('embedded-opentype'),
      url('../font/Authentic-Signature.woff2') format('woff2'),
      url('../font/Authentic-Signature.woff') format('woff'),
      url('../font/Authentic-Signature.ttf') format('truetype'),
      url('../font/Authentic-Signature.svg#Authentic-Signature') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body {
  font-family: 'Authentic','Times New Roman', sans-serif;
  background-image: url("../images/opt_foto_sfondo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px; }
  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }

.navbar-brand {
  padding-top: 0;
  margin: 0 auto; text-align: center; }
  .navbar-brand img {
    width: 70%; max-width:600px; }

.navbar-dark {
  padding-top: 0;
  padding-bottom: 20vh; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
  @media (max-width: 767px) {
    .navbar-dark {
      padding-bottom: 0; } }

.page-title {
  font-size: 7vw;
  line-height: 0.7em;
  text-align:center;
  font-weight: normal;
  margin-bottom: 7vh; 

  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

}
  @media (max-width: 767px) {
    .page-title {
      margin-top: 25vh;
      font-size: 55px;
      margin-bottom: 54px; } }

.page-description {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 22px;
  text-align:center;}
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px; } }

p {
  font-size: 14px;
  margin-bottom: 21px; }

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  margin-right: 16px;
  transition: all 0.3s ease-in-out; }
  .footer-social-links .social-link:last-child {
    margin-right: 0; }
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff; }

/*# sourceMappingURL=bd-coming-soon.css.map */
