/*
Theme Name: Boost Theme
Theme URI: http://boostbilling.com/
Description: A premium theme by Smokeball
Version: 1.0
Author: Megan Pugh
Author URI: http://boostbilling.com/
*/

/* Scss Document */
/*Colors*/
p {font-size:16px;}

.btn {
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  padding: 15px 30px;
}

.btn-green {
  background-color: #1ABC53;
  color: #ffffff;
border: 1px solid #1ABC53;
margin-top:10px;
margin-bottom:15px;
}

.btn-green:hover {
  background-color: #ffffff;
  color: #1ABC53;
border: 1px solid #1ABC53;
}

.btn-white {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.btn-white:hover {
  background-color: #e993f7;
  border: 2px solid #e993f7;
  color: #ffffff;
}
.btn-blue {
  background-color: #ffffff;
  color: #3d79c1;
border: 1px solid #3d79c1;
padding:10px 30px;
margin-top:-10px;
}

.btn-blue:hover {
  background-color: #ffffff;
  color: #1ABC53;
border: 1px solid #1ABC53;
}

/*Navigation*/
.get-started {
  border: 2px solid #4a90e2;
  border-radius: 5px;
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  color: #000;
  margin-top: 10px;
font-size:17px;
}

.boost-nav img {
  width: 200px;
  margin-top: 6px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

@media (min-width:768px) {
#boost-hero {
  margin-top: 80px;
}}




#boost-hero-intro h1 {
  font-weight: bold;
}

/*Hero intro media queries*/
@media (min-width: 1200px) {
  #boost-hero-intro {
    margin-top: -900px;
  }
}

@media (max-width: 1199px) {
  #boost-hero-intro {
    margin-top: -850px;
  }
}

@media (max-width: 991px) {
  #boost-hero-intro {
    margin-top: -700px;
  }
}

@media (max-width: 767px) {
  #boost-hero-intro {
    margin-top: -100px;
  }
}

@media (min-width:768px) {
#hero-img img {margin-top:-60px;}}

@media (min-width: 992px) {
  #boost-intro-inner {
    padding: 160px 250px 100px 250px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  #boost-intro-inner {
    padding: 60px;

  }
}


@media (min-width: 992px) {
  #boost-screenshot {
 padding-top: 150px;
  }
}

@media (max-width:767px) {#boost-screenshot {padding-top:50px;}}

#screen-text {
  color: #ffffff;
}

#screen-text h1 {
  font-weight: bold;
}

@media (min-width:767px) {#boost-intro {
margin-top:100px;
margin-bottom:50px;
}}

#boost-intro {color: #ffffff;}

#boost-intro h1 {
  font-weight: bold;
}


@media (min-width:768px) {#boost-icons {margin-top:100px; margin-bottom:100px;}}

@media (max-width:767px) {#boost-icons {margin-top:50px; margin-bottom:50px;}}

#boost-icons {
  text-align: center;
  color: #ffffff;
}






#boost-icons .btn {
  margin-top: 40px;
  margin-bottom: 40px;
}

#boost-icons p {
  font-size: 18px;
  margin-top: 30px;
}



@media (min-width: 992px) {
  .icon-pad {
    padding: 30px;
  }
}

.icon-pad img {width:70px;}

@media (min-width:767px){
#boost-signup {
  margin-bottom: 100px;
}}

#boost-signup h1 {
  font-weight: bold;
margin-bottom:20px;
}

#footer {
  border-top: 1px solid #ccc;
margin-top:45px;
}

#footer a {
  color: #e993f7;
}

#footer-inner {
  padding: 30px;
}

/*Background Diagonal Colors*/
.diag {
  background: #212531;
  background: linear-gradient(to right bottom, #4a90e2 50%, #1ABC53 50%);
}

.diagtwo {
  background: #212531;
  background: linear-gradient(to right bottom, #c762e2 50%, #4a90e2 50%);
}


.interior-header {margin-top:100px; text-align:center;font-weight:bold;color:#0033a0;}
.modal-body {color:#000;}
.scroll-header{display: none;background:transparent;}

.boost-background {
 background: url(http://boostbilling.wpengine.com/wp-content/uploads/boost-bg.png) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#boost-screenshot img {box-shadow: 0 1px 14px 5px rgba(0,0,0,0.09);}
#footer {background-color:#ffffff;}
.navbar-default .navbar-toggle {border-color:transparent;}


@media (min-width: 768px){
.lead {
    font-size: 19px;
}}


@media (min-width:992px) {#boost-hero-txt {padding-left:150px;margin-top:50px;}}

@media (min-width:768px) and (max-width:991px) {#boost-intro-inner {margin-top: 120px;}}


.hero-screenshot-two img, #boost-screenshot3 img, #boost-intro img {box-shadow: 0 1px 14px 5px rgba(0,0,0,0.09);}
.hero-screenshot-two {margin-top:55px;}
@media (min-width:767px) {
#boost-screenshot3 {margin-top: 100px;}}
@media (min-width:768px) {
#boost-hero-4 {margin-top:100px;}}

.boost-timer img {max-width:20px;}
@media (min-width:992px) {#boost-timer-text {margin-top:100px;}}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color:#1ABC53;}

