h4 {
  color: #333;
  font-weight: 300;
}

.center {
  text-align: center;
}

.top-bar {
  z-index: 9999 !important;
  position: fixed;
}

.top-bar .logo {
  margin: 0;
  padding-left: 2rem;
  position: relative;
}
.top-bar .logo img {
  height: 3em;
  margin-top: .5em;
}
.top-bar .logo a {
  padding: 0;
}

.top-bar li a {
  color: #333;
  font-weight: 400 !important;
  font-size: 1rem;
  display: block;
  padding: 1.21rem 3rem 1.25rem 2rem;
  width: 100%;
  line-height: 1.6;
}

.servicevideo .responsive-embed {
    padding-bottom: 38% !important;
}

.videocropped {
  max-height: 39em;
  overflow: hidden;
  border: 1em solid #f5f5f5;
  padding-top: 2em;
  background: #f5f5f5;
}

.highlighter h1 span,
.highlighter h3 span,
.highlighter h4 span,
.highlighter p span {
  box-shadow: inset 0 -16px 0 #ffe167;}

.highlighter h1 span {
  box-shadow: inset 0 -42px 0 rgba(116,143,186, 0.8);}

.highlighter h3 span,
.highlighter h4 span,
.highlighter p span {
  box-shadow: inset 0 -16px 0 rgba(156,220,230,0.5);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.highlighter h3 span:hover,
.highlighter h4 span:hover,
.highlighter p span:hover {
  box-shadow: inset 0 -16px 0 rgba(156,240,250,.7);}

.highlighter-ecomm h1 span {
  box-shadow: inset 0 -42px 0 rgba(116,143,186, 0.8);
}
.highlighter-ecomm h4 span, 
.highlighter-ecomm p span {
  box-shadow: inset 0 -16px 0 rgba(116,143,186, 0.3);
}
.highlighter-export h1 span {
  box-shadow: inset 0 -42px 0 rgba(63,119,186, 0.8);
}
.highlighter-export h4 span, 
.highlighter-export p span {
  box-shadow: inset 0 -16px 0 rgba(63,119,186, 0.3);
}
.highlighter-local h1 span {
  box-shadow: inset 0 -42px 0 rgba(255,206,77, 0.8);
}
.highlighter-local h4 span, 
.highlighter-local p span {
  box-shadow: inset 0 -16px 0 rgba(255,206,77, 0.5);
}

.float-title {
  z-index: 3;
  position: absolute;
  left: 5em;
  top: 12.5em;
}
.float-title-right {
  z-index: 3;
  position: absolute;
  right: 6em;
  top: 14em;
  text-align: right;
}
.float-title h1,
.float-title-right h1 {
  color: #FFF;
  font-weight: 800;
  font-size: 5rem;
  line-height: 1.2;
}

.float-list {
  z-index: 3;
  margin: auto;
  position: absolute;
  top: 7.8em; left: 0; bottom: 0; right: 0;
}
.float-list .menu li,
.float-list .menu li a {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.float-list .menu li a:hover {
  box-shadow: inset 0 -9px 0 rgba(156,220,230,0.8);
}



.grey-background {
  background: #f5f5f5;
}
.dark-background {
  background: #121212;
  padding: 5em;
  height: 25em;
}
.dark-background h3,
.dark-background p {color: #FFF;}


.center-paragraph-small {
  padding-top: 10em;
  padding-bottom: 8em;
}
.center-paragraph-small h4 {
  line-height: 1.6;
  font-family: 'Muli';
}
.center-paragraph-small-link {
  text-align: right;
}
.center-paragraph-large {
  text-align: center;
  padding: 11em 0;
}

.option-container {
  /*min-height:40em;*/
  background: #121212;
  border: .5px solid #333;
  padding-bottom: 5em;
}
.option-container p,
.option-container h5,
.option-container h2 {
  color: #eee;
  padding-top: 1em;
}

.small-option-container {
  padding-top: 6em;
  padding-bottom: 3em;
}
.small-option-container h4,
.small-option-container p {
  padding-top: 1em;
}

.small-description-container {
  margin-bottom: 2em;
}

.home-option-video {
  overflow: hidden;
  width:1000000px;
}

.icon-circle {
  border: 1px solid #e3edf4;
  border-radius: 50%;
}

.half-column {
  padding-top: 10em;
}

.client-bar {
  padding-top: 26em;
  margin: 0;
  padding-bottom: 0;
}
.client-bar .option-container {
  padding-left: 5em;
  margin-bottom: 0;
}

.client-bar img {
  margin: .7em 0em;
}

.float-box{
  margin: 1em 2em;
  background: #FFF;
  border: 1px solid #aaa;
  box-shadow: 0 46px 113px -34px rgba(0,0,0,.15);
}
.float-box-empty{
  width: 97vw;
  min-height: 40em;
}
.float-box h1 {
  font-weight: 800;
  margin-bottom: .8em;}
.float-box h4,
.float-box h2 {
  margin-bottom: 1.2em;
}
.float-box-half{
  margin: 1em 0em;
}
.float-box-half-content{
  background-color: rgba(255,255,255,1);
  padding: 6em 5em;
  padding-top: 7em;
  margin: 2.8em auto;
  border: 1px solid #aaa;
  box-shadow: 0 46px 113px -34px rgba(0,0,0,.5);
}
.float-box-half-content h1 {
  color: #aaa;
  margin-bottom: .5em;
  font-weight: 600;
  font-family: 'Merriweather';
}

.fixed {
  position: fixed;
  width: 100em;
}
.floater {
  z-index: 2;
  position: absolute;
  top: 3em;
  left: 0;
}
.fixed video {
  width: 100vw;
}

.stats-box {
  text-align: center;
}
.stats-box h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
}
.stats-box-title {
  margin-bottom: 4em;
}
.stats-box-title h4 {
  color: #ddd;
  font-weight: 800;
}


.footer p,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer a {
  color: #fff !important;
}
.footer p {
  line-height: 1.1;
  margin-bottom: 0 !important;
}

.footer h5 {
  font-weight: 800;
}

.footer-square {
  min-height: 30em;
  background: #121212;
  padding: 5em;
  padding-top: 10em;
}

.footer-square2 {
  background: #F57165;
}

.button {
  background: #eee;
  padding: 1em 2em;
  margin: 2em auto;
}

.button p,
.button h3,
.button h4 {
  color: #121212 !important;
}


.contact {
  background-color: #C1DCE0;
  opacity: 1;
  min-height: 3em;
  padding-bottom: 5em;
  padding-top: 6em;
  text-align: center;
}

.contact h2,
.contact h1 {
  font-weight: 300;
  font-family: 'Open Sans';
}

.contact h2 {
  color: #000;
  opacity: 1;
  line-height: 1.5;
  margin-bottom: .8em; 
}

.contactbutton {
  background-color: #000;
  padding: .8em;
  min-height: 1em;
  border-radius: 8px;
  cursor: pointer;
}
.contactbutton h1 {
  font-size: 1.714em;
  color: #fff;
  opacity: 1;
  margin-bottom: 0.2rem;
}
.contactbutton:hover h1 {
  color: #C1DCE0;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
}

.logofooter {
  background-color: #111;
  min-height: 5em;
  padding: 1em;
  z-index: 2;
  text-align: center;
}

.footerLogo {
  opacity: .25;
  padding: 1em 1em 0 1em;
}
.footer p {
  color: #555;
  padding-top: .5em;
}

/*HOME*/
.home-option-1 {
  background-image: url(../img/elee1.png)
}






/*Media Queries */
/* Small only */
@media screen and (max-width: 39.9375em) {
  
  
  .float-list {
    visibility: hidden;
  }
  
  .float-title {
    left: 0em;
    top: 1em;
  }
  .float-title-right {
    right: 0em;
    top: 3em;
    text-align: right;
  }
  .float-title h1,
  .float-title-right h1 {
    font-size: 2.5rem;
  }
  
  .center-paragraph-small {
    padding-top: 2em;
    padding-bottom: 3em;
    text-align: center;
  }
  
  .small-option-container {
    padding-top: 2em;
    padding-bottom: 0em;
  }
  
  .small-option-container p,
  .small-option-container h5,
  .small-option-container h2 {
    padding-top: 0;
  }

  .small-description-container {
    margin-bottom: 0em;
  }
  
  .footer-square {
    min-height: 10em;
    padding: 2em;
    padding-top: 3em;
  }
  
  .footer-square .small-description-container {
    margin-bottom: 2em;
  }
}
