@font-face {
  font-family: 'Avenir Book';
  src:  url('/fonts/AvenirLTStd-Book.otf');
}
@font-face {
	font-family: 'Avenir-Black';
	src: url('/fonts/Avenir-Black.otf');
}
@font-face {
  font-family: 'Avenir Medium';
  src:  url('/fonts/AvenirLTStd-Medium.otf');
}
@font-face {
  font-family: 'Avenir Roman';
  src:  url('/fonts/AvenirLTStd-Roman.otf');
}
body {
	margin: 0;
	font-family: 'Avenir Book', sans-serif;
}
.bold {
	font-family: 'Avenir-Black';
	font-weight: bolder;
}
.clear {
	clear: both;
}
.clear10 {
	clear: both;
	height: 10px;
}
.clear20 {
	clear: both;
	height: 20px;
}
.clear30 {
	clear: both;
	height: 30px;
}
.clear40 {
	clear: both;
	height: 40px;
}
.clear50 {
	clear: both;
	height: 50px;
}
.center {
	text-align: center;
}
p {
	margin: 0;
}
.logo {
	max-width: 200px;
}
header {
	padding: 20px 0;
}
nav.navbar {			
	background-color: #77885c !important;
}		
nav .nav-item {
	letter-spacing: 2.5px;			
}	
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.navbar-fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}	
nav .home {
	display: none;
}
.navbar-fixed-top .home {
	display: block;
}
.navspacer {
	height: 56px;
	clear: both;
}
.hide {
	display: none;
}
.darkGreenColor {
	color: #3c5442;
}
a.darkGreenColor:hover {
	color: #3c5442;
}
.connect .h3 {
	font-size: 18px;
}
.connect .h3 svg {
	font-size: 30px;
	margin: 0 12px;
	transition: 0.2s;
}
.connect .h3 svg:hover {
	color: #77875b;
}
footer {
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	background-color: #3c5442 !important;
}
#contact, #inquire, #events {
	cursor: pointer;
}
/*modal start*/
.modal.fade {
	cursor: default;
}
.modal-dialog {
	min-width: 530px;
}
.modal-content {
	border-radius: 0;
	margin-top: 65px;
}
.modal-header {
	border-bottom: 0;
	padding: 30px 50px 0;
}
.modal-body {
	padding: 15px 50px 20px;
}
.modal-body .form-control {
	border-color: #3e5643;
	border-radius: 0;
}
.modal-body textarea {
	min-height: 120px;
}
.modal-body input[type=submit] {
	background-color: #3e5643;
    color: #fff;
    border: 0;
    padding: 5px 60px;
    font-size: 24px;
    cursor: pointer;
    outline: none;
    transition: 0.3s;
}
.modal-body input[type=submit]:hover {
	background-color: #396342;
}
@media (max-width: 767px) {	
	.modal-header {
		padding: 30px 20px 0;
	}
	.modal-body {
		padding: 15px 20px 20px;
	}
}
@media (max-width: 575px) {	
	.modal-dialog {
		min-width: 80%;
	}
}
/*modal end*/

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1400px;
	}
}
@media (min-width: 992px) and (max-width: 1399px) {
	.navspacer {
		height: 50px;
	}
	.logo {
		max-width: 175px;
	}
	nav .nav-item {
		letter-spacing: 1.5px;
		font-size: 12px;
	}			
	.connect .h3 {
	    font-size: 16px;
	}
	.connect .h3 svg {
		font-size: 24px;
	}
	footer {
		font-size: 11px;
	}
}
@media (min-width: 992px) and (max-width: 1020px) {
	nav .nav-item {
		letter-spacing: 1.2px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		max-width: 175px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.navspacer {
		height: 47px;
	}
	.logo {
		max-width: 120px;
	}
	.navbar-toggler-icon {
		width: 1em;
		height: 1em;
	}
	nav .nav-item {
		font-size: 10px;
		letter-spacing: 2px;
	}	
	.connect .h3 {
	    font-size: 14px;
	    margin-bottom: 25px;
	}
	.connect .h3 svg {
		font-size: 22px;
	}
	.connect > .clear50 {
		height: 15px;
	}
	footer .copyright  {
		font-size: 12px;
	}
}

@media (min-width: 993px) {
	.formobile {
		display: none !important;
	}
	.fordesktop {
		display: block !important;
	}
}
@media (max-width: 992px) {
	.formobile {
		display: block !important;
	}
	.fordesktop {
		display: none !important;
	}
}