* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: #fff;
}

nav ul li {
  text-transform: uppercase;
  display: inline-block;
}

a {
  color: #f9e934;
}

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

.navbar-toggle {
  width: 40px;
  height: 40px;
  /*background-color: rgba(255, 255, 255, .5);*/
  color: #333;
}

.navbar-custom .nav li a {
  font-family: Lato, sans-serif;
  color: #000;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:visited,
.navbar-custom .nav li a:focus {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  margin: 0;
  border: none;
  border-radius: 0;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .navbar-custom {
    position: fixed;
    background: #f9f9f9;
  }
  .navbar-custom .nav li a:hover {
    color: rgba(51, 51, 51, 0.5);
  }
  .navbar-custom .nav li a {
    font-family: Lato, sans-serif;
    color: #333;
  }
}

.navbar-custom .navbar-brand {
  font-family: Lato, sans-serif;
  color: #fff;
}

.navbar-custom .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.8);
}

.intro-header,
.about-header {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../img/1600-1.jpg);
  background-blend-mode: overlay;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-heading {
  padding: 150px 0;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
}

.intro-heading h1 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-size: 5em;
}

.intro-paragraph {
  font-size: 1.1em;
}

.about-header {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../img/1600-2.jpg);
  /*background-blend-mode: overlay;
    background-position: bottom center;
    background-repeat: no-repeat;*/
  background-size: cover;
  margin-top: 5px;
}

.content-header {
  width: 100%;
  background-color: #00a69c;
  margin: 15px 0;
  padding: 35px 0;
  text-align: center;
}

.content-header h1 {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 3em;
}

.content-header p {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  /*font-size: 1.1em;*/
  margin-top: 20px;
  text-align: left;
}

@media only screen and (max-width: 568px) {
  .intro-heading h1 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 3.5em;
  }
  .intro-heading h1 span {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .content-header p {
  }
}

@media only screen and (min-width: 768px) {
  .services-container {
    width: auto;
    max-width: 950px;
  }
}

.pp-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 10px auto 0;
}

.pp-name {
  text-align: center;
  padding-top: 5px;
  font-size: 0.85em;
  font-style: italic;
}

.pp-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.swiper-slide p {
  max-width: 500px;
  color: #333;
  margin: auto;
  text-align: center;
}

/*Section: Testing Purposes*/

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  /*padding: 1em 0 4em;*/
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;*/
  min-width: 320px;
  /*max-width: 480px;*/
  max-height: 360px;
  /*width: 48%;*/
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  /*display: block;*/
  max-width: 100%;
  max-height: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-apollo {
  background: #000;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.6, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(2.6, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}

figure.effect-apollo:hover figcaption::before {
  webkit-transform: scale3d(2.6, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(2.6, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}

.grid figure h2 {
  font-family: Lato, sans-serif;
  word-spacing: -0.1em;
}

.grid figure h2 span {
  font-weight: 900;
  letter-spacing: 1px;
}

figure.effect-apollo h2 {
  text-align: left;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 0.8em;
}

figure.effect-apollo .icon-cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  /*margin: 3em;*/
  padding: 0 1em;
  max-width: 100%;
  /*border-right: 4px solid #fff;*/
  /*text-align: right;*/
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo:hover .icon-cont {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-apollo .icon-cont img {
  opacity: 0.8 !important;
}

#googleMap {
  height: 500px;
  filter: grayscale(1);
}

.footer-container {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.copyright {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 0.7em !important;
}

.pco {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.7em !important;
}

@media only screen and (max-width: 568px) {
  .copyright {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center !important;
    font-size: 0.7em !important;
  }
  .pco {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center !important;
    font-size: 0.7em !important;
  }
}

/*End of section*/

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
