@font-face {
  font-family: 'Avenir';
  src: url(../fonts/AvenirLTStd-Roman.otf);
}

@font-face {
  font-family: 'AvenirBold';
  src: url(../fonts/AvenirLTStd-Bold.ttf);
}

html,
body {
  font-family: 'Avenir';
}

p {
  font-size: 14px;
}

textarea {
  resize: none;
}

#ic_git_logo {
  float: left;
  height: 80px;
}

#ic_menu {
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

#ic_close {
  cursor: pointer;
}

#hero {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: white;
  word-wrap: break-word;
  padding: 5%;
  width: 100%;
}

#hero-image {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-blend-mode: multiply;
  background: -webkit-linear-gradient(
      225deg,
      rgb(0, 128, 64) 0%,
      rgb(0, 168, 156) 35%,
      rgb(22, 136, 201) 67%,
      rgb(27, 69, 128) 100%
    ),
    url(../img/hero.jpg);
  background: linear-gradient(
      -135deg,
      rgb(0, 128, 64) 0%,
      rgb(0, 168, 156) 35%,
      rgb(22, 136, 201) 67%,
      rgb(27, 69, 128) 100%
    ),
    url(../img/hero.jpg);
  background-size: cover;
  opacity: 0.9;
  z-index: 1;
  /*-webkit-animation: Gradient 24s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate;
  -moz-animation: Gradient 24s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate;
  -o-animation: Gradient 24s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate;
  animation: Gradient 24s cubic-bezier(0.4, 0.0, 0.2, 1) infinite alternate;*/
}

#hero-shadow {
  height: 100vh;
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 50%,
    #000000 100%
  );
  background-image: linear-gradient(
    -180deg,
    rgba(0, 0, 0, 0) 50%,
    #000000 100%
  );
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

#us {
  text-align: center;
  color: white;
  width: 100%;
}

#us-page {
  background-color: #00579c;
}

#clients {
  color: #00579c;
  text-align: center;
  width: 100%;
}

#contact {
  color: white;
  width: 100%;
}

#contact-page {
  background-color: #00579c;
}

#cta {
  font-size: medium;
  font-size: initial;
  margin: 48px;
  margin: 3rem;
}

#nav-orbit-bullets {
  position: fixed;
  padding: 24px;
  right: 0;
  bottom: 0;
  top: 35%;
  z-index: 10;
}

#nav-logo-menu {
  position: fixed;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.vcenter {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-y: hidden;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.overlay a:hover,
.overlay a:focus,
#ic_menu:hover {
  color: rgba(0, 0, 0, 1);
}

.overlay .closebtn {
  position: absolute;
  padding: 24px;
  top: 24px;
  right: 0;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.77);
  border-radius: 28px;
  width: 48%;
  min-width: 165px;
  max-width: 454.12px;
  letter-spacing: 0;
}

.display-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -js-display: inline-flex;
}

.flex-vertical {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logo-form {
  border-radius: 50%;
  margin-right: 34px;
  height: 80px;
  width: 80px;
  background-color: white;
}

.form-control {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.74) !important;
}

.btn-outline-big {
  background-color: transparent;
  color: white;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border: 2px solid rgba(255, 255, 255, 0.77);
  border-radius: 28px;
  width: 48%;
  min-width: 165px;
  max-width: 454.12px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}

.orbit-bullets {
  z-index: 15;
  text-align: center;
  list-style: none;
}

.orbit-bullets li {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-bottom: 25px;
  text-indent: -999px;
  cursor: pointer;
  opacity: 0.54;
  background: white;
  border: 1px solid #a1a1a1;
}

.orbit-bullets .active {
  opacity: 0.87;
  background: -webkit-linear-gradient(
    225deg,
    rgb(27, 69, 128) 0%,
    rgb(22, 136, 201) 35%,
    rgb(0, 168, 156) 67%,
    rgb(0, 128, 64) 100%
  );
  background: linear-gradient(
    -135deg,
    rgb(27, 69, 128) 0%,
    rgb(22, 136, 201) 35%,
    rgb(0, 168, 156) 67%,
    rgb(0, 128, 64) 100%
  );
}

.row-header {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.sans-serif-bold {
  font-family: 'AvenirBold';
}

.section-title {
  font-size: 36px;
}

.section-subheader {
  line-height: 32px;
  font-size: 24px;
}

.btn:hover {
  color: white !important;
}

.btn:focus,
.btn.focus {
  color: #333 !important;
  text-decoration: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.drop-shadow {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="40" /><feOffset dx="3" dy="3" result="offsetblur" /><feFlood flood-color="rgba(21,21,21,0.8)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(2px 2px 40px rgba(21, 21, 21, 0.8));
  filter: drop-shadow(2px 2px 40px rgba(21, 21, 21, 0.8));
}

.form-control:focus {
  border-color: white !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.clients-logo {
  width: 100px;
  height: auto;
}

.service-logo {
  height: 68px;
  margin: 8px;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.74) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.74) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.74) !important;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.74) !important;
}

@-webkit-keyframes Gradient {
  0% {
    background: -webkit-linear-gradient(
        225deg,
        rgb(27, 69, 128) 0%,
        rgb(22, 136, 201) 35%,
        rgb(0, 168, 156) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background: linear-gradient(
        -135deg,
        rgb(27, 69, 128) 0%,
        rgb(22, 136, 201) 35%,
        rgb(0, 168, 156) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background-size: cover;
  }

  50% {
    background: -webkit-linear-gradient(
        225deg,
        rgb(27, 69, 128) 0%,
        rgb(22, 136, 201) 35%,
        rgb(0, 168, 156) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background: linear-gradient(
        -135deg,
        rgb(27, 69, 128) 0%,
        rgb(22, 136, 201) 35%,
        rgb(0, 168, 156) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background-size: cover;
  }

  100% {
    background: -webkit-linear-gradient(
        225deg,
        rgb(27, 69, 128) 0%,
        rgb(22, 136, 201) 35%,
        rgb(0, 168, 156) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background: linear-gradient(
        -135deg,
        rgb(27, 69, 128) 0%,
        rgb(22, 136, 201) 35%,
        rgb(0, 168, 156) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background-size: cover;
  }
}

@keyframes Gradient {
  0% {
    background: -webkit-linear-gradient(
        225deg,
        rgb(27, 69, 128) 0%,
        rgb(22, 136, 201) 35%,
        rgb(0, 168, 156) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background: linear-gradient(
        -135deg,
        rgb(27, 69, 128) 0%,
        rgb(22, 136, 201) 35%,
        rgb(0, 168, 156) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background-size: cover;
  }

  50% {
    background: -webkit-linear-gradient(
        225deg,
        rgb(27, 69, 128) 0%,
        rgb(0, 168, 156) 35%,
        rgb(22, 136, 201) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background: linear-gradient(
        -135deg,
        rgb(27, 69, 128) 0%,
        rgb(0, 168, 156) 35%,
        rgb(22, 136, 201) 67%,
        rgb(0, 128, 64) 100%
      ),
      url(../img/hero.jpg);
    background-size: cover;
  }

  100% {
    background: -webkit-linear-gradient(
        225deg,
        rgb(0, 128, 64) 0%,
        rgb(0, 168, 156) 35%,
        rgb(22, 136, 201) 67%,
        rgb(27, 69, 128) 100%
      ),
      url(../img/hero.jpg);
    background: linear-gradient(
        -135deg,
        rgb(0, 128, 64) 0%,
        rgb(0, 168, 156) 35%,
        rgb(22, 136, 201) 67%,
        rgb(27, 69, 128) 100%
      ),
      url(../img/hero.jpg);
    background-size: cover;
  }
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
