html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-display: swap;
}

/* navbar / banner */
/* .fixed-navbar { background: #000; }
.fixed-navbar-shadow { box-shadow: 0px 2px 10px #999; }
.banner { display: table; width: 100%; -webkit-transition: height 0.5s; -moz-transition: height 0.5s; transition: height 0.5s; height: 120px; padding: 20px 0 20px 0; }
.banner-condensed { height: 50px !important; padding: 5px 0 5px 0 !important; }
.banner .logo { display: table-cell; width: 100%; cursor: pointer; padding: 15px 40px 15px 15px; vertical-align: middle; }
.banner .logo img { width: 100%; height: auto; max-width: 500px; display: block; }  */

/* menu */
.menu {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  font-size: 13pt;
}
.menu a {
  color: #000;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.menu li:first-child {
  margin-left: 25px;
}
.menu li > a {
  background-color: #fff;
  color: black;
  padding: 12px 10px;
  font-size: 16px;
  border: solid 1px #fff;
  display: inline-block;
}

.menu li:hover > a {
  background-color: #000;
  color: #fff;
  border: solid 1px #ddd;
}
.menu li:hover .submenu {
  display: block;
}
.menu .submenu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0.9;
  margin: 0;
}
.menu .submenu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin: 0;
  text-align: initial;
  white-space: normal;
  line-height: 1.5em;
  outline: none;
  font-weight: normal;
}
.menu .submenu a:hover {
  background-color: #ddd;
}

/* mobile menu */
.mobilemenu-toggle {
  margin-left: 0%;
  cursor: pointer;
  color: #fff;
}
.mobilemenu-open {
  margin-left: 15px;
  margin-top: -4px;
  font-size: 18px;
}
.mobilemenu-close {
  margin-left: 15px;
  margin-top: -4px;
  padding-left: 4px;
  font-size: 18px;
  display: none;
}
.mobilemenu {
  background: #000;
  color: #fff;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  margin-left: 100%;
  -webkit-transition: margin-left 0.5s ease;
  -moz-transition: margin-left 0.5s ease;
  -o-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
  margin-top: 60px;
}
.mobilemenu-toggle {
  margin-left: 0%;
}
.mobilemenu-body-no-scroll {
  overflow: hidden;
}
.mobilemenu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  line-height: 44px;
  height: 44px;
  color: #fff;
  width: 100%;
}
.mobilemenu a:hover {
  color: #0082cc;
  text-decoration: none;
}
.mobilemenu a.active {
  color: #0082cc;
}
.mobilemenu .menuitem {
  width: 100%;
  padding: 0 20px 0 20px;
  border-bottom: solid #333132 1px;
  box-sizing: border-box;
}
.mobilemenu .menuitem:first-child {
  border-top: solid #333132 1px;
}
.mobilemenu .submenu {
  padding: 0 20px 20px 20px;
  display: none;
}
.mobilemenu .submenu a {
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 0;
}
.mobilemenu .menuitem-active .submenu {
  display: block;
}
@media screen and (min-width: 400px) {
  .mobilemenu {
    margin-top: 100px;
  }
}

/* content */
.content {
  font-size: 12pt;
  line-height: 20pt;
  color: #4d4d4f;
  padding-top: 60px;
  padding-bottom: 30px;
}
.content a {
  color: #3399cc;
  text-decoration: none;
}
.content p {
  margin-bottom: 18pt;
}
.content a:hover {
  color: #006699;
  text-decoration: none;
}
.content h1 {
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 20pt;
  line-height: 24pt;
  color: #000;
  text-transform: uppercase;
}
.content h2 {
  font-size: 17pt;
  line-height: 24pt;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.content h3 {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5em;
}
.content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.content ul {
  margin-bottom: 30px;
}
.content .logos {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.content div {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  /* small desktop, tablet */
  .content {
    font-size: 12pt;
    line-height: 18pt;
  }
  .content h1 {
    font-size: 27pt;
    line-height: 24pt;
  }
  .content h2 {
    font-size: 16pt;
    line-height: 23pt;
  }
}
.content b {
  font-weight: 600;
}
.contact {
  margin-top: 40px;
}
.contact dl {
  margin-bottom: 15px;
}
.contact dt {
  float: left;
  clear: left;
  width: 40px;
  font-weight: normal;
}
.contact dd {
  margin: 0 0 0 50px;
  padding: 0 0 0.5em 0;
}

/* footer */
.footer-wrapper {
  background-color: #000;
  margin-top: 30px;
  padding-top: 10px;
  font-size: 14px;
}
.footer {
  display: table;
  width: 100%;
  color: #fff;
}
.footer .logo {
  display: table-cell;
  vertical-align: middle;
}
.footer .logo img {
  height: 36px;
}
.footer .footer-menu-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.footer .footer-menu {
  margin-bottom: 4px;
  line-height: 1em;
}
.footer a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  color: #ddd;
  text-decoration: none;
}
.footer .copyright {
  color: #fff;
  font-size: 10px;
}
.footer .credits {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
}

/* responsive adjustments */
@media only screen and (min-width: 1px) {
  /* phone */
  .banner {
    height: 90px;
  }
  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  /* small desktop, tablet */
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  /* medium desktop */
  .banner {
    height: 150px;
  }
}

/* CONTACT */
.contact-form {
  font-size: 13pt;
}
.contact-form input[type="text"] {
  display: block;
  width: 100%;
  padding: 4px;
  margin-bottom: 15px;
  border: 0px;
  border-radius: 3px;
}
.contact-form input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #bbb;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #bbb;
}

.contact-form .error::-webkit-input-placeholder {
  color: #ff9933 !important;
}
.contact-form .error::-moz-placeholder {
  color: #ff9933 !important;
}

.contact-form textarea {
  display: block;
  border: 0px;
  padding: 4px;
  width: 100%;
  resize: none;
  border-radius: 3px;
  height: 80px;
  margin-bottom: 15px;
}
.contact-form textarea::placeholder {
  color: #bbb;
}
.contact-form textarea::-webkit-input-placeholder {
  color: #bbb;
}
.contact-form button {
  padding: 10px 25px 10px 25px;
  margin-top: 20px;
  border: solid 1px #4d4d4f;
  border-radius: 4px;
  background: #fff;
}
.contact-form button:hover {
  background: #eee;
}

.contact-form h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.5em;
}
.contact-form h3 {
  color: #339933;
  margin-bottom: 15px;
}

/* top of page button */
.top {
  z-index: 100;
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 10%;
  right: 10%;
  display: none;
  cursor: pointer;
}

/* privacy popup */
.privacy-popup {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  background: #333;
  display: none;
  z-index: 100;
  color: #fff;
}
.privacy-popup button {
  padding: 10px 25px 10px 25px;
  margin-top: 20px;
  border: solid 1px #4d4d4f;
  border-radius: 4px;
  background: #fff;
  color: #333;
}
.privacy-popup button:hover {
  background: #eee;
}

/* service areas */
.service-areas {
  text-align: center;
}
.service-areas h2 {
  display: inline-block;
  margin: 0 20px;
  font-size: 1em;
  letter-spacing: 2px;
}

/* UTILITIES */

/* vertical align element within parent container */
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* remove bootstrap row gutters */
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.h5-banner {
  height: 35vh;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.h5-banner h1 {
  font-size: 32pt;
  line-height: 35pt;
  font-weight: 200;
  color: #fff;
  text-shadow: #333 1px 1px 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .h5-banner {
    height: 60vh;
  }
  .h5-banner h1 {
    font-size: 40pt;
    line-height: 55pt;
  }
}
@media only screen and (min-width: 1200px) {
  .h5-banner h1 {
    font-size: 47pt;
    line-height: 63pt;
  }
}



.mynavbar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	width: 100%;

	position: relative;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: #000;
	color: #333;
	z-index: 10;
	transition: transform 1s ease;
	transform: none; /* visible by default */
  }
  @media only screen and (min-width: 400px) {
	.mynavbar { height: 100px; }
  }

  /* Transparent over hero */
  body:has(.hero-image) .mynavbar:not(.fixed) {
	position: absolute;
	background: transparent;
	color: white;
  }

  /* Start fixed navbar offscreen and slide in */
  .mynavbar.fixed {
	position: fixed !important;
	background: #000 !important;
	color: #333;
	transform: translateY(-100%);
  }

  /* After it's fixed, let it slide in */
  .mynavbar.fixed.slide {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .hero-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  }

  #nav-scroll-trigger {
	position: absolute;
	top: 30vh;
	height: 1px;
  }

  .logo img {
	max-width: 200px;
	margin-right: 0px;
	cursor: pointer; 
  }
  @media only screen and (min-width: 300px) {
	.logo img {
	  max-width: 280px;
	  margin-right: 0px;
	}
  }	  
  @media only screen and (min-width: 500px) {
	.logo img {
	  max-width: 400px;
	  margin-right: 0px;
	}
  }
  @media only screen and (min-width: 800px) {
	.logo img {
	  margin-right: 0px;
	}
  }

  .menu {
	display: flex;
	align-items: center;
  }

  .menu a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin-left: 20px;
  }

  .menu a:hover {
	text-decoration: underline;
  }

