/* VARIABLES */
  :root {
    --sar-blue: #003087;
    --sar-red: #bf0d3e;
  }


/* FONTS */
  .imperial-script-regular {
    font-family: "Imperial Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
    
  .bodoni-moda-regular {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }

  .playfair-display-regular {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .playfair-display-bold {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }

  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 0,
    'GRAD' 0,
    'opsz' 40
  }

  /* BODY */
  body {
    background-color: white;   
    font-family: Playfair Display, serif;
    text-decoration: none;
    /* max-width: 2560px; */
  }

  .row h1 {
    padding: 0px;
  }

  .sar {
    font-family: Bodoni Moda, ;
    font-weight: 400;
    font-size: 4rem;
    font-style: normal;
  }

  a.nav-link {
    color: white;
    font-size: 1.0rem;
  }
     
  div.carousel-caption {
    background-color: rgba(0,0,0, 0.6);
  }

  .row.blockDisplay {
  display: block;
  }
  
  .column_half {
    width: 50%;
    /* float: left; */
    margin-top: 0px;
  }
  
  /* FOOTER */
  .footer {
    background-color: #717070;
  }
  
  .copyright {
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-family: "Playfair Display, serif";
  }
  
  .left_half {
    background-color: var(--sar-blue);
  }
  .container .column_half.left_half h2 {
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    text-align: center;
  }
  .right_half {
    background-color: #c50b0e;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    text-align: center;
    font-weight: bold;
  }

  .thumbnail {
    width: 100px;
    border-radius: 200px;
    height: 100px;
    margin-left: auto;
  }
  
  .social {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-color: #ffffff;
    clear: both;
    overflow: auto;
  }

  .social_icon {
    width: 25%;
    text-align: center;
    float: left;
    transition: all 0.3s linear;
    line-height: 0px;
    padding-top: 7px;
  }

 div.col-12.col-md-6 a {
  text-decoration: none;
  color: white
}

.custom-toggler.navbar-toggler {
  border-color: white;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24' /%3E%3C/svg%3E");
}

.card.shadow {
  margin-bottom: 2rem;
}

.picture {
  width: 100%;
  height: auto;
}

.photo-index {
  width: 100%;
  height: auto;
  text-align: center;
  font-family: Playfair Display, serif;
  font-weight: 900;
}

.gal-icon {
  font-weight: 900;
  background-color: red;
  padding:5px 0px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: none;
  height: 4rem;
}

.gal-item, a.gal-item {
  text-decoration: none;
  font-family: playfair-display-regular;
  font-size: 1.75rem;
  color: #000;
}

.gal-item:hover, a.gal-item:hover {
  text-decoration: none;
  font-family: playfair-display-regular;
  background-color: darkgrey;
  font-size: 1.75rem;
  color: #000;
}

.col-5 .col-5:hover {
  text-decoration: none;
  color: #000;
  font-family: playfair-display-regular;
  font-size: 1.75rem;
  transition: 0.3s;
  background-color: transparent;
}

.col-5:hover {
  font-family: playfair-display-regular;
  background-image: linear-gradient(to right, var(--sar-red), white, var(--sar-blue));
  font-size: 1.75rem;
}

