h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  color: #005e36;
}
a{
  color: black;
  text-decoration: none;
}
h1{
  font-size: 55px;
}
h2{
  font-size: 45px;
}
p.has-medium-font-size{
  font-size: 30px!important;
}
span.gold{
  color: #ceb36e!important;
}
.address{
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

@media screen and ( max-width: 992px ){
  h1{
    font-size: 35px;
  }
  h2{
    font-size: 25px;
  }
}
/* ====== NAV BURGER ====== */
.custom-logo-link img{
  height: 40px;
  width: auto;
}
#bar{
  z-index: 1000;
}
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.8s;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
  transition: 0.8s;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: absolute;
	right: 0;
	top: 0;
	width: auto;
	margin: 35px 0;
}
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: none;
  background: transparent;
	border-radius: 0;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 4px;
  background-color: #005e36;
  border-radius: 8px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.3s 0.5s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.3s 0.5s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNavigation{
  color: white!important;
}
#sideNavigation p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#socialNav{
	text-align: left;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 100%;
    opacity: 0;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #005e36;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 2rem;
    color: black;
    display: block;
    transition: 0.15s;
    margin-bottom: 15px;
		margin-right: 10px;
}
.sidenav a .footLogo{
	width: 30px;
	height: auto;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: black;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
	text-align: left
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: black;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation p, #sideNavigation p a{
  font-size: 28px;
}
.menu{
  transition: all 0.5s ease;
  a{
    display: inline-block;
    color: white;
    margin: 3px 0;
    text-decoration: none;
		font-size: 45px;
  }
}
@media(max-width: 992px){
  .sidenav ul{
    display: block;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .menu{
    margin-right: 0;
    padding-left: 0;
  }
  #sideNavigation p, #sideNavigation p a{
    font-size: 18px;
  }
  .menu{
    a{
  		font-size: 25px;
    }
  }
}

/* ====== NAV BURGER ====== */
.home h1, .base h1{
  color: white;
}
.home{
  min-height: 90vh;
}
.titleHeader{
  width: fit-content;
  left: 50%;
  transform: translate(-50%);
}
.logoOverlay{
  width: 30%;
  min-width: 400px;
}
input.wpcf7-form-control, textarea.wpcf7-form-control{
  width: 100%;
  padding: 15px;
  border: 2px solid #005e36!important;
  margin-bottom: 20px;
}
input.wpcf7-form-control.wpcf7-submit{
  color: #005e36;
  width: auto;
  padding: 8px 20px;
  border: 2px solid #005e36!important;
  background: transparent;
}
.wpcf7-spinner{
  display: none;
}
.wpcf7-form p{
  margin: 0;
}

footer input.wpcf7-form-control, footer textarea.wpcf7-form-control{
  width: 100%;
  padding: 15px;
  border: none!important;
  margin-bottom: 20px;
}
footer input.wpcf7-form-control.wpcf7-submit{
  color: white;
  width: auto;
  padding: 8px 20px;
  border: 2px solid white!important;
  background: transparent;
}
footer{
  background: #005e36;
  color: white;
  border-top: 1px solid white;
}
.footerLogo{
  height: 60px;
  width: auto;
}
footer h2{
  color: white;
}
footer a{
  color: white!important;
}
