/*
=============================
SITEWIDE STYLES
=============================
*/

* {
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

img {
  height: auto;
  width: 100%;
}

p {
  line-height: 2;
}

.container {
  max-width: 1900px!important;
}

a, p, img, h1, .container, h2, h3, h4, h5, h6, button, form, footer, section, header, span {
  max-width: 100%;
}

.banner-content {
  position: absolute;
  margin: auto;
  width: 95%;
  text-align: center;
  top: 60%;
  transform: translate(0, -40%);
}

h1.banner-header {
  font-size:3.5rem;
}


.service-img {
  background-color: #fafafa;
}

/*
=============================
FONT STYLES
=============================
*/

.text-success, .text-success-dark {
  font-size: 2.5rem !important;
}

.text-success {
  color: #73a176!important;
}

.text-success-dark {
  color: #ffa500;
}

.text-dull {
  color: #555555!important;
}

.filter-green {
  filter: invert(62%) sepia(29%) saturate(392%) hue-rotate(74deg) brightness(90%) contrast(88%);
}

.cta-phone {
  font-size: 1.3rem;
}

.bg-camera {
  background: url(/images/camera2.jpg) no-repeat fixed center;
}

/*
=============================
BACKGROUND STYLES
=============================
*/

.bg-success {
  background-color: #73a176!important;
}

.bg-dull {
  background-color: #555555!important;
}

.overlay {
  background-color: rgba(0,0,0,0.4);
  height: 100%;
}

.green-overlay {
  background-color: rgba(115,161,118,0.8);
}


/*
=============================
BUTTON STYLES
=============================
*/

.btn {
  background-color: #73a176;
  border: 5px solid #73a176;
  border-radius: 7px;
  box-shadow: 7px 7px rgb(50 50 50 / 50%);
  transition: 0.2s;
  position: relative;
  font-size: 1.3em;
}

.btn:hover {
  background: none;
}

.alt-btn {
  background-color: #73a176;
  border: 5px solid #73a176;
  border-radius: 7px;
  box-shadow: 7px 7px rgb(50 50 50 / 50%);
  transition: 0.2s;
  position: relative;
  font-size: 1.3em;
}

.alt-btn:hover {
   box-shadow: none;
}

.service-btn, .work-btn {
  width: 300px;
  max-width: 100%;
}


/*
=============================
NAV STYLES
=============================
*/

.navbar {
  font-size: 1.1rem;
  max-width: 80% !important;
  margin: 0 auto;
}

.navbar-toggler {
  border: 1px solid white!important;
}

.navbar-toggler-icon {
  color: white!important;
}

.nav-link {
  color: white;
  padding-right: .8rem !important;
  padding-left: .8rem !important;
}

.dropdown-item {
  color: white;
}

.dropdown-menu {
  background: transparent;
  border: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.mobile-nav-arrow {
  display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  top: 30px;
}


/*
=============================
FOOTER STYLES
=============================
*/

.footer-social i {
  font-size: 1.75em;
}


/*
=============================
HOMEPAGE
=============================
*/

.home-header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.home-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.home-header .container {
  position: relative;
  z-index: 2;
}

.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

.home-intro h2 {
  font-size: 4em;
  letter-spacing: 0.2em;
  line-height: 1.1em;
}

.home-intro h2 span {
  font-size: 1.67em;
  padding-top: 25px;
  line-height: 1em;
  display: inline-block;
}

.book-session {
  letter-spacing: 0.2em;
  line-height: 1.1em;
}

.statistics h2 {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 3em;
}

.statistics p {
  font-size: 1.2em;
}

.statistics .col-lg-4 h2 {
  font-size: 4em;
}

.testimonials svg {
  height: 30px;
  width: 30px;
  transform: rotate(180deg);
}

.testimonials img {
  width: 200px;
}

.image-stack-section {
	margin-top: 5em;
}
.overlay-image {
	float: left;
	width: 65%;
	z-index: 1;
	margin-left: 4em;
}

.underlay-image {
	float: right;
	width: 45%;
	bottom:21vw;
	margin-right: 4em;
}

.stack-text {
	margin-top: 30%;
}

.ml-5em {
	margin-left: 5em !important;
  }
}

.mr-2 {
	margin-right: 2em !important;
}

.mt-6 {
	margin-top: 20%;
}

.mt-7 {
	margin-top: 15%;
}

.pt-.5 {
	padding-top: 
}

.video {
    overflow: inherit !important;
    margin-top: 30%;
}
/*
=============================
INNER PAGES
=============================
*/

.inner-banner {
  height: 60vh;
  min-height: 600px;
}

.inner-banner h1 {
  margin-top: -150px;
}

/*
=============================
PHOTO VIDEO
=============================
*/

.pv-bg {
	background-color: #F1F1F1;
}
  
.pv-form {
  background-color: #F1F1F1;
}