@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');

body, h1{
    font-family: 'Work Sans', sans-serif;
}
img {
    display: inline;
    max-width: 100%;
}
.header.header-prepare, 
.header.innernav,
.header .navbar-nav .dropdown-menu,
.header .nav .open>a, 
.nav .open>a:hover,  
.header .nav .open>a:focus{
    /*background: #1b1f21;
    background-color: rgba(27,31,33,0.95);*/
    background: #404954;
    background: rgba(64,73,84,0.9);
}
.header.header-prepare .navbar-nav li a{
    color: rgba(255,255,255,0.5) !important;
    font-family: 'Work Sans', sans-serif;
}
.navbar-nav .dropdown-menu > li > a:hover{
    color: #fff !important;
}
.header.innernav{
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 65px;
}
.nav-wrap .navbar-collapse{
    padding-top:20px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.header.header-fixed{
    height: 80px;
}
.header-fixed .nav-wrap .navbar-collapse, 
.header.innernav .nav-wrap .navbar-collapse{
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.header.innernav .logo a {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 160px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.header-fixed .logo a, .logo a{
    margin-top: 20px;
    width: 280px;
}
.logo a img{
    width: 90%;
}
.navbar-toggle, .navbar-header{
    float: right;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-nav li a{
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
    line-height: 15px;
    color: #fff !important;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding: 10px 8px;
    margin-top: 3px;
}
.navbar-nav li a:hover,
.header.header-prepare .navbar-nav li a:hover{
    background-color: transparent;
    color: #108965 !important;
}
.navbar-nav.navbar-right li:last-child a{
    border:0px;
    border-radius: 25px;
    margin-top: 3px;
    background: #fff;
    color: #404954 !important;
    font-weight: 500;
}
.navbar-nav.navbar-right li:last-child a:hover{
    background-color: #108965;
    color: #fff !important;
}
.header.header-prepare .navbar-nav.navbar-right li:last-child a{
    border:0px;
    border-radius: 25px;
    margin-top:3px;
}
.navbar-nav .dropdown-menu li:last-child a{
    border: 0px !important;
    border-radius: 0px !important;
}
.vmiddle {
    position: relative;
    top: 400px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
.banner-wrap{
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    background-color: rgba(64,73,84,0.5);
    background-blend-mode: soft-light;
}
.section-wrap{
    background:url(http://goodnaturemedia.com/files/goodnaturemedia.com/assets/about-us.png) no-repeat 100% 100% #eaebe7;
    padding: 150px 0 370px !important; 
}
h1{
    color: #404954;
    font-size: 44px;
    letter-spacing: -.03em;
    font-weight: 600;
    margin: 0 0 30px;
}
.banner-wrap p.lead{
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
}
p.lead {
    font-size: 24px;
}
.green{
   color: #108965 !important;
}
.btn-ghost,
.home-subform .form-group .btn-subscribe{
    background: #282f38;
    color: #fff;
}
.btn-ghost.bottom{
    margin-top: 15px;
}
.btn-green{
    background: #108965;
    color: #fff;
}
.btn.btn-green:hover{
    background: #108965;
    color: #fff;
}
.btn, .button{
    padding: 20px 35px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 0;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.btn:hover{
    background: #333a43;
    color: #fff;
}
.btn:hover:after {
    width: 120%;
    background-color: rgba(255,255,255,0);
    transition: all .3s ease-out;
}
.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
}
/*---------------------*/
.home-banner-hero {
    position: absolute;
    top: 590px;
    left: 0%;
    z-index: 1;
}
.home-banner-hero .mac {
    width: 1067px;
    height: 637px;
    background: url(http://goodnaturemedia.com/files/goodnaturemedia.com/assets/mac.png);
    position: absolute;
    bottom: 60px;
    left: 20px;
}
.home-banner-hero .mac-screen {
    position: absolute;
    top: 46px;
    left: 132px;
    width: 827px;
    height: 559px;
    overflow: hidden;
}
.mac-screen img{
    width: 665px;
}
.home-banner-hero .phone {
    width: 223px;
    height: 428px;
    background: url(http://goodnaturemedia.com/files/goodnaturemedia.com/assets/iphone.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.home-banner-hero .phone-screen {
    position: absolute;
    top: 48px;
    left: 23px;
    width: 174px;
    height: 308px;
    overflow: hidden;
    border-radius: 2px;
}
.icon .fa{
    color: #108965;
    font-size: 40px;
    border: 2px solid #108965;
    border-radius: 100%;
    padding: 15px;
}
/*---------------------*/
.animate-reveal {
  opacity: 0;
  -webkit-animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
     -moz-animation: reveal 2s ease-in 1 normal forwards;
       -o-animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
          animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
       -o-animation-delay: 900ms;
          animation-delay: 900ms;
}

.animate-second {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
       -o-animation-delay: 300ms;
          animation-delay: 300ms;
}

.animate-third {
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}


/*---------------------*/

/*** Works on common browsers ***/
::selection {
    background-color: #108965;
    color: #fff;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #108965;
    color: #fff;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #108965;
    color: #fff;
}

::-ms-selection {
    background-color: #108965;
    color: #fff;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #108965;
    color: #fff;
}
/*---------------------*/
.space{
    padding: 80px 0px !important;
}
.space2{
    padding: 35px 0px 10px 0px !important;
}
.space3{
    padding: 40px 0px !important;
}
/*---------------------*/
.footer-wrap{
    
    padding: 180px 0px !important;
}
#footer-bottom{
    padding: 25px 0 0px 0px !important;
}
.footer{
  padding-top: 0px !important
}
p.copyright{
    color: #fff;
    font-size: 12px;
}
#footer .social-icons-bg .social-icon{
    border-radius: 50%;
    color: #303841;
    font-size: 11px;
    min-width: 17px;
    width: 17px;
    height: 17px;
    padding: 0px;
    margin: 0px 10px;
}
#footer .social-icons-bg .social-icon i{
    margin-top: 4px;
}
.social-icons-bg-hover .social-icon.icon-instagram:hover{
    background-color: #fb3958;
}
.footer-links a{
    color: rgba(255,255,255,0.5) !important;
}
.footer-links a:hover{
    color: #fff !important;
    text-decoration: none;
}
.footer .icon .fa{
    font-size: 30px;    
}
.footer .icon .fa.fa-phone{
    padding: 15px 18px;
}
.footer .icon .fa.fa-map-marker{
    padding: 15px 21px;
}
/*---------------------*/
/*---------------------*/
/*---------------------*/
@media only screen and (max-width: 767px){
    .home-banner-hero{
        top: 290px;
        margin-left: -200px;
        left: 50%;
    }
    .home-banner-hero .mac-screen {
        top: 13px;
        left: 48px;
        width: 312px;
        height: 209px;
    }
    .home-banner-hero .mac {
        width: 400px;
        height: 239px;
        bottom: 50px;
        background-size: cover;
    }
    .home-banner-hero .phone {
        width: 80px;
        height: 154px;
        bottom: 20px;
        background-size: cover;
    }
    .home-banner-hero .phone-screen {
        top: 16px;
        left: 7px;
        width: 65px;
        height: 114px;
    }
}