html::-webkit-scrollbar { width: 0 !important; }

body,
html {
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

body,
p {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #3d8090;
}

hr.light {
  border-color: #fff;
}

a {
  color: #3d8090;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #3d8090;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #3d8090 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 2rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #3c7f8f;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #202428;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #3c7f8f;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #3c7f8f !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #3c7f8f;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #3c7f8f;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #202428;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #3c7f8f;
  }
}

.more-container {
	display: none;
}

header.masthead {
  height: 100vh;
  min-height: 650px;
  padding-top: 0;
  padding-bottom: 0;
  /*padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header8.jpg");*/
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*  making the video fullscreen  */
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	min-height: 650px;
	overflow: hidden;
}

#video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

@media (max-aspect-ratio: 1920/1080) {
	#video-background {
		height: 100%;
	}
}

@media (min-aspect-ratio: 1920/1080) {
	#video-background {
		width: 100%;
	}
}

@media (max-height: 650px) {
	#video-background {
		width: 100%;
	}
}

@media (max-width: 1155px) {
	#video-background {
		height: 100%;
		width: auto;
	}
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 20px;
}

header.masthead h1 {
  font-size: 2.5rem;
}

header.masthead h5 {
  font-size: 1.125rem;
}

header.masthead .container {
	position: relative;
	z-index: 200;
}

.scroll-label {
	margin-top: 20vh;
}

@media (min-width: 768px) {
  header.masthead h1 {
    font-size: 3rem;
  }
  header.masthead h5 {
	  font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  header.masthead h1 {
    font-size: 4rem;
  }
  header.masthead h5 {
	  font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  border: 2px solid #c94c2f;
  background: rgba(47, 62, 66, .7);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.portfolio-box .portfolio-box-caption:active {
  border: 4px solid #c94c2f;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

.mfp-iframe-holder .mfp-content {
	width: 80%;
	max-width: 760px;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #3d8090 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-l {
	margin: 20px;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #3d8090;
  border-color: #3d8090;
}

.btn:hover, .btn:focus, .btn:active {
  color: #fff;
  background-color: #c94c2f !important;
}

.btn:active, .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 127, 143, .75) !important;
}

.mfp-heading {
	text-align: center;
	position: absolute;
	bottom: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.mfp-caption {
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
}

.mfp-award {
	font-weight: bold;
	color: #c94c2f;
	width: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
}

.mfp-arrow {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.mfp-arrow-left {
	left: 10%;
	-webkit-transform-origin: 0;
	transform-origin: 0;
}

.mfp-arrow-title {
	font-size: 11px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	padding-top: 25%;
}

.mfp-arrow-right {
	right: 10%;
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}

@media (max-width: 1200px) {
	.mfp-arrow-left {
		left: 5%;
	}
	.mfp-arrow-right {
		right: 5%;
	}
}

@media (max-width: 1050px) {
	.mfp-arrow {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.mfp-arrow-left {
		left: 0;
	}
	.mfp-arrow-right {
		right: 0;
	}
}

#contact-form {
	position: relative;
	background: #212529;
	border: 4px solid #3d8090;
	border-radius: 25px;
	padding: 20px;
	width: auto;
	max-width: 600px;
	margin: 20px auto;
	text-align: center;
}

#contact-form h5 {
	margin: 20px;
}

#contact-form input, textarea {
	outline-color: #3d8090;
}

#contact-form .mfp-close {
	color: #fff;
}

#contact-responses {
	display: block;
	height: 30px;
}

#contact-success, #contact-error {
	display: none;
}

/*Additional*/
.award-badge-container {
	position: absolute;
	width: 100%;
}
.award-badge-img-left {
	width: 15%;
	top: 0;
	float: left;
}

.award-badge-img-right {
	width: 15%;
	top: 0;
	float: right;
}

.pulse {
	animation: pulse 1s ease 0s alternate infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: .7;
	}
	100% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		opacity: 1;
	}
}

.faded {
	opacity: .6;
}

.emboss {
  text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.5), -1px 1px 0px rgba(255, 255, 255, 0.5);
}

.shadow {
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
}

.emboss-shadow {
	text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.5), -1px 1px 0px rgba(255, 255, 255, 0.5), 0px 2px 4px rgba(0, 0, 0, 0.75);
}

.highlight:hover, .highlight:focus {
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
	color: #c94c2f !important;
}

.highlight:active {
	color: #212529 !important;
}

.hover-grow {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.hover-grow:hover {
	transform: scale(1.1);
}

.border {
	border: 1px solid red;
}
