@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:100");
@font-face {
  font-family: Futura;
  src: url("/fonts/Futura Book font.ttf");
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, p.light, span.light, a.light {
  color: grey;
}
h1.light a, h2.light a, h3.light a, h4.light a, h5.light a, h6.light a, p.light a, span.light a, a.light a {
  color: grey;
}
h1.lesLight, h2.lesLight, h3.lesLight, h4.lesLight, h5.lesLight, h6.lesLight, p.lesLight, span.lesLight, a.lesLight {
  color: #787878;
}
h1.lesLight a, h2.lesLight a, h3.lesLight a, h4.lesLight a, h5.lesLight a, h6.lesLight a, p.lesLight a, span.lesLight a, a.lesLight a {
  color: #787878;
}
h1.smaller, h2.smaller, h3.smaller, h4.smaller, h5.smaller, h6.smaller, p.smaller, span.smaller, a.smaller {
  font-size: 15px;
}
h1.smaller a, h2.smaller a, h3.smaller a, h4.smaller a, h5.smaller a, h6.smaller a, p.smaller a, span.smaller a, a.smaller a {
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Futura, sans-serif;
  font-weight: 300;
  letter-spacing: 1.2px;
}

h1.heading {
  font-size: 52px;
}

h2.heading {
  font-size: 40px;
}

.fa.round {
  border-radius: 50px;
  padding: 12px 0 14px 0;
  background-color: #1d2228;
  color: white;
  height: 42px;
  width: 42px;
  text-align: center;
}

.icon {
  height: 48px;
  line-height: 48px;
}

/*!
 * Button
 */
.button {
  height: auto;
  padding: 1.2rem 3.2rem;
  font-size: 1.3rem;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0;
  border-radius: 50px;
  border: 2px solid #999;
  color: #999;
}

.btn {
  border-radius: 50px;
  padding: 10px 20px;
}
.btn.btn-success {
  color: white !important;
  background: transparent;
  border-width: 3px;
  border-color: #5bc236;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: #57ba34 !important;
  color: #fafafa !important;
}
.btn.btn-primary {
  color: white !important;
  background: transparent;
  border-width: 3px;
  border-color: white;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label {
  color: white;
}

#header {
  background-image: url("../img/hero-bg.jpg");
  height: 100vh;
  width: 100%;
  min-height: 686px;
  background-color: #252a30;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#header:before {
  content: "";
  display: block;
  position: absolute;
  min-height: 686px;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
#header .container {
  max-width: 720px;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}
#header .container .content {
  display: table-cell;
  position: relative;
  z-index: 10;
  text-align: center;
  vertical-align: middle;
}
#header .container .content .logo img {
  top: 2.5%;
  display: inline-block;
  left: 50%;
  width: 50px;
  height: auto;
  padding: 20px;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
  text-decoration: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .container .content .logo img {
  width: 100%;
}
#header .container .content h1.heading {
  color: #ffffff;
}
#header .container .content .contact {
  margin-top: 60px;
}
#header .container .content .learn-more {
  font-size: 16pt;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  margin-bottom: 30px;
}
#header .container .content .learn-more a {
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
#header .container .content .learn-more a i {
  color: lightgray;
}
#header .container .content .learn-more a:hover, #header .container .content .learn-more a:focus {
  color: #a0a0a0;
}
#header .container .content .learn-more a:hover i, #header .container .content .learn-more a:focus i {
  color: lightgray;
}
#header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}

#expertise {
  padding-bottom: 100px;
}
#expertise .container h2 {
  margin-top: 100px;
  margin-bottom: 20px;
}
#expertise .container .row .expertise-block {
  margin-top: 40px;
}
#expertise .container .row .expertise-block div i {
  color: #5bc236;
}
#expertise .container .row .expertise-block h3 {
  margin: 18px 0;
}

#portfolio {
  padding-top: 100px;
}
#portfolio .portfolio-item {
  border: none;
}
#portfolio .portfolio-item .portfolio-content {
  min-height: 350px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#portfolio .portfolio-item .portfolio-content h3 {
  margin-bottom: 20px;
}
#portfolio .portfolio-item .portfolio-image {
  padding: 50px 20px;
  height: 360px;
}
#portfolio .portfolio-item .portfolio-image .image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
#testemonials {
  padding: 100px 0;
}
#testemonials blockquote p {
  color: grey;
  padding: 25px;
  font-size: 1.25em;
  font-style: italic;
  text-align: center;
}
#testemonials cite {
  font-size: 1em;
  float: right;
  font-style: normal;
  color: grey;
}
#testemonials cite span {
  color: #5bc236;
  font-style: italic;
  text-decoration: none;
  font-size: 0.85em;
}

footer {
  background-color: #252a30;
  height: auto;
  padding: 60px 0;
}
footer div img {
  width: 100%;
  max-width: 320px;
  padding: 0px 80px 40px 0px;
  filter: grayscale(100%);
}

/* Overlay style */
.overlay {
  overflow: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #252a30;
}
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
.overlay .contact-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.overlay .contact-container h1 {
  color: white;
  font-size: 71pt;
}

/* Overlay closing cross */
/* Menu style */
/* Effects */
html, body {
  overflow-y: auto;
  overflow-x: hidden;
}
html.open, body.open {
  overflow: hidden;
}

.container {
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.container.overlay-open {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.container::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.container.overlay-open::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-contentpush {
  background: #252a30;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}
.overlay-contentpush.open {
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}

/*# sourceMappingURL=style.css.map */
