/* Fonts */ 
body, .aptos {
   font-family: Open Sans, sans-serif !important;
   font-weight: 400;
   font-style: normal;
   color: #000;
}
.hidden { display: none; }

/* Font Size CSS */
h1, h2, h3, h4, h5 { margin-bottom: 0px}
p { font-size: 16px; }
.p12 { font-size: 12px; }
.p24  { font-size: 24px;  }
ul.white li a { color: #FFF; }
.white { color: #FFF; }
.copper { color: #c07b40; }
.copper-back { background-color: #c07b40 !important; }
.black-back { background-color: #000 !important; }


.unica {
  font-family: "Unica One", sans-serif;
  font-weight: 400;
  font-style: normal;
}



nav li a.nav-link {
   font-size: 16px;
   color: #FFF;
   font-family: Unica One,sans-serif;
}
nav li a.nav-link.active, nav li a.nav-link:hover {
   color: #BD6E3E !important;
}

.slat-row-top  { 
   border-left: 2px solid #c07b40; 
   border-right: 2px solid #C07B40;
   border-top: 2px solid #c07b40; 
}

.slat-row-bottom  { 
   border-bottom: 2px solid #c07b40; 
   border-left: 2px solid #c07b40; 
   border-right: 2px solid #C07B40;
}

.copper-button, #gform_submit_button_2 {
   border: 2px solid #C07B40 !important;
   background-color:  #c07b40 !important;
   border-radius: 0 !important;
   padding: 8px 15px !important;
   color: #FFF;
   font-weight: bold;
}

.copper-button:hover, .copper-button.active, #gform_submit_button_2:hover, #gform_submit_button_2.active { 
   background-color: #FFF !important;
   color: #c07b40 !important;
}

.slat-quote { border-top: 1px solid #aeaeae; }
.slat-quote p {  font-size: 40px; }
.offcanvas-header {
   align-items: flex-start !important;
}

.gsection_title { font-weight: bold; }

#gform_wrapper_2 .gform_footer {
   display: none;
}

#footer-menu { padding-left: 12px; }
#footer-menu li a {
   font-size: 12px;
   color: #FFF; 
}

@media only screen and (min-width: 768px) {
   .slat-row-top, .slat-row-bottom  { 
      border: none; 
   }
   .slat-row { border: 2px solid #c07b40; }
}

@media only screen and (min-width: 992px) {

   nav ul li {
      padding: 0 15px;
   }

}