@font-face {
    font-family: "Medium";
    src: url("../fonts/IsidoraSansAlt-Medium.eot");
    src: url("../fonts/IsidoraSansAlt-Medium.woff") format("woff");
  }

  @font-face {
    font-family: "Regular";
    src: url("../fonts/IsidoraSansAlt-Regular.eot");
    src: url("../fonts/IsidoraSansAlt-Regular.woff") format("woff");
  }

  @import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Open+Sans:wght@400;700&display=swap");

  * {
    box-sizing: border-box;
  }

  body {
    font-family: "Open Sans", "Lato", sans-serif;
    margin: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Lato", sans-serif;
    line-height: 1.3;
  }



  .brand-turquoise {
    font-family: "Regular";
    color: #3f9dbf;
    font-size: 3.5rem;
  }

  .brand {
    font-family: "Regular";
    font-size: 3.5rem;
  }

  .carousel-item {
    height: 87vh;
    min-height: 300px;
    background: no-repeat scroll center scroll;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f8f9fa;
    opacity: 0.3;
  }

  .carousel-caption {
    top: 10%;
    text-align: left;
  }

  .carousel-caption h5 {
    font-size: 4vw;
    padding-top: 20%;
    font-weight: 700;
  }

  .carousel-caption p {
    font-size: 18px;
    top: 2rem;
    color: rgb(211, 211, 211);
  }

  .about {
    height: 100vh;
    min-height: 300px;
    background: no-repeat scroll center scroll;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
  }

  .about .container {
    width: 50%;
    padding-top: 20%;
  }

  .about h5 {
    color: white;
    font-size: 2.5rem;
    line-height: 10px;
  }

  iframe {
    width: 100%;
    height: 50vh;
    background: no-repeat scroll center scroll;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 0;
    padding: 0;
  }

  footer {
    background-color: #f8f9fa;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  footer .brand-turquoise {
    font-family: "Regular";
    color: #3f9dbf;
    font-size: 4.5rem;
  }

  footer .brand {
    font-family: "Regular";
    font-size: 4.5rem;
  }

  .about {
    background-color: #5388ff;
  }

  .about h5 {
    line-height: 1.5
  }

  .contact {
    width: 100%;
    height: 50vh;
    background: no-repeat scroll center scroll;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/contact.png);
  }

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  }

  .bg-light {
    background-color: #fdfdfe !important;
  }

  .content {
    width: 55%;
    background-color: #fdfdfe;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    font-family: 'Medium';
    font-size: larger;
    text-decoration: none;
    transition: all .5s ease-in;
    border-bottom: 1px solid transparent;
  }

  .nav-link:hover {
    border-color: black;
  }

  .py-2 {
    transition: 300;
  }


  /* Small devices (landscape phones, 576px and up) */
  @media (max-width: 375px) {
    .brand-turquoise {
      font-family: "Regular";
      color: #3f9dbf;
      font-size: 2.5rem;
    }

    .brand {
      font-family: "Regular";
      font-size: 2.5rem;
    }

    .contact {
      width: 100%;
      height: 50vh;
    }

    .carousel-caption {
      top: 5%;
      text-align: center;
    }

    .carousel-control-next-icon {
      visibility: hidden;
    }

    .carousel-control-prev-icon {
      visibility: hidden;
    }

    .about h5 {
      line-height: 1.5;
      font-size: 1rem;
      margin-top: 50vh;
    }

    .carousel-caption p {
      font-size: 12px;
      top: 2rem;
      color: rgb(211, 211, 211);
    }
  }

  /* Small devices (landscape phones, 576px and up) */
  @media (max-width: 576px) {
    .brand-turquoise {
      font-family: "Regular";
      color: #3f9dbf;
      font-size: 2.5rem;
    }

    .brand {
      font-family: "Regular";
      font-size: 2.5rem;
    }

    .content {
      width: 100%;
      background-color: #fdfdfe;
      border-radius: 10px;
      padding: 1.5rem;
      margin-top: 10%;
      margin-left: auto;
      margin-right: auto;
    }

    .contact {
      width: 100%;
      height: 50vh;
    }

    .about {
      height: 100vh;
      background: no-repeat scroll center scroll;
      -webkit-background-size: cover;
      background-size: cover;
      text-align: center;
    }

    h5 {
      line-height: 1.3;
    }

    .carousel-caption {
      text-align: center;
      margin-top: -9em;
    }

    .about h5 {
      line-height: 1.5;
      font-size: 2rem;
      margin-top: 25vh;
    }

    .carousel-caption p {
      font-size: 12px;
      top: 2rem;
      color: rgb(211, 211, 211);
    }

    .carousel-caption h5 {
      font-size: 2rem;
      padding-top: 0;
      font-weight: 700;
    }

    .carousel-control-next-icon {
      visibility: hidden;
    }

    .carousel-control-prev-icon {
      visibility: hidden;
    }

    .about h5 {
      line-height: 1.5;
      font-size: 1rem;
    }
  }

  /* Medium devices (tablets, 768px and up) */
  @media (max-width: 768px) {
    .contact {
      width: 100%;
      height: 50vh;
      background: no-repeat scroll center scroll;
      background-position: center;
      -webkit-background-size: cover;
      background-size: cover;
      background-image: url(../img/contact.png);
    }

    .content {
      width: 100%;
      background-color: #fdfdfe;
      border-radius: 10px;
      padding: 1.5rem;
      margin-top: 10%;
      margin-left: auto;
      margin-right: auto;
    }

    .carousel-caption {
      top: 10%;
      text-align: left;
    }
  }

  /* Large devices (desktops, 992px and up) */
  @media (max-width: 992px) {
    .contact {
      width: 100%;
      height: 50vh;
      background: no-repeat scroll center scroll;
      background-position: center;
      -webkit-background-size: cover;
      background-size: cover;
      background-image: url(../img/contact.png);
    }

    .content {
      width: 100%;
      background-color: #fdfdfe;
      border-radius: 10px;
      padding: 1.5rem;
      margin-top: 10%;
      margin-left: auto;
      margin-right: auto;
    }

    .carousel-caption {
      top: 25%;
      text-align: left;
    }
  }

  /* X-Large devices (large desktops, 1200px and up) */
  @media (max-width: 1200px) {
    .carousel-caption {
      top: 25%;
      text-align: left;
    }
  }

  /* XX-Large devices (larger desktops, 1400px and up) */
  @media (max-width: 1400px) {
    .carousel-caption {
      top: 25%;
      text-align: left;
    }
  }