      /* Font Styles */

      @font-face {
        font-family: Robuka;
        src: url("fonts/Robuka Demo.ttf");
      }
      
      @font-face {
        font-family: Archivo;
        src: url("fonts/ArchivoNarrow-VariableFont_wght.ttf");
      }
      
      @font-face {
        font-family: Soprano;
        src: url("fonts/soprano.rar");
      }


      /* UI Styles */

      * {
        padding: 0;
        margin: 0;
        text-decoration: none;
        list-style: none;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
        -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
        outline: none !important;
      }
      
      body {
        font-family: Archivo;
        background-color: #124559;
      }

      section {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-family: Archivo;
        background-color: #dce5e4;
      }
      
      .navbar {
        background: #124559;
        height: 150px;
        width: 100%;
        display: flex;
        justify-content: space-between;
      }
      
      .logo {
        color: white;
        font-size: 65px;
        line-height: 150px;
        padding: 0 100px;
        font-family: Robuka;
        font-weight: bold;
        letter-spacing: 7px;
        text-transform: capitalize;
      }
      
      .nav-menu {
        float: right;
        margin-right: 20px;
      }
      
      .nav-item {
        display: inline-block;
        line-height: 150px;
        margin: 0 5px;
      }
      
      a {
        color: white;
        font-size: 30px;
        padding: 7px 13px;
        border-radius: 3px;
        text-transform: uppercase;
      }
      
      .active {
        background-color: #598392;
      }
      
      li a:hover {
        background-color: #749daa;
        transition: .5s;
      }
      
      footer {
        color: white;
        background: #124559;
        width: 100%;
      }

      button {
        background-color: #124559;
        border: none;
        font-size: 35px;
        color: white;
        padding: 20px 50px;
        margin-bottom: 30px;
        font-family: Archivo;
        margin-left: 30%;
      }

      button:hover {
        background-color: #749daa;
        transition: .5s;
      }

      hr {
        margin-bottom: 30px;
        margin-right: 30%;
        margin-left: 30%;
        width: 40%;
        border: none;
        background-color: #a1baa4;
        height: 10px;
      }

      .container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .contact {
        color: #02394f;
        font-size: 35px;
        text-align: center;
        margin-bottom: 30px;
      }

      .gallery img {
        animation: transitionIn 1s;
        display: inline;
        padding: 30px;
        transition: .5s;
        cursor: pointer;
      }

      .gallery {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 10%;
        margin-left: 10%;
      }

      .gallery img:hover {
        transform: scale(0.8) rotate(-15deg);
        filter: opacity(90%);
      }

      .full-img {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 100;
      }

      .full-img  img {
        width: 90%;
      }

      .full-img span {
        position: absolute;
        top: 5%;
        right: 5%;
        font-size: 30px;
        color: white;
        cursor: pointer;
      }

      /* Photos Styles */

      img {
        display: block;
        margin: 0px auto;
      }
      
      .photos {
        margin-top: 30px;
        margin-bottom: 30px;
        animation: transitionIn 1s;
      }

      .aboutphotos1 {
        margin-top: 30px;
        margin-bottom: 30px;
        float: left;
        margin-right: 1em;
        margin-left: 30%;
        animation: transitionIn 1s;
      }

      .aboutphotos2 {
        margin-top: 30px;
        margin-bottom: 30px;
        float: right;
        margin-left: 1em;
        margin-right: 30%;
        animation: transitionIn 1s;
      }

      .accphotos {
        margin-top: 30px;
        margin-bottom: 30px;
        animation: transitionIn 1s;
      }

      .conphotos {
        margin-top: 30px;
        margin-bottom: 30px;
        animation: transitionIn 1s;
      }
      
      .socials {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 150px;
        height: 150px;
      }

      .icons {
        text-align: center;
      }
      
      /* Transition Styles */

      @keyframes transitionIn {
      
        from {
          opacity: 0;
          transform: rotateY(-10deg);
        }
      
        to {
          opacity: 1;
          transform: rotateY(0);
        }
      }
      
      /* IMPORTANT NOTE: In order for text to be centered proiperly under navigation bar set a top margin to fix and text centering issues. */
      
      /* Scrapped Contact Form Styles */

      form {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 40%;
      }

      form input,
      form textarea {
        border: 0;
        margin: 10px 0;
        padding: 20px;
        outline: none;
        background: #f5f5f5;
        font-size: 16px;
        font-family: Archivo;
      }
      
      form button {
        padding: 15px;
        background: #60473e;
        color: white;
        font-size: 18px;
        border: 0;
        outline: none;
        cursor: pointer;
        width: 150px;
        margin: 30px auto 30px;
      }
      
      /* Text Styles */

      .abouttext1 {
        font-size: 35px;
        color: #02394f;
        margin-right: 30%;
        margin-left: 30%;
        margin-top: 30px;
        margin-bottom: 60px;
      }
      
      .abouttext2 {
        font-size: 35px;
        color: #02394f;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 60px;
        margin-bottom: 30px;
      }
      
      .FootText {
        text-align: center;
        font-size: 45px;
        margin-bottom: 0;
      }

      .WebText {
        text-align: center;
        font-size: 35px;
      }

      p {
        margin-top: 30px;
        margin-bottom: 30px;
      }
      
      .header1 {
        color: white;
        background-color: #124559;
        font-size: 60px;
        font-family: Robuka;
        font-weight: bold;
        letter-spacing: 7px;
        height: 150px;
        width: 100%;
        padding-top: 45px;
        text-align: center;
      }
      
      .underline {
        text-decoration: underline;
        text-decoration-color: #a1baa4;
        text-decoration-thickness: 10px;
      }
      
      .header2 {
        color: #02394f;
        font-size: 55px;
        font-weight: bold;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
      }
      
      .quote {
        margin-left: 30%;
        margin-right: 30%;
        font-size: 50px;
        color: #02394f;
        text-align: center;
      }
      
      .author {
        color: #a1baa4;
        font-size: 45px;
        margin-bottom: 30px;
        text-align: center;
      }

      .contact p {
          margin-bottom: 0;
          margin-top: 0;
      }

      a.contact {
        color: #02394f;
        font-size: 30px;
        text-transform: none;
        text-decoration: underline;
      }

      /* Video Styles */

      .wrapper {
        margin: 5px auto;
        width: 704px;
        height: 396;
      }

      iframe {
        animation: transitionIn 1s;
        display: inline;
        padding: 30px;
        border: none;
      }

      .media {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 10%;
        margin-left: 10%;
      }

      video {
        animation: transitionIn 1s;
        display: inline;
        padding: 30px;
        z-index: 1;
      }

      /* Logo And Navigation Menu Resizing */

      @media (max-width: 1800px) {
        a.logo {
          font-size: 45px;
          padding-left: 50px;
        }

        nav ul li a {
          font-size: 25px;
        }
      }

      @media (min-width: 1801px) {
        a.logo {
          font-size: 65px;
          padding-left: 0 100px;
        }

        nav ul li a {
          font-size: 30px;
        }
      }

      @media (max-width: 1600px) {
        a.logo {
          font-size: 40px;
          padding: 0 50px;
        }

        nav ul li a {
          font-size: 21px;
        }
      }

      /* Hamburger Menu Styles */

      .hamburger {
        display: none;
        cursor: pointer;
        float: right;
        padding: 0 55px;
        margin-top: 55px;
      }

      .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: white;
      }

      @media (min-width: 1310px) {
        .nav-menu {
          background-color: #124559;
        }
      }

      @media (max-width: 1309px) {
        .hamburger {
          display: block;
          background: none;
        }
        .hamburger:active {
          background-color: none;
        }
        .hamburger.active .bar:nth-child(2) {
          opacity: 0;
        }
        .hamburger.active .bar:nth-child(1) {
          transform: translateY(8px) rotate(45deg);
        }
        .hamburger.active .bar:nth-child(3) {
          transform: translateY(-8px) rotate(-45deg);
        }
        .nav-menu {
          display: flex;
          flex-direction: column;
          position: fixed;
          left: -100%;
          top: 150px;
          gap: 0;
          background-color: #02394f;
          width: 100%;
          text-align: center;
          transition: 0.3s;
        }
        .nav-item {
          line-height: 50px;
        }
        nav ul li a {
          font-size: 15px;
        }
        nav ul {
          transition: all .5s;
        }
        .nav-menu.active {
          left: 0;
        }
        li a:hover {
          background: none;
          color: #598392;
        }
        li a.active {
          background: none;
          color: #749daa;
        }
      }

      .lock-scroll {
        overflow: hidden;
    }

    /* Laptop Compatibility */

    @media (max-width: 2500px) {
      .photos {
        width: 70%;
        height: 70%;
      }
      .socials {
        width: 125px;
        height: 125px;
      }
      .FootText {
        font-size: 35px;
      }
      .WebText {
        font-size: 25px;
      }
      .aboutphotos1 {
        width: 25%;
        height: 25%;
      }
      .aboutphotos2 {
        width: 25%;
        height: 25%;
      }
      .gallery img.longimg {
        width: 25%;
        width: 25%;
      }
      .abouttext1 {
        font-size: 25px;
      }
      .abouttext2 {
        font-size: 25px;
      }
      iframe {
        width: 512px;
        height: 288px;
      }
      video {
        width: 512px;
        height: 288px;
      }
      .gallery img {
          width: 30%;
          height: 30%;
      }
      .header1 {
        font-size: 50px;
      }
      .header2 {
        font-size: 45px;
      }
      .accphotos {
        width: 50%;
        height: 50%;
      }
      .quote {
        font-size: 30px;
      }
      .author {
        font-size: 30px;
      }
      .conphotos {
        width: 25%;
        height: 25%;
      }
      .contact {
        font-size: 30px;
      }
      a.contact {
        font-size: 30px;
      }
    }

    @media (max-width: 1300px) {
      .photos {
        width: 80%;
        height: 80%;
      }
      .socials {
        width: 100px;
        height: 100px;
      }
      .FootText {
        font-size: 30px;
      }
      .WebText {
        font-size: 20px;
      }
      button {
        display: block;
        font-size: 25px;
        padding: 10px 40px;
        margin-left: 0;
        margin: auto;
      }
      .header1 {
        font-size: 40px;
        height: 100px;
      }
      .aboutphotos1 {
        display: block;
        float: none;
        margin: 30px auto;
        animation: transitionIn 1s;
        width: 40%;
        height: 40%;
      }
      .aboutphotos2 {
        display: block;
        float: none;
        margin: 30px auto;
        animation: transitionIn 1s;
        width: 50%;
        height: 50%;
      }
      .abouttext1 {
        font-size: 20px;
        margin-right: 30%;
        margin-left: 30%;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
      }
      .abouttext2 {
        font-size: 20px;
        color: #02394f;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
      }
      iframe {
        width: 384px;
        height: 216px;
      }
      video {
        width: 384px;
        height: 216px;
      }
      .header2 {
        font-size: 35px;
      }
      .gallery img {
        width: 40%;
        height: 40%;
      }
      .gallery img.longimg {
        width: 35%;
        width: 35%;
      }
      .accphotos {
        width: 60%;
        height: 60%;
      }
      .quote {
        font-size: 25px;
      }
      .author {
        font-size: 25px;
      }
      .conphotos {
        width: 35%;
        height: 35%;
      }
      .contact {
        font-size: 25px;
      }
      a.contact {
        font-size: 25px;
      }
      a.contact {
        font-size: 25px;
      }
    }

    /* Tablet Compatibility */

    @media (max-width: 800px) {
      a.logo {
        font-size: 30px;
        padding: 0 25px;
      }
      .photos {
        width: 90%;
        height: 90%;
      }
      .socials {
        width: 75px;
        height: 75px;
      }
      .FootText {
        font-size: 25px;
      }
      .WebText {
        font-size: 15px;
      }
      .aboutphotos1 {
        width: 65%;
        height: 65%;
      }
      .aboutphotos2 {
        width: 65%;
        height: 65%;
      }
      .gallery img {
        width: 35%;
        height: 35%;
        padding: 0;
        margin: 5px 5px;
      }
      .gallery img.longimg {
        width: 30%;
        width: 30%;
      }
      .abouttext1 {
        font-size: 20px;
        margin-left: 15%;
        margin-right: 15%;
      }
      .abouttext2 {
        font-size: 20px;
        margin-left: 15%;
        margin-right: 15%;
      }
      .header1 {
        font-size: 30px;
      }
      .header2 {
        font-size: 25px;
      }
      .accphotos {
        width: 75%;
        height: 75%;
      }
      .quote {
        font-size: 20px;
        margin-left: 5%;
        margin-right: 5%;
      }
      .author {
        font-size: 20px;
      }
      .conphotos {
        width: 50%;
        height: 50%;
      }
      .contact {
        font-size: 20px;
      }
      a.contact {
        font-size: 20px;
      }
    }

    /* Mobile Phone Compatibility */

    @media (max-width: 520px) {
      .photos {
        width: 100%;
        height: 100%;
      }
      a.logo {
        font-size: 20px;
        padding: 0 15px;
      }
      .hamburger {
        padding: 0 15px;
        margin-top: 60px;
      }
      .FootText {
        font-size: 20px;
      }
      .socials {
        width: 50px;
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
      }
      .icons {
        margin-top: 15px;
        margin-bottom: 15px;
      }
      .nav-item {
        line-height: 40px;
      }
      nav ul li a {
        font-size: 10px;
      }
      .header1 {
        font-size: 20px;
      }
      button {
        display: block;
        font-size: 20px;
        padding: 10px 40px;
        margin-left: 0;
        margin: auto;
      }
      .media {
        margin-left: 0;
        margin-right: 0;
      }
      iframe {
        width: 368px;
        height: 207px;
        padding: 0;
      }
      video {
        width: 368px;
        height: 207px;
        padding: 0;
      }
      .header2 {
        font-size: 20px;
      }
      .underline {
        text-decoration-thickness: 5px;
      }
      hr {
        height: 5px;
      }
    }

    @media (max-width: 400px) {
      a.logo {
        font-size: 15px;
        padding: 0 15px;
      }
      .socials {
        width: 35px;
        height: 35px;
        margin-top: 5px;
        margin-bottom: 5px;
      }
      .media {
        margin-left: 0px;
        margin-right: 0px;
      }
      iframe {
        width: 256px;
        height: 144px;
        padding: 0;
      }
      video {
        width: 256px;
        height: 144px;
        padding: 0;
      }
      .media {
        margin-left: 5%;
        margin-right: 5%;
      }
    }