.body-font {
  font-family: 'Open Sans', sans-serif;
}
.hero-font {
  font-family: 'Roboto', cursive;
}
/*
* Template CSS
* =============================================================
*/
body {
  height: 100%;
  background-color: white;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
}
article p {
  color: #666666;
}
footer {
  margin: 2em 0 0 0;
  padding: 1em;
  min-height: 100px;
  background-color: #edeff2;
  height: 100%;
}
footer .uk-divider-icon {
  opacity: 0.25;
}
.uk-heading-hero {
  font-family: 'Roboto', cursive;
}
#hero-logo {
  max-width: 75%;
  width: 900px;
}
#logo {
  height: 75%;
}
#main-nav {
  background-color: #edeff2;
}
ul.uk-navbar-nav {
  height: 100%;
}
ul.uk-navbar-nav li {
  position: relative;
  border-bottom: 4px solid transparent;
}
ul.uk-navbar-nav li a {
  color: #6a7f66;
}
ul.uk-navbar-nav li:hover {
  border-bottom: 4px solid #dda44a;
  background-color: 'white';
}
ul.uk-navbar-nav li a:hover {
  color: #dda44a;
}
ul.uk-navbar-nav li a {
  height: 100%;
}
.uk-navbar-dropdown {
  color: #6a7f66;
  background: #edeff2;
}
.uk-navbar-dropdown li {
  padding: 0 0.5em 0 0.5em;
}
nav.uk-sticky-fixed #logo {
  padding: 10%;
}
/*
* Effects
* =============================================================
*/
.tdx-fade1 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* Zoom In #1 */
.tdx-zoom-11 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.tdx-zoom-11:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.tdx-border-right {
  border-left: 1px solid #bac6b8;
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  opacity: 0.5;
}
.uk-navbar-nav li:last-child .tdx-border-right {
  display: none;
}
/* Image row 'Gallery' styles*/
.tdx-gallery-item {
  display: block;
  width: 100%;
  height: 100%;
}
.tdx-gallery-title-container {
  width: 100%;
  min-height: 5%;
  text-align: center;
  padding: 0.5em 0 0 0;
  position: absolute;
  top: 0px;
  z-index: 50;
}
.tdx-gallery-title-container h1 {
  color: #443525;
  font-size: 200%;
  opacity: 1;
}
.tdx-image-row .uk-cover-container {
  min-height: 240px;
}
.tdx-image-row {
  height: 345px;
}
/* Sloped background pattern */
.tdx-slope {
  background: #edeff2;
  position: relative;
  z-index: 1;
}
.tdx-slope:before,
.tdx-slope:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.tdx-slope:before {
  top: 0;
  -webkit-transform: skewY(1.7deg);
  transform: skewY(1.7deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.tdx-slope:after {
  bottom: 0;
  -webkit-transform: skewY(-1.7deg);
  transform: skewY(-1.7deg);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}
/* Colored divider with animation */
.tdx-color-hdivider {
  height: 5px;
  width: 70%;
  background-color: #6558c6;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.tdx-color-hdivider-container:hover > .tdx-color-hdivider {
  width: 100%;
  background-color: #dda44a;
}
.tdx-quote-switcher {
  background-color: white;
}
.tdx-quote-switcher ul li {
  color: #6558c6;
}
.tdx-quote-switcher-nav {
  margin-top: 5%;
}
.tdx-mobile-canary {
  display: none;
}
.tdx-article {
  margin-top: 5%;
}
.uk-dotnav li a {
  background: #bac6b8;
}
.uk-dotnav > .uk-active > * {
  background: #6558c6;
}
/* Mobile Menu Styling */
ul.tdx-mobimenu {
  list-style-type: none;
}
ul.tdx-mobimenu li a {
  height: 100%;
}
ul.tdx-mobisubmenu {
  list-style-type: none;
}
#mobimenu ul.tdx-mobisubmenu li {
  list-style-type: none;
  border: none;
  padding-bottom: 0;
  margin-left: 20px;
}
#mobimenu ul.tdx-mobisubmenu a {
  color: #bac6b8;
}
/* This is the offcanvas mobile menu.*/
#mobimenu li a {
  display: block;
}
#mobimenu li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid silver;
}
#mobimenu ul {
  padding: 0;
}
.uk-button-default {
  background-color: #6558c6;
  border-color: #666666;
  color: #edeff2;
}
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #887ed3;
  border-color: #666666;
  color: #edeff2;
}
.tdx-quote-mobile {
  margin-top: 1em;
}
.tdx-quote-mobile ul {
  list-style-type: none;
}
.tdx-quote-mobile blockquote {
  color: white;
  font-size: 100%;
  margin-left: 0;
  width: 95%;
}
.tdx-gradient1 {
  background: rgba(255, 255, 255, 0.3);
}
.tdx-subheader {
  max-height: 300px;
}
.tdx-subheader h3 {
  font-size: 200%;
}
.tdx-gdpr-acknowledge {
  padding: 1em;
  background-color: #dddddd;
  font-size: 85%;
  font-style: italic;
}
.tdx-gdpr-acknowledge input {
  outline: 1px solid #1e5180;
}
#main-nav {
  opacity: 0.95;
  height: 70px;
}
.contact-wrapper {
  padding: 1em;
  color: #666666;
}
.contact-wrapper h1,
.contact-wrapper h2,
.contact-wrapper h3,
.contact-wrapper h4,
.contact-wrapper h5,
.contact-wrapper h6 {
  color: #666666;
}
legend.uk-legend {
  color: #666666;
}
blockquote {
  font-size: 24px;
  font-style: italic;
  width: 75%;
  line-height: 1.7;
  color: #383838;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
}
blockquote cite:before {
  content: "\2014 \2009";
}
@media (min-width: 960px) {
  blockquote {
    padding-top: 5%;
    height: 170px;
  }
  #main-nav {
    opacity: 0.95;
    height: 70px;
  }
  /* navbar during scroll */
  nav.uk-sticky-fixed {
    opacity: 0.95;
    height: 6%;
  }
  #hero-logo {
    max-width: 45%;
  }
  .tdx-mobile-canary {
    display: block;
  }
  .tdx-image-row .uk-cover-container {
    min-height: 340px;
  }
  /* navbar during scroll */
  nav.uk-sticky-fixed {
    opacity: 0.95;
    height: 6%;
  }
  .tdx-mobile-canary {
    display: block;
  }
}
/*
* Theme CSS (Lawn)
* =============================================================
*/
.clear {
  float: none;
  clear: both;
  display: block;
}
h1,
h2 {
  font-family: 'Sail', cursive;
}
h2.plainheader,
h3.plainheader {
  font-family: 'Alegreya Sans', sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 800;
}
h3,
h4,
h5,
h6 {
  font-family: 'Alegreya Sans', sans-serif;
  font-style: italic;
  font-weight: 800;
}
.uk-h2,
h2,
h2.uk-card-title {
  font-size: 2.45rem;
  line-height: 1;
}
.uk-h3,
h3 {
  font-size: 2.2rem;
  line-height: 1;
}
.uk-link,
a,
.uk-link:hover,
a:hover {
  color: #6558c6;
}
.tdx-quote-mobile blockquote {
  color: #3a338e;
  font-style: normal;
}
body {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.2em;
  color: #333;
}
.uk-button-default {
  border: none;
  text-transform: none;
  font-size: 1em;
  background-color: #6558c6;
  border-color: transparent!important;
  color: #edeff2!important;
}
.uk-card-primary {
  background: #DAE0F2;
}
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*=uk-card-media]),
.uk-light,
.uk-offcanvas-bar,
.uk-overlay-primary,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
  color: #333;
}
.divider {
  max-width: 312px;
  min-height: 12px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background-image: url(/images/divider.png);
  background-repeat: repeat-x;
}
.tdx-quote-switcher {
  background-color: transparent;
}
.altbkg,
.uk-card-body {
  background-image: url(/images/bkg.jpg);
}
.uk-card-primary.uk-card-body .uk-button-default {
  border: none;
  text-transform: none;
  font-size: 1em;
  background-color: #6558c6;
  border-color: transparent!important;
  color: #edeff2!important;
}
.uk-card-primary.uk-card-body .uk-button-default:hover {
  background-color: #887ed3;
  border-color: #666666;
  color: #edeff2;
}
.tdx-quote-switcher ul li {
  color: #3a338e;
}
.author {
  color: #333;
  font-size: .8em;
}
.gallerywrap img {
  border-radius: 400px;
  padding: 10px;
}
.meta,
.meta a {
  background-color: #3f3f5e;
  color: #fff;
  font-size: 1em;
  text-align: center;
  padding: 2px 0;
}
#main-nav {
  opacity: .85;
  height: 100px;
  background: #ffffff;
  background: -moz-linear-gradient(70deg, #ffffff 29%, #6558c6 100%);
  background: -webkit-linear-gradient(70deg, #ffffff 29%, #6558c6 100%);
  background: linear-gradient(70deg, #ffffff 29%, #6558c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#6558c6", GradientType=1);
  z-index: 999;
}
#logo {
  height: 100%;
  padding: 0!important;
}
#main-nav .uk-navbar-item {
  height: 100px;
}
#main-nav ul.uk-navbar-nav li a {
  color: #fff;
  font-weight: 800;
  font-family: 'Josefin Sans';
  font-size: .8em;
}
.uk-cover-container.uk-height-large {
  height: 900px;
}
.uk-cover-container .uk-container.uk-text-center {
  text-shadow: 0 0 10px #000;
}
.uk-heading-hero {
  font-family: 'Sail', cursive;
}
.tdx-image-row {
  height: auto;
}
.gallerywrap,
h2.galleryheading {
  text-align: center;
}
.uk-width-3-4 {
  padding-top: 4%;
}
.tdx-subheader {
  max-height: 600px;
  margin-top: -100px;
}
.backtotop {
  display: inline-block;
  float: right;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: rgba(63, 63, 94, 0.8);
  padding: 8px;
  color: #fff;
}
footer {
  margin: 0;
  background-color: #3f3f5e;
  min-height: initial;
  color: #fff;
  font-size: .8em;
}
footer a,
footer a:hover {
  color: #fff;
}
footer .uk-divider-icon {
  opacity: 1;
}
.uk-navbar-toggle {
  color: #fff;
}
.uk-offcanvas-bar {
  background: #fff;
  background-image: url(/images/bkg.jpg);
}
#mobimenu li {
  border-bottom: none;
}
#mobimenu li a {
  color: #333;
  font-size: 1.2em;
  text-align: center;
}
.uk-offcanvas-bar .uk-close {
  color: #333;
}
.tdx-gdpr-acknowledge {
  background-color: transparent;
  color: #333;
  font-style: normal;
}
.tdx-gdpr-acknowledge label {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .uk-h2,
  h2,
  h2.uk-card-title {
    font-size: 2rem;
    line-height: 1;
  }
  .uk-article-title {
    font-size: 2rem;
    line-height: 1;
  }
  li {
    line-height: 1;
    margin-bottom: 15px;
  }
  .uk-margin-left {
    margin-left: 0px!important;
  }
  #logo {
    height: auto;
    padding: 0!important;
  }
  .uk-width-3-4 {
    width: 95%;
  }
  .uk-cover-container.uk-height-large {
    height: 300px;
  }
  .uk-cover-container.uk-height-large img {
    left: 50%;
  }
  .tdx-subheader {
    margin-top: 0;
  }
  .uk-card-body {
    padding: 20px 20px;
  }
  .uk-width-1-4,
  .uk-width-1-3,
  .uk-width-1-2,
  .uk-width-2-3 {
    width: 100%;
  }
  .contact-wrapper {
    padding: 0;
  }
}
