body {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 { 
  font-weight: 300;
  line-height: 1.5;  
}
p {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 16px;
  
}
*,
*:focus { 
  outline: none !important 
}
a { 
  color: #2d2d2d; 
}
a:hover,
a:focus {
  color: #0c86b6;
  text-decoration: none;
}
.hiding { opacity: 0 }
.showing { opacity: 1 }
.img-rounded {
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
.btn {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
      -ms-transition: all .2s;
          transition: all .2s;
}
.btn-blue {
  color: #fff;
  background-color: #0093cf;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-green {
  color: #fff;
  background-color: #71be3c;
}
.btn-green:hover,
.btn-green:focus {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark {
  color: #fff;
  background-color: #2a3940;
}
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #2a3940;
}
.fading-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(../img/fading-line.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.border {
    width: 40px;
    background-color: #7bdd4d;
    margin: 0 auto;
    height: 4px;
}

/* Navbar
 * ================================ */

#navbar-top { 
  min-height: 51px; 
}
.navbar-default {
  margin-bottom: 0;
  border-top: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: none;
  border-bottom: 1px solid #efefef;
  background-color: #FFF;
  padding: 12px 0;

  -webkit-transition: ease-in-out .2s;
     -moz-transition: ease-in-out .2s;
      -ms-transition: ease-in-out .2s;
       -o-transition: ease-in-out .2s;
          transition: ease-in-out .2s;
}
.navbar-default .navbar-brand {
  font-weight: 600;
  text-transform: uppercase;
  color: #ACC5E0;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 300;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle {  
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;  
}
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #333 
}
.navbar-default.affix {
  top: 0;
  z-index: 99;
  width: 100%;
  border-bottom-color: transparent;
     -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
     -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
     box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
     padding: 0;
}
.page,
.section { 
  overflow: hidden;
  text-align: center;
  padding-top: 100px;
  background-color: rgba(234, 234, 234, 0);
}
.page .content {
  padding: 60px 0; 
}

.page .heading h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
}
.page p {
  margin: 20px auto 0;
  padding-bottom: 100px;  
}
/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) {
  .page,
  .section { 
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
    background-color: rgba(234, 234, 234, 0);
  }
  .page .content {
    padding: 60px 0; 
  }

  .page .heading h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
  }
  .page p {
    margin: 20px auto 0;
    font-size: 14px;
    padding-bottom: 50px;  
  }
}

.section-b  {
  background-color: rgba(234, 240, 243, 0.36);
}

#home {
  xbackground-image: url('../img/index-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  background-color: #b1dce8;
  color: #fff;
  height: 100%;
  padding-bottom: 80px;;
}
.header {
  padding-top: 140px;
  padding-bottom: 100px;
}
.logo {
  width: 51px;
  height: 51px;
}

br {
  display: block;
}

#home h1 {
  font-size: 65px;
  margin-top: 10px;
  color: #fff;
  font-weight: 300;
}

#home h3 {
  font-size: 23px;
  margin-top: 10px;
  font-weight: 200;
}
a.arrow {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 35px; /* border radius */ /* prevents bg color from leaking outside the border */
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.52);
  display: block;
  margin: 0 auto;
  color: #fff; /* layer fill content */
}
a.arrow:hover {
  background: rgba(239, 239, 239, 0.3);
  border-color: #efefef;
  
}
.arrow i {
  font-size: 25px;
  line-height: 1.4;
}

/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) {
  #home {
    height: 100%;
    padding-bottom: 80px;;
  }

  .header {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .logo {
    height: 51px;
    width: 51px;
  }

  br {
    display: none;
  }

  #home h1 {
    font-size: 42px;
    margin-top: 15px;
  }

  #home h3 {
    font-weight: 200;
    font-size: 18px;
    margin-top: 10px;
  }
  a.arrow {
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 35px; /* border radius */ /* prevents bg color from leaking outside the border */
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.52);
    display: block;
    margin: 0 auto;
    color: #fff; /* layer fill content */
  }
  a.arrow:hover {
    background: rgba(239, 239, 239, 0.3);
    border-color: #efefef;
    
  }
  .arrow i {
    font-size: 25px;
    line-height: 1.4;
  }
}

#about {
  padding-bottom: 20px;
}

/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) {
  #about {
  }
}

#features {
  background-color: #eaeaea;

}
/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) {
  #features {
    background-color: #eaeaea;

  }
}


#work .heading {
  padding-bottom: 40px;
}

.work {
  background-color: #fff;
  padding-bottom: 30px;
}
.work img {
  position: relative;
  padding-top: 50px;
}

/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) {

  #work .heading {
    padding-bottom: 40px;
  }

  .work {
    background-color: #fff;
    padding-bottom: 30px;
  }
  .work img {
    position: relative;
    padding-top: 0;
  }

}

#contact {
  
}

.contact {
  background-color: #eaeaea;
  padding-bottom: 100px;

}
.contact p {
  padding-bottom: 50px;

}

.contact-info {
  width: 440px;
  display: block;
  margin: 0 auto;;

}
.contact-info li {
  display: block;
  text-align: left;
  
}

.contact-info  h4 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  margin: 5px;

}

.contact-info img {
  width: 20px;
  display: inline-block;
  
}

/* max-width 640px, mobile-only styles */
@media only screen and (max-width: 40em) {
  #contact {
    
  }

  .contact {
    background-color: #eaeaea;
    padding-bottom: 100px;

  }
  .contact p {
    padding-bottom: 50px;

  }

  .contact-info {
    padding: 0 10px;;

  }
  .contact-info li {
    display: block;
    text-align: left;
    
  }

  .contact-info  h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 5px 0;
    padding-left: 10px;

  }

  .contact-info img {
    display: inline-block;
    width: 15px;
    
  }
}

