/* 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
 */

/* https://coolors.co/ff7722-500101-803b11-ffac14-cc7722 */
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
.heading-font, .fs-1, .fs-2, .fs-3, .fs-4, .fs-5, .fs-6 {
  font-family: "Oswald";
}
#aws-header .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
#aws-header #aws-header-row-1 {
  font-family: "Oswald";
  background-color: #500101;
  color: #ffffff;
}
#aws-header #aws-header-row-1 a {
  color: #FFAC14;
}
#aws-header #aws-header-row-1 a:hover {
  color: #CC7722;
}
#aws-header #aws-header-row-1 #aws-header-row-1-inner {
  padding: 5px 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
@media only all and (max-width: 47.99rem) {
  #aws-header #aws-header-row-1 #aws-header-row-1-inner {
    justify-content: space-between;
  }
}
#aws-header #aws-header-row-2 #aws-header-row-2-inner {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
#aws-header #aws-header-row-2 #aws-header-row-2-inner .aws-logo {
  max-height: 150px;
}
#aws-header #aws-header-row-3 {
  background-color: #FF7722;
}
#aws-header #aws-header-row-3 #aws-header-row-3-inner {
  display: flex;
}
@media only all and (max-width: 30rem) {
  #aws-header #aws-header-row-3 #aws-header-row-3-inner {
    justify-content: center;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #aws-header #aws-header-row-3 #aws-header-row-3-inner {
    justify-content: center;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #aws-header #aws-header-row-3 #aws-header-row-3-inner {
    justify-content: center;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #aws-header #aws-header-row-3 #aws-header-row-3-inner {
    justify-content: flex-start;
  }
}
@media only all and (min-width: 75rem) {
  #aws-header #aws-header-row-3 #aws-header-row-3-inner {
    justify-content: flex-start;
  }
}
#aws-header #aws-header-row-3 #aws-header-row-3-inner .dj-mobile-open-btn:hover, #aws-header #aws-header-row-3 #aws-header-row-3-inner .dj-mobile-open-btn:focus {
  background-color: transparent;
  color: #803B11;
}
#g-page-surround {
  background-color: #FF9E0010;
}
.dj-megamenu-modern li a.dj-up_a {
  font-size: inherit;
}
.dj-megamenu-modern li div.dj-subwrap .dj-subwrap-in {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.dj-megamenu-modern li ul.dj-submenu > li > a {
  border-radius: 0;
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #500101;
}
.page-header h1, .page-header h2 {
  position: relative;
}
.page-header h1:before, .page-header h2:before {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  bottom: -5px;
  position: absolute;
  background-color: #FF7722;
}
.page-header h1:after, .page-header h2:after {
  content: "";
  width: 80px;
  left: 0;
  height: 7px;
  bottom: -7px;
  position: absolute;
  background-color: #803B11;
}
.componentheading {
  position: relative;
}
.componentheading:before {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  bottom: -5px;
  position: absolute;
  background-color: #FF7722;
}
.componentheading:after {
  content: "";
  width: 80px;
  left: 0;
  height: 7px;
  bottom: -7px;
  position: absolute;
  background-color: #803B11;
}
.moduletable h3.g-title {
  position: relative;
}
.moduletable h3.g-title:before {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -5px;
  position: absolute;
  background-color: #FF7722;
}
.moduletable h3.g-title:after {
  content: "";
  width: 80px;
  left: 0;
  height: 6px;
  bottom: -7px;
  position: absolute;
  background-color: #803B11;
}
.moduletable.footer h3.g-title:before {
  background-color: #803B11;
}
.moduletable.footer h3.g-title:after {
  background-color: #500101;
  width: 0;
}
#g-footer a {
  color: #173501;
}
#g-footer a:hover, #g-footer a:focus {
  color: #500101;
}
#g-footer a.btn-primary {
  color: #ffffff;
}
.footer-quick-links {
  margin: 0;
  columns: 2;
  display: block;
}
.aws-header-container {
  width: 75rem;
  margin: 0 auto;
  padding: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .aws-header-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .aws-header-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .aws-header-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .aws-header-container {
    width: 100%;
  }
}
.aws-header-container.g-flushed {
  width: 100%;
}
#djmediatools .dj-categories {
  display: grid;
  grid-template-columns: 100%;
}
#djmediatools .dj-categories > a.dj-category {
  float: none;
  display: block;
  padding-bottom: 100%;
  position: relative;
}
#djmediatools .dj-categories > a.dj-category .dj-category-in {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto !important;
  height: auto !important;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #djmediatools .dj-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #djmediatools .dj-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  #djmediatools .dj-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only all and (min-width: 75rem) {
  #djmediatools .dj-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dj-slides {
  z-index: 0 !important;
}
figure {
  margin: 1rem auto;
}
figure .embed {
  width: max-content;
}
figure.photoframe {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086);
  text-align: center;
  box-sizing: border-box;
  background-color: #F5F5F5;
}
figure.photoframe .photoframe-inner {
  padding: 20px;
}
figure.photoframe .photoframe-inner img {
  padding: 10px;
  border: 2px solid #BFA6A2;
}
figure.photoframe figcaption {
  padding: 15px;
  font-weight: bold;
}
figure.photoframe figcaption p {
  margin-top: 0;
}
@media only all and (max-width: 47.99rem) {
  figure.right, figure.left {
    float: none;
  }
}
.paintings #djmediatools .dj-masonry {
  overflow: visible;
}
.paintings #djmediatools .dj-slide .dj-slide-in {
  padding: 20px;
  border-width: 20px;
  border-style: solid;
  border-color: #2F2D2D #434040 #4F4C4C #434040;
  background-color: #f5f5f5;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.6), 0 5px 2px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.8);
}
.paintings #djmediatools .dj-slide .dj-slide-in .dj-slide-image {
  border-width: 2px;
  border-style: solid;
  border-color: #BBBAB4 #C7C7BF #E5E4DF #C7C7BF;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.paintings #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in {
  background-color: transparent;
}
.paintings #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text {
  text-align: center;
}
.paintings #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-title {
  color: #666666;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: initial;
  margin-bottom: 0;
}
.paintings #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-description {
  color: #666666;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: initial;
  margin-top: 0;
}
.paintings #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-description p {
  margin: 0;
}
.paintings #djmediatools .dj-slide:hover .dj-slide-desc .dj-slide-desc-in, .paintings #djmediatools .dj-slide:focus .dj-slide-desc .dj-slide-desc-in {
  background-color: transparent;
}
.photographs {
  /* Suppress title in lightbox view as title is already embedded in image - same as visually-hidden */
}
.photographs #djmediatools .dj-masonry {
  overflow: visible;
}
.photographs #djmediatools .dj-slide {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086);
}
.photographs #djmediatools .dj-slide .dj-slide-in {
  padding: 20px;
  background-color: #f5f5f5;
}
.photographs #djmediatools .dj-slide .dj-slide-in .dj-slide-image {
  padding: 10px;
  border: 2px solid #FF7722;
}
.photographs #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in {
  background-color: #f5f5f5;
}
.photographs #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text {
  text-align: center;
}
.photographs #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-title {
  color: #666666;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: initial;
}
.photographs #djmediatools .dj-slide .dj-slide-desc .dj-slide-desc-in .dj-slide-desc-text .dj-slide-description {
  color: #666666;
  font-size: 1rem;
  font-weight: normal;
  line-height: initial;
}
.photographs #djmediatools .dj-slide:hover .dj-slide-desc .dj-slide-desc-in, .photographs #djmediatools .dj-slide:focus .dj-slide-desc .dj-slide-desc-in {
  background-color: #f5f5f5;
}
.photographs .mfp-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.quotes .slider-container {
  margin: 80px 0;
}
.quotes .slider-container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  height: 20px;
  background-image: url('../../../../images/headers/quotes-separator.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.quotes .slider-container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  height: 20px;
  background-image: url('../../../../images/headers/quotes-separator.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scaleY(-1);
}
.quotes .slide-content-inner {
  font-size: 1.5rem;
}
.slider-container.testimonial .slide-content-inner {
  font-family: "Courgette", cursive;
  font-style: normal;
}
.slider-container.testimonial .slide-content-inner .slide-author {
  font-family: "roboto", sans-serif;
  font-size: smaller;
  color: #3e3e3e;
}
#g-subfeature {
  border: none;
}
.g-aws-home #g-showcase {
  background-image: url('../../../../images/headers/pattern-c.jpg');
  background-color: #142D53;
  /*background-size: cover;*/
  background-position: center;
  background-blend-mode: color-burn;
}
.g-aws-home #g-showcase .btn {
  color: #500101;
  font-family: "Oswald";
}
.g-aws-home #g-showcase .btn.btn-primary {
  background-color: #FF7722;
}
.g-aws-home #g-showcase .btn:hover {
  text-decoration: none;
  background-color: #ee5c00;
}
.awsgrid-3 {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media only all and (min-width: 48rem) {
  .awsgrid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dj-ctitle {
  text-align: center;
}
.sayings-of {
  font-size: smaller;
  color: lightgrey;
}
/*# sourceMappingURL=custom_13.css.map */