body {
  font-family: 'Montserrat', sans-serif;
}

#menu {
  width:300px;
  height: 100% !important;
  border-radius: 0 !important;
  z-index: 90;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-position: 0 0;
  background-repeat: repeat;
  line-height: normal;
}

#menu a {
  display:block;
  margin-bottom:20px;
}

#logo {
  display:block;
  max-width:300px;
  padding:15px;
  position: relative;
  left:4px;
}

a {
  transition: color .2s linear;
}

a:link {
    color: #4e7545;
}
a:visited {
    color: #4e7545;
}
a:hover {
    color: #6d766b;
    text-decoration: none;
}
a:active {
    color: #4e7545;
}

.gray {
    color:#313131 !important; 
}

#sliderWrapper {
  height:100vh;
}

#fullpage {
  height:100%;
}

.flickity-slider {
  display: flex;
  align-items: center;
}

.centerVert {
  min-height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-pricing {
    margin:10px auto;
    padding: 15px 25px;
    color:#3b5036;
    background-color:#FFFFFF;
    border-color:#3b5036;
    border-radius:0px;
    border:3px solid;
    text-align: center !important;
}

.btn-pricing:hover {
    color:#FFFFFF;
    background-color:#3b5036;
    border-color:#3b5036;
}

/*Mobile button/menu *//////////////

.overlay {
	display:none !important;
	position:relative;
	top:0;
	height:100vh !important;
	width:100%;
	background:#333;
	overflow:auto;
	z-index:999;
}

.button {
	display:inline;
	position:absolute;
	left:10px;
	top:0px;
	z-index:1000;
	font-size:30px;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#333;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#a3de46;
}
.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
    right:300px;
    top:-2px;
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:#34B484;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#a3de46;
}

#mobileLogo { 
    max-width:33%;
    margin:0px auto;
}

#mobileLogoLi {
    width:100%;
    margin-top:-80px;
}

@media screen and (max-width:48em) {
    #mobileLogoLi {
    width:100%;
    margin-top:0px;
    }
    
    #mobileLogo {
        max-width:50%;
        padding:0 0 20px 0;
    }
    
	.wrap ul.wrap-nav>li {
		width:100%;
		padding:10px 0 0 0;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}
    .wrap ul.wrap-nav li a {
     padding:4px 0;   
    }
}

/* End mobile menu stuff *///////////

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ieFix {
    display: block !important;
  }

  .ieHide {
    display:none;
  }

  .img-fluid {
    max-width:40vw;
  }
}

.logoBox {
  position: absolute;
}

#contentBlock {
  padding-left:300px;
  top:0px;
}

.hImage {
 /* width:100%;
  height:auto; */
  height: 90vh; 
  width: auto;
  margin: 0px 10px;
}

.vImage {
 /* height:100vh;
  width:auto;
  display: block;
  margin:0px auto; */
  height: 90vh;
  width: auto;
  margin: 0px 10px;
}

.infoPages {
  font-family: 'Roboto', sans-serif;
  padding-top:10px;
}

.header {
  color:#4e7545;
  margin:10px auto;
}

.green {
  color:#4e7545 !important;
}

.pricingBlock { padding-top:20px;}


.contactInfo {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
}

input, textarea {
    width: 100%;
    border: 0;
    background: none;
    margin-top: 5px;
    color: #444444;
    font-size: 2em;
    border-bottom: 2px solid #444444;
    display: inline-block;
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding-bottom: 2px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#sendMessage {
    border: 2px solid #444444;
}

#sendMessage:hover {
    border: 2px solid #a1c765;
}


input:focus, textarea:focus {
    border-bottom: 2px solid #a1c765;
    outline: none;

}


.flx {
  -webkit-flex:1;
  flex: 1;
  margin:.4em .5em 0em .5em;
  text-align: center;
}

.flx2 {
  -webkit-flex:1;
  flex: 1;
  margin:.4em .5em 0em .5em;
  display: none;
  text-align: center;
}

.section{
  display:table;
}

/*.section {
  display: table;
  margin:0px auto; 
}

.sectionCent {
  display:table-cell;
  vertical-align:middle; 
} */

/*added by me */
@media (max-width: 89.9em) {
  .centerVert {
    height:100%;
  }

  .logoBox {
    position: relative;
    margin-bottom:20px;
  }
}

/* Large devices (desktops, less than 75em) */
@media (max-width: 74.9em) {
  .centerVert {
      font-size:.8rem;
  }

  #menu a {
    display:block;
    margin-bottom:5px;
  }

}

/* Medium devices (tablets, less than 62em) */
@media (max-width: 61.9em) {
  #contentBlock {
    position: relative;
      padding-left:0px;
    left:0px;
    top:0px;
    height:100%;
  }

}

/* Small devices (landscape phones, less than 48em) */
@media (max-width: 47.9em) {
  #contentBlock {
    position: relative;
      padding-left:0px;
    left:0px;
    top:0px;
    height:100%;
  }


}

/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 33.9em) {
    #contentBlock {
      position: relative;
        padding-left:0px;
      left:0px;
      top:0px;
      height:100%;
    }

    .hImage, .vImage {
      /* width:100%;
       height:auto; */
       height: auto;
       width: 90vw;
       margin: 5vh 10px;
     }


  /*move info pages down in account of the menu */
  .infoPages {
    padding-top:70px;
  }

}
