/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* #### FONT SIZE */
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f36 {
  font-size: 36px;
}
.f48 {
  font-size: 48px;
}
.f60 {
  font-size: 60px;
}
.f72 {
  font-size: 72px;
}
.f80 {
  font-size: 80px;
}
.f90 {
  font-size: 90px;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 38px;
  }
  .f60 {
    font-size: 48px;
  }
  .f72 {
    font-size: 52px;
  }
  .f80 {
    font-size: 58px;
  }
  .f90 {
    font-size: 62px;
  }
}
/*max width 768*/
@media (max-width: 480px) {
  .f36 {
    font-size: 30px;
  }
  .f48 {
    font-size: 34px;
  }
  .f60 {
    font-size: 36px;
  }
  .f72 {
    font-size: 38px;
  }
  .f80 {
    font-size: 40px;
  }
  .f90 {
    font-size: 44px;
  }
}
/*max width 480*/
/* #### BORDER WIDTHS */
.bw0 {
  border-width: 0px;
}
.bw1 {
  border-width: 1px;
}
.bw2 {
  border-width: 2px;
}
.bw3 {
  border-width: 3px;
}
.bw4 {
  border-width: 4px;
}
.bw5 {
  border-width: 5px;
}
.bw6 {
  border-width: 6px;
}
.bw8 {
  border-width: 8px;
}
.bw10 {
  border-width: 10px;
}
/* #### BORDER RADIUS' */
.br5 {
  border-radius: 5px;
}
.br10 {
  border-radius: 10px;
}
.br20 {
  border-radius: 20px;
}
.padSmall {
  padding: 5px 10px 5px 10px !important;
}
.padMedium {
  padding: 10px 20px 10px 20px !important;
}
.padLarge {
  padding: 15px 40px 15px 40px !important;
}
body {
  text-align: center;
}
#g-wrapper-full-wrapper {
  background-image: url('../images/079-1200.jpg');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.header-logo img {
  margin-top: 15px;
  width: 100%;
}
.g-toplevel {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
}
.g-main-nav {
  font-family: "kameron";
}
.g-main-nav .g-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-bottom: 1px solid #ae8355;
}
.g-main-nav .active {
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom: 1px solid #ae8355;
}
.g-main-nav .active .g-menu-item-title {
  color: #ae8355;
}
.g-dropdown-column {
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 250px;
  justify-content: flex-start !important;
  -webkit-justify-content: flex-start !important;
}
/* FOOTER */
#by-ews img {
  float: right;
  width: 200px;
  margin-bottom: 25px;
}
/* ###### HOME PAGE SPECIFIC */
.g-custom-home #g-showcase {
  margin-top: 250px;
}
.g-custom-home #g-showcase .g-container {
  margin-top: -250px;
}
@media (max-width: 48rem) {
  .header-logo img {
    margin-top: 30px;
    width: 100%;
    margin-bottom: -75px;
  }
  .by-ews img {
    width: 60% !important;
  }
}
/*# sourceMappingURL=custom_18.css.map */