/* Header section */
html body {
  /*background: #33383B;*/
}

* {
  font-family: 'Montserrat', sans-serif;
}

.seo-subheading {
  width: 50vw; 
  text-align: center; 
  margin: auto; 
  font-size: 12px;
}
@media only screen and (max-width: 600px) {
  .seo-subheading {
    width: 70vw; 
    text-align: center; 
    margin: auto; 
    font-size: 12px;
  }
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.logoBanner {
    background-color: rgba(255, 201, 108, 0.7); /* #ffc96c */
    height: 104px;
    display: flex;
    align-items: center;
}
.logoContent {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.logo {
    max-width: 150px;
}
@media only screen and (min-width: 480px) {
    .logoBanner {
        height: 130px;
    }
    .logoContent {
        width: 80%;
    }
    .logo {
        /*max-width: 200px;*/
    }
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/** {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}*/

/*body {*/
  /*font-family: sans-serif;*/
  /*font-size: 16px;*/
  /*font-family: 'Roboto', sans-serif;*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    color: #000;
  }
  
  .invisible {
    display: none;
    visibility: none; 
  }
  
  .visible {
    display: block;
    visibility: visible;
  }
  
  nav {
    /*background: #0B459C;*/
    background: white;
    padding: 0 15px;
    width: 100%;
    position: fixed;
    top: 0;
    transition: background .75s;
  }
  nav a {
    /*color: white;*/
    color: black;
    text-decoration: none;
  }
  
  a.dropoption {
    color: #fff;
    text-decoration: none;
  }
  /*mobile menu*/
  .mainnav {
    border-top: 1px white solid; 
    /*margin-top: 4vh;*/
    z-index: 3;
    /*height: 12vh;*/
  }
  
  .mainnav.down {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: background .75s;
  }
  
  .mainnav.down a{
    color: #000;
    transition: background .75s;
  }
  
  .mainnav.down a.action{
    color: #fff;
    transition: background .75s;
  }

  .mainnav.down .submenu-active {
    background-color: #fff;
  }
  .mainnav.down .submenu-active .submenu {
    background-color: #fff;
  }
  
  nav .mainnav.down a{
    color: #000;
  }
  
  .mainnav.down .has-submenu > a::after {
    /*font-family: "Font Awesome 5 Free";*/
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    content: "\f078";
    color: black;
    padding-left: 5px;
  }

  .content-container {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left; /* Ensures text inside each flex item aligns to the left */
      background-color: black;
      flex-wrap: wrap;
  }

  .content-container h2, .content-container p {
      flex-basis: 48%; /* Assigns each element a base width, adjust as needed */
      color: #fcfcfc;
      margin: 0 1%;
      box-sizing: border-box;
  }

  /* Optional: Add padding or margins for spacing between the h2 and p tags */
  .content-container h2 {
      margin-right: 2%; /* Adds some space between the h2 and p tags */
  }

  .section2 {
    padding-top: 75px;
  }

  .section3 {
    padding-top: 75px;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .content-container {
          flex-direction: column; /* Stacks the items vertically on smaller screens */
          text-align: center;
      }

      .content-container h2, .content-container p {
          flex-basis: auto; /* Allows each item to auto adjust its size */
          margin-right: 0; /* Removes the margin between h2 and p in vertical layout */
      }
  }

  /*menu on desktop view*/
  @media (min-width: 959px) {
/*    .mainnav {
      border-top: 1px white solid; 
      top: 6vh;
      z-index: 3;
      height: 15vh;

    }*/
    .topsubnav {
      /*border-bottom: 1px white solid;*/
      position: fixed; 
      top: 0;
      z-index: 3;
      max-height: 8vh;
    }
  }
  
  @media (min-width: 959px) {
    .mainnav {
      border-top: 1px white solid; 
      /*top: 50px;*/
      z-index: 3;
      height: 130px;
    }
  }
  
  @media (min-width: 1300px) {
    .mainnav {
      border-top: 1px white solid; 
      /*top: 50px;*/
      z-index: 3;
      height: 130px;
    }
  }

  @media (min-width: 1600px) {
    .mainnav {
      border-top: 1px white solid; 
      /*top: 50px;*/
      z-index: 3;
      height: 115px;
    }
  }

/*  @media (min-width: 1600px) {
    .mainnav {
      border-top: 1px white solid; 
      top: 50px;
      z-index: 3;
      height: 16vh;
    }
  }*/

  .menu,
  .menu-top,
  .submenu {
    list-style-type: none;
    margin-right: auto; /* 1 */
    margin-left:  auto; /* 1 */
  
    max-width: 1060px!important;; /* 2 */
  
    padding-right: 10px!important;; /* 3 */
    padding-left:  10px!important;; /* 3 */
  }
  
  /*top right bottom left*/
  .nav-one-info-one {
    font-size: 20px;
    padding: 2px 10px 2px 0px!important;
  }
  
  .nav-one-info-two {
    font-size: 20px;
    padding: 2px 10px 2px 0px!important;
  }
  
  .logo {
    font-size: 20px;
    padding: 7.5px 10px 7.5px 0!important;
  }
  
  .item {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .item.button {
    padding: 9px 5px;
  }
  .item:not(.button) a:hover,
  .item a:hover::after {
    color: #ccc;
  }

  .item2 {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .item2.button {
    padding: 9px 5px;
  }
  .item2:not(.button) a:hover,
  .item2 a:hover::after {
    color: #ccc;
  }

  /* Mobile menu */
  .menu, .menu-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  /*this is where you change the size of the navigation menu*/
  .menu li a.actual-menu {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 24px;
    font-size: 1em;
  }

  .menu-top li a.scm-menu {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu li.subitem a {
    padding: 15px;
  }
  .toggle {
    order: 1;
    font-size: 20px;
  }

  .item.button {
    order: 2;
  }
  .item {
    order: 3;
    width: 100%;
    text-align: center;
    display: none;
  }

  .item2.button {
    order: 2;
  }
  .item2 {
    order: 3;
    width: 100%;
    text-align: center;
    display: none;
  }

  /*drop down active styling mobile menu*/
  .active .item {
    display: block;
/*    height: 10vh!important;
    background-color: #000;
    width: 100%;*/
  }

  .active .item2 {
    display: block;
/*    height: 10vh!important;
    background-color: #000;
    width: 100%;*/
  }

  .button.secondary {
    /* divider between buttons and menu links */
    border-bottom: 1px #444 solid;
  }
  /* Submenu up from mobile screens */
  .submenu {
    display: none;
  }
  .submenu-active .submenu {
    display: block;
  }
  .has-submenu i {
    font-size: 12px;
  }
  .has-submenu > a::after {
    /*font-family: "Font Awesome 5 Free";*/
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    content: "\f078";
    color: white;
    padding-left: 5px;
  }
  .subitem a {
    padding: 10px 15px;
  }
  .submenu-active {
    /*background-color: #111;*/
    background-color: #222;
    border-radius: 3px;
  }
  
  /* Tablet menu */
  @media all and (min-width: 700px) {
    .menu {
      justify-content: center;
    }
    .logo {
      flex: 1;
    }
    .nav-one-info-one {
        flex: 1;
    }
    .nav-one-info-two {
        flex: 2;
    }
    .item.button {
      width: auto;
      order: 1;
      display: block;
    }
    .toggle {
      flex: 1;
      text-align: right;
      order: 2;
    }
    /* Button up from tablet screen */
    .menu li.button a {
      padding: 10px 15px;
      margin: 5px 0;
    }
    .button a {
      background: #0080ff;
      border: 1px royalblue solid;
    }
    .button.secondary {
      border: 0;
    }
    .button.secondary a {
      background: transparent;
      border: 1px #0080ff solid;
    }
    .button a:hover {
      text-decoration: none;
    }
    .button:not(.secondary) a:hover {
      background: royalblue;
      border-color: darkblue;
    }
  }
  
  /* Desktop menu */
  @media all and (min-width: 960px) {
    .menu {
      align-items: flex-start;
      flex-wrap: nowrap;
      background: none;
    }
    .logo {
      order: 1;
    }
    .nav-one-info-one {
        order: 0;
    }
    .nav-one-info-two {
        order: 0;
    }
    .item {
      order: 0;
      position: relative;
      display: block;
      width: auto;
    }

    .item2 {
      order: 2;
      position: relative;
      display: block;
      width: auto;
    }

    .button {
      order: 2;
    }
    .submenu-active .submenu {
      display: block;
      position: absolute;
      left: 0;
      top: 68px;
      /*background: #111;*/
      background: #222;
    }
    .toggle {
      display: none;
    }
    .submenu-active {
      border-radius: 0;
    }
      .menu li.subitem a {
          padding: 15px 50px 15px 5px;
          text-align: left;
          width: max-content;
      }
  }
  /*For Home Page CTA 5 option banner*/
  .box {
    width: 227px;
    height: 227px;
    /*background-color: #f6f6f6;*/
    /*margin-bottom: 500px;*/
    /*margin-top: 15vh;*/
  }
  
  .box a {
    /*color: #461e52;*/
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 700;
    padding: 30% 30px 0 30px;
    text-align: center;
    transition: none;
    line-height: 1;
    /*font-family: 'Open Sans Condensed', Arial, Verdana, sans-serif;*/
    z-index: 9;
    top: 10%;
  }
  .box:hover{
    /*background-color: #461e52;*/
    background-color: #000;
  }
  .box:hover a{
   /*color:#000;*/
   text-decoration:none;
   /*background-color: #fff;*/
  }
  
  @media only screen and (max-width: 768px) {
  
    .box {
      width: 227px;
      height: 120px;
      /*background-color: #f6f6f6;*/
    }
  
    .box a {
      /*color: #461e52;*/
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 16px;
      font-weight: 700;
      padding: 30% 30px 0 30px;
      text-align: center;
      transition: none;
      line-height: 1;
      /*font-family: 'Open Sans Condensed', Arial, Verdana, sans-serif;*/
    }
  }
  
  @media only screen and (max-width: 539px) {
  
    .box {
      width: 227px;
      height: 120px;
      /*background-color: #f6f6f6;*/
    }
  
    .box a {
      /*color: #461e52;*/
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
      font-size: 14px;
      font-weight: 700;
      padding: 30% 30px 0 30px;
      text-align: center;
      transition: none;
      line-height: 1;
      /*font-family: 'Open Sans Condensed', Arial, Verdana, sans-serif;*/
    }
  }
  .mission-next-arrow {
    position: absolute;
    background: url(https://raw.githubusercontent.com/solodev/icon-box-slider/master/nextarrow2.png) no-repeat center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: -36px;
    height: 17px;
    width: 10px;
    border:none;
  }
  .mission-next-arrow:hover {
    cursor: pointer;  
  }
  .mission-prev-arrow {
    background: url(https://raw.githubusercontent.com/solodev/icon-box-slider/master/prevarrow2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    height: 17px;
    width: 10px;
    border:none;
  } 
  .mission-prev-arrow:hover {
    cursor: pointer;  
  }
  .box a.more-links {
    color: #fff;
    padding: 70px 110px 0 20px;
    background: #a89269 url(https://raw.githubusercontent.com/solodev/icon-box-slider/master/rightarrow.png) no-repeat 155px 170px;
  }
  
  
  /* classes to hide base on screen size*/
  /*large screens*/
  @media (min-width: 959px) {
      .lg-hidden {
          display: none;
          visibility: none;
      }
  }
  
  /*Medium size screens*/
  @media (max-width: 958px) {
      .menu-sm-hidden {
          visibility: hidden !important;
          display: none !important;
      }
  }
  
  @media (max-width: 958px) {
    .md-shown {
      visibility: hidden !important;
      display: none !important;
    }
  }
  
  @media (min-width: 539px) {
    .sm-hidden {
      visibility: hidden !important;
      display: none !important;
    }
  }
  
  @media (max-width: 539px) {
    .sm-shown {
      visibility: hidden !important;
      display: none !important;
    }
  }
  
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/* Hero section */
.heroContent {
    margin-top: 7%;
}
.heroTagline {
    width: 100%;
    text-align: center;
}
.heroTagline > h1 {
    margin: 5% 0 10% 0;
    font-size: 3rem;
    color: #ffc96c;
}
.heroCTA {
    width: 100%;
    text-align: left;
    margin-top: 7%;
}
/*.hero-text {
  text-align: left;
  position: absolute;
  top: 30%;
  left: 25%;
  transform: translate(-25%, -25%);
  color: white;
}

.hero-text h1 {
  font-size: 2rem;
}*/

@media only screen and (min-width: 480px) {
    .heroTagline > h1 {
        margin: 5% 0 5% 0;
    }
    .hero-text {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      z-index: 2;
/*      text-align: left;
      position: absolute;
      top: 25%;
      left: 25%;
      transform: translate(-25%, -25%);
      color: white;*/
    }
    .hero-text h1 {
      font-size: 2.5rem;
    }
}

@media only screen and (max-width: 479px) {
  .hero-text {
    text-align: left;
    position: absolute;
    top: 30%;
    left: 25%;
    transform: translate(-25%, -25%);
    color: white;
    z-index: 2;
  }

  .hero-text h1 {
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 360px) {
  .hero-text {
    text-align: left;
    position: absolute;
    top: 40%;
    left: 25%;
    transform: translate(-25%, -25%);
    color: white;
  }

  .hero-text h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/* Main section */
main {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}

.testbackhero {
  /*background-color: #fff;*/
  position: relative;
  /*z-index: -1*/
}

.waves-bottom {
  position: absolute; 
  bottom: 0; 
  right: 0; 
  z-index: -1;
}

.waves-top {
  position: absolute; 
  top: 0; 
  right: 0; 
  z-index: 10;
}

.testbackfooter {
  position: relative;
}

.waves-f-bottom {
  position: absolute; 
  bottom: 0; 
  right: 0; 
  z-index: -1;
}

.waves-f-top {
  position: absolute; 
  bottom: 55%; 
  right: 0; 
  z-index: -1;
}
/* Home page */
.homeHeroBanner {
    /* margin-top: 200px; */
    margin-top: 115px;
    height: 60vh;
    background-image: url("../images/ernestosNewShop.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeHeroBanner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3); /* Adjust the last value (opacity) as needed */
    z-index: 1;
}

  @media (max-width: 480px) {
    .homeHeroBanner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3); /* Adjust the last value (opacity) as needed */
        z-index: 0;
    }
  }

.homeContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

  @media (max-width: 959px) {
    .homeHeroBanner {
        /* margin-top: 200px; */
        margin-top: 10px;
        height: 60vh;
        background-image: url("../images/ernestosNewShop.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .waves-f-top {
      position: absolute; 
      bottom: 80%; 
      right: 0; 
      z-index: -1;
    }
  }

/*  @media (max-width: 600px) {
    .homeHeroBanner {
        margin-top: 8vh;
        height: 50vh;
        background-image: url("../images/new_hero.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  }*/

  @media (max-width: 600px) {
    .homeHeroBanner {
        /* margin-top: 200px; */
        margin-top: 7.5vh;
        height: 50vh;
        background-image: url("../images/ernestosNewShop.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .waves-f-top {
      position: absolute; 
      bottom: 90%; 
      right: 0; 
      z-index: -1;
    }
  }

#barbersBG {
    margin-top: 5%;
    height: 175px;
    width: 100%;
    display: flex;
    background-image: url("../images/pexels-photo-1319459.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#servicesBG {
    margin-top: 5%;
    height: 175px;
    width: 100%;
    display: flex;
    background-image: url("../images/pexels-photo-1319460.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#galleryBG {
    margin-top: 5%;
    height: 175px;
    width: 100%;
    display: flex;
    background-image: url("../images/pexels-photo-1485993.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#contactBG {
    margin-top: 5%;
    height: 175px;
    width: 100%;
    display: flex;
    background-image: url("../images/pexels-photo-3162022ori.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.darkOverlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeContent > div > .darkOverlay > h2 > a {
    font-size: 3rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 2px 2px #800000;
}
.homeContent > div > .darkOverlay > h2 > a:hover {
    color: #ffc96c;
    text-shadow: 2px 2px #02075d;
}
@media only screen and (min-width: 480px) {
    #barbersBG {
        height: 225px;
        width: 100%;
    }
    #servicesBG {
        height: 225px;
        width: 100%;
    }
    #galleryBG {
        height: 225px;
        width: 100%;
    }
    #contactBG {
        height: 225px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    #barbersBG {
        height: 300px;
        width: 47%;
    }
    #servicesBG {
        height: 300px;
        width: 47%;
    }
    #galleryBG {
        height: 300px;
        width: 47%;
    }
    #contactBG {
        height: 300px;
        width: 47%;
    }
}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/* Barber page */
.barberHeroBanner {
    height: 400px;
    background-image: url("../images/pexels-photo-1319459.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.barberContent {
    margin-top: 5%;
}
.barberTagline {
    text-align: center;
}
.barberTagline > h2 {
    color: #02075d;
    font-size: 2rem;
    margin: 0;
}
.barberGallery {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.barberGallery > div {
    margin: 15% 0;
    width: 100%;
    text-align: center;
}
.barberGallery > div > div:nth-child(1) {
    width: 200px;
    height: 300px;
    margin: 0 auto;
}
.barberGallery > div > div > img {
    width: 100%;
}
.barberGallery > div > div > h3 {
    margin-top: 2%;
    font-size: 2rem;
}
.ernesto {
    background-image: url("../images/ErnestoProfile.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.anna {
    background-image: url("../images/AnnaProfile.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.santiago {
    background-image: url("../images/SantiagoProfile.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.bryan {
    background-image: url("../images/BryanProfile.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.brandon {
    background-image: url("../images/brandon1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.roberto {
    background-image: url("../images/Roberto2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.placeholderLogo {
    background-image: url("../images/Profile_logo.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.placeholderFunny {
    background-image: url("../images/Profile_funny.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.buttonBarber {
    color: #ffffff;
    background-color: #800000;
    border: 5px outset #ffc96c;
    border-radius: 10px;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 1.1rem;
}
.buttobuttonBarbern2:hover {
    color: #ffc96c;
    background-color: #02075d;
    border: 5px inset #ffc96c;
    text-decoration: none;
}
@media only screen and (min-width: 480px) {
    .barberGallery > div {
        margin: 10% 0;
        width: 50%;
    }
    .barberGallery > div > div:nth-child(1) {
        width: 150px;
        height: 250px;
    }
    .buttonBarber {
        padding: 10px 10px;
        font-size: 1rem;
    }
}
@media only screen and (min-width: 900px) {
    .barberGallery > div {
        margin: 5% 0;
        width: 33%;
    }
    .barberGallery > div > div:nth-child(1) {
        width: 200px;
        height: 300px;
    }
    .buttonBarber {
        padding: 15px 25px;
        font-size: 1.1rem;
    }
}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/* Individual Barber pages */
.barbHeroBanner {
    height: 400px;
    background-image: url("../images/pexels-photo-3654937.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.barbContent {
    margin-top: 5%;
}
.barbIntro {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.barbIntro > h2 {
    margin: 0;
    font-size: 2rem;
    color: #ffc96c;
}
.barbIntro > h3 {
    margin: 10% 0 0 0;
}
.barbIntro > h3 > a {
    font-size: 1.5rem;
    color: #02075d;
    text-decoration: none;
}
.barbLink {
    margin-top: 15%;
}
.CalendlyWindow {
    min-width: 320px;
    height: 1000px;
}
@media only screen and (min-width: 480px) {
    .barbIntro {
        width: 60%;
    }
    .barbIntro > h3 {
        margin: 3% 0 0 0;
    } 
    .barbLink {
        margin-top: 5%;
    }
    .CalendlyWindow {
        min-width: 320px;
        height: 630px;
    }
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/* Services */
.servicesHeroBanner {
    height: 400px;
    background-image: url("../images/pexels-photo-1319460.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesContent {
    margin-bottom: 15%;
}
/*.servicesContent > div > h2 {
    margin-top: 15%;
    margin-bottom: 0;
    font-size: 2rem;
    color: #ffc96c;
    text-align: center;
}*/
.servicesTitle {
    margin-top: 0;
}
.servicesGallery {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.servicesGallery > div {
    margin: 10% 3% 0 3%;
    width: 200px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.servicesGallery > div > h4:nth-child(1) {
    margin: 0;
    width: 66%;
    font-size: 1.3rem;
    text-align: left;
}
.servicesGallery > div > h4:nth-child(2) {
    margin: 0;
    width: 33%;
    font-size: 1.3rem;
    text-align: right;
}
.servicesGallery > div > p {
    margin: 3% 0 0 0;
    width: 100%;
    font-size: 1.1rem;
    color: #800000;
}
.productTitle {
    margin-top: 20%;
}
.productGallery {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.productGallery > div {
    margin-top: 20%;
    width: 200px;
    text-align: center;
}
.productGallery > div > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.productGallery > div > div > img {
    width: 75%;
    height: 100%;
}
.productGallery > div > div > h4:nth-child(1) {
    margin: 10% 0 0 0;
    width: 66%;
    font-size: 1.3rem;
    text-align: left;
}
.productGallery > div > div > h4:nth-child(2) {
    margin: 10% 0 0 0;
    width: 33%;
    font-size: 1.3rem;
    text-align: right;
}
.productGallery > div:nth-child(3) > div > h4 {
    margin: 3% 0 0 0;
    font-size: 1.3rem;
}
.productGallery > div > div > p {
    margin: 3% 0 0 0;
    font-size: 1.1rem;
    color: #800000;
}
@media only screen and (min-width: 480px) {
    .servicesContent {
        margin-bottom: 0%;
    }
    .servicesContent > div > h2 {
        margin-top: 5%;
    }
    .servicesGallery > div {
        margin: 5% 3% 0 3%;
    }
    .productTitle {
        margin-top: 10%;
    }
    .productGallery > div {
        margin-top: 5%;
    }
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/* Gallery page */
.galleryHeroBanner {
    height: 400px;
    background-image: url("../images/pexels-photo-2775269.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galleryContent {
    margin-top: 5%;
}
.galleryTitle {
    width: 100%;
    margin: 0 auto;
}
.galleryTitle > h2 {
    font-size: 2rem;
    color: #ffc96c;
    text-align: center;
}
.galleryGallery {
    margin-top: 5%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(18, auto);
}
.gridItemG1 {
    grid-column: 1;
    grid-row: 1;
}
.gridItemG2 {
    grid-column: 1;
    grid-row: 2;
}
.gridItemG3 {
    grid-column: 1;
    grid-row: 3;
}
.gridItemG4 {
    grid-column: 1;
    grid-row: 4;
}
.gridItemG5 {
    grid-column: 1;
    grid-row: 5;
}
.gridItemG6 {
    grid-column: 1;
    grid-row: 6;
}
.gridItemG7 {
    grid-column: 1;
    grid-row: 7;
}
.gridItemG8 {
    grid-column: 1;
    grid-row: 8;
}
.gridItemG9 {
    grid-column: 1;
    grid-row: 9;
}
.gridItemG10 {
    grid-column: 1;
    grid-row: 10;
}
.gridItemG11 {
    grid-column: 1;
    grid-row: 11;
}
.gridItemG12 {
    grid-column: 1;
    grid-row: 12;
}
.gridItemG13 {
    grid-column: 1;
    grid-row: 13;
}
.gridItemG14 {
    grid-column: 1;
    grid-row: 14;
}
.gridItemG15 {
    grid-column: 1;
    grid-row: 15;
}
.gridItemG16 {
    grid-column: 1;
    grid-row: 16;
}
.gridItemG17 {
    grid-column: 1;
    grid-row: 17;
}
.gridItemG18 {
    grid-column: 1;
    grid-row: 18;
}
.w100h100 {
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 480px) {
    .galleryTitle {
        width: 60%;
        margin: 0 auto;
    }
    .galleryGallery {
        margin-top: 5%;
        display: grid;
        grid-template-columns: repeat(3, 33.33%);
        grid-template-rows: repeat(11, auto);
    }
    .gridItemG1 {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }
    .gridItemG2 {
        grid-column: 3;
        grid-row: 1;
    }
    .gridItemG3 {
        grid-column: 3;
        grid-row: 2 / span 2;
    }
    .gridItemG4 {
        grid-column: 1 / span 2;
        grid-row: 3;
    }
    .gridItemG5 {
        grid-column: 1;
        grid-row: 4 / span 2;
    }
    .gridItemG6 {
        grid-column: 2;
        grid-row: 4;
    }
    .gridItemG7 {
        grid-column: 3;
        grid-row: 4;
    }
    .gridItemG8 {
        grid-column: 1;
        grid-row: 6;
    }
    .gridItemG9 {
        grid-column: 2 / span 2;
        grid-row: 5 / span 2;
    }
    .gridItemG10 {
        grid-column: 1;
        grid-row: 7;
    }
    .gridItemG11 {
        grid-column: 2;
        grid-row: 7;
    }
    .gridItemG12 {
        grid-column: 3;
        grid-row: 7;
    }
    .gridItemG13 {
        grid-column: 1 / span 2;
        grid-row: 8;
    }
    .gridItemG14 {
        grid-column: 3;
        grid-row: 8 / span 2;
    }
    .gridItemG15 {
        grid-column: 1 / span 2;
        grid-row: 9 / span 2;
    }
    .gridItemG16 {
        grid-column: 3;
        grid-row: 10;
    }
    .gridItemG17 {
        grid-column: 1;
        grid-row: 11;
    }
    .gridItemG18 {
        grid-column: 2 / span 2;
        grid-row: 11;
    }
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/* Contact page */
.contactHeroBanner {
    height: 400px;
    background-image: url("../images/pexels-photo-3162022.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactContent {
    margin-top: 15%;
    margin-bottom: 15%;
} 
.contactTitle {
    width: 100%;
}
.contactTitle > h2 {
    margin: 0;
    font-size: 2rem;
    color: #ffc96c;
    text-align: center;
}
.contactHalves {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contactGallery {
    margin-top: 5%;
    width: 100%;
}
.contactGallery > div {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.hoursTitle > h3 {
    margin: 0;
    width: 100%;
    color: #800000;
    font-size: 1.5rem;
    text-align: center;
}
.hoursOpen {
    width: 200px;
    margin: 0 auto;
}
.contactGallery > div > p:nth-of-type(odd) {
    margin: 10% 0 0 0;
    width: 50%;
    font-size: 1.2rem;
    text-align: left;
}
.contactGallery > div > p:nth-of-type(even) {
    margin: 10% 0 0 0;
    width: 50%;
    font-size: 1.2rem;
    text-align: right;
}
.contactImageSection {
    margin-top: 15%;
    width: 100%;
}
.contactImageSection > div > a > img {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .contactContent {
        margin-top: 5%;
        margin-bottom: 0%;
    }
    .contactGallery {
        margin-top: 5%;
        width: 50%;
    }
    .contactImageSection {
        margin-top: 5%;
        width: 50%;
    } 
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}

.royalblue-background {
  background-color: #0B459C;
}
.darkblue-background {
  /*background-color: #3C434C;*/
  background-color: #AA8039;
}

.blue-background {
  background-color: #A2B2BA;
}

.darkblue-text {
  color: #3C434C;
}

.footer-a{
  /*color: #A2B2BA!important;*/
  color: #000000;
}

/* Footer section */
/*footer {
    margin-top: 5%;
    height: 220px;
    background-color: #ffc96c;
    display: flex;
    align-items: center;
}*/
/*.footerContent {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footerColumn {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.footerColumn:nth-child(2) {
    width: 50%;
    display: none;
    text-align: center;
}
.footerColumn > a {
    margin-top: 7%;
    width: 100%;
    font-size: 1.1rem; 
    color: #000000;
    text-decoration: none;
}
.footerColumn > a:hover {
    color: #800000;
    text-decoration: none;
}
.footerColumn > p {
    margin-top: 5%;
    width: 100%;
    font-size: 1.1rem; 
    color: #000000;
}
.footerColumn > a > address {
    font-style: normal;
}
@media only screen and (min-width: 480px) {
    .footerColumn {
        width: 33%;
        display: flex;
        flex-wrap: wrap;
    }
    .footerColumn:nth-child(2) {
        width: 33%;
        display: block;
        text-align: center;
    }
    .footerColumn > a {
        margin-top: 3%;
        font-size: 1.2rem; 
    }
    .footerColumn > p {
        margin-top: 3%;
        font-size: 1.2rem; 
    }
}
@media only screen and (min-width: 768px) {
    .footerColumn > a {
        margin-top: 3%;
        font-size: 1.4rem; 
    }
    .footerColumn > p {
        margin-top: 3%;
        font-size: 1.4rem; 
    }
}*/
@media only screen and (min-width: 1024px) {}
@media only screen and (min-width: 1200px) {}



/* Alignment */
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}

/* Borders */
.goldBorder {
    border: 10px outset #ffc96c;
    border-radius: 10px;
}
.whiteBorder {
    border: 10px outset #f2f2f2;
    border-radius: 10px;
}
.blueBorder {
    border: 10px outset #02075d;
    border-radius: 10px;
}

/* Buttons */
.button1 {
    color: #ffffff;
    background-color: #800000;
    border: 2px solid #ffc96c;
    border-radius: 10px;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 1.3rem;
}
.button1:hover {
    color: #ffc96c;
    background-color: #02075d;
    border: 2px solid #ffc96c;
    text-decoration: none;
}
.button2 {
    color: #ffffff;
    background-color: #800000;
    border: 5px outset #ffc96c;
    border-radius: 10px;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 1.1rem;
}
.button2:hover {
    color: #ffc96c;
    background-color: #02075d;
    border: 5px inset #ffc96c;
    text-decoration: none;
}
@media only screen and (min-width: 480px) {
    .button1 {
        padding: 15px 25px;
        font-size: 1.5rem;
    }
}


/* Colors */
.blue {
    color: #02075d;
}
.gold {
    color: #ffc96c;
}
.maroon {
    color: #800000;
}


/* Font & Text */
.noItalics {
    font-style: normal;
}
.shadowBlack {
    text-shadow: 2px 2px #000000;
}
.shadowBlue {
    text-shadow: 2px 2px #02075d;
}
.shadowGold {
    color: #02075d;
    text-shadow: 2px 2px #ffc96c;
}
.fs2r {
    font-size: 2rem;
}
.fs3r {
    font-size: 3rem;
}
.upper {
    text-transform: uppercase;
}

/* Hidden */
.hideOnMobile {
    display: none;
}
.hideOnMobileFlex {
    display: none;
}
.hideOnDesktop {
    display: block;
}
.hideOnDesktopFlex {
    display: flex;
}
@media only screen and (min-width: 480px) {
    .hideOnMobile {
        display: block;
    }
    .hideOnMobileFlex {
        display: flex;
    }
    .hideOnDesktop {
        display: none;
    }
    .hideOnDesktopFlex {
        display: none;
    }
}


/* Margins */
.mlr {
    margin-left: auto;
    margin-right: auto;
}
.mb5 {
    margin-bottom: 5%;
}
.mb10 {
    margin-bottom: 10%;
}


/* Width */
.w75 {
    width: 90%;
}
.w100 {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    .w75 {
        width: 75%;
    }
}




@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1200px) {}
