.body-font {
  font-family: 'Open Sans', sans-serif;
}
.hero-font {
  font-family: 'Roboto', cursive;
}
/*
* Template CSS
* =============================================================
*/
body {
  height: 100%;
  background-color: white;
  color: #041e01;
  font-family: 'Open Sans', sans-serif;
}
article p {
  color: #041e01;
}
footer {
  margin: 0 0 0 0;
  padding: 1em;
  min-height: 100px;
  background-color: #cabca5;
  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: 100%;
}
#main-nav {
  background-color: #cabca5;
}
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: #4c3029;
}
ul.uk-navbar-nav li:hover {
  border-bottom: 4px solid #cabca5;
  background-color: 'white';
}
ul.uk-navbar-nav li a:hover {
  color: #f0ece5;
}
ul.uk-navbar-nav li a {
  height: 100%;
}
.uk-navbar-dropdown {
  color: #4c3029;
  background: #cabca5;
}
.uk-navbar-dropdown li {
  padding: 0 0.5em 0 0.5em;
}
nav.uk-sticky-fixed #logo {
  padding: 5%;
}
/*
* 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 h2 {
  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: #cabca5;
  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;
}
.tdx-slope:after {
  bottom: 0;
}
/* Colored divider with animation */
.tdx-color-hdivider {
  height: 5px;
  width: 70%;
  background-color: #4c3029;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.tdx-color-hdivider-container:hover > .tdx-color-hdivider {
  width: 100%;
  background-color: #cabca5;
}
.tdx-quote-switcher {
  background-color: white;
}
.tdx-quote-switcher ul li {
  color: #4c3029;
}
.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: #4c3029;
}
/* 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: #4c3029;
  border-color: #041e01;
  color: #edeff2;
}
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #6d453b;
  border-color: #041e01;
  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.5);
}
.tdx-subheader {
  max-height: 300px;
}
.tdx-subheader h3 {
  font-size: 200%;
}
#main-nav {
  opacity: 0.95;
  height: 70px;
}
.contact-wrapper {
  padding: 1em;
  color: #041e01;
}
.contact-wrapper h1,
.contact-wrapper h2,
.contact-wrapper h3,
.contact-wrapper h4,
.contact-wrapper h5,
.contact-wrapper h6 {
  color: #041e01;
}
legend.uk-legend {
  color: #041e01;
}
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: 85%;
  }
  .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)
* =============================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Serif', serif;
}
.uk-link,
a {
  color: #4c3029;
}
.uk-link,
a:hover {
  color: #6d453b;
}
.uk-navbar-nav > li > a {
  font-size: 1rem;
}
.tdx-cover {
  background-image: url(/images/cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  background-attachment: fixed;
  background-position: center;
}
.uk-button-quote {
  background-color: #4c3029;
  font-size: 20px;
  padding: 10px 20px;
}
.uk-button-quote:hover {
  background-color: #6d453b;
}
.uk-height-large {
  height: 750px;
}
.tdx-border {
  border-top: 3px solid #4c3029;
  border-bottom: 3px solid #4c3029;
}
.tdx-relative {
  position: relative;
}
.quote-background {
  background-image: url(/images/painter.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.callforquote {
  color: white;
  font-size: 14px;
}
.phone {
  color: #cabca5;
  font-weight: 700;
  text-shadow: 2px 2px #4c3029;
  font-size: 3em;
}
.clear {
  clear: both;
  float: none;
}
.form-border {
  border-left: 1px solid #e8e8e8;
}
.mobilehide {
  display: block;
}
.mobileshow {
  display: none;
}
footer .uk-divider-icon {
  opacity: 1;
}
@media (max-width: 959px) {
  .mobilehide {
    display: none;
  }
  .mobileshow {
    display: block;
  }
  .tdx-cover {
    background-image: url(/images/cover2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    background-attachment: scroll;
    background-position: center center;
  }
  #main-nav {
    opacity: 1;
    height: 80px!important;
    margin-top: 30px!important;
  }
  .topbar {
    background-color: #cabca5;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  .topbar h4 {
    margin-bottom: 0;
  }
  .quote-background {
    background-image: url(/images/painter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    height: 50px;
    padding: 0 10px;
  }
  nav.uk-sticky-fixed #logo {
    padding: 2%;
  }
  .uk-height-large {
    height: 300px;
  }
}
@media (max-width: 425px) {
  #main-nav {
    height: 100px!important;
  }
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    height: 35px;
  }
}
