body {font-family:'Roboto Slab';color:#444;}
.navbar-dark .navbar-nav .nav-link {color:#fff;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color:#ccc;}
.navbar-dark {background-color:#0e0b5f;}
h1,h2,h3,h4,h5,h6 {color:#0e0b5f;font-family:'Roboto Slab';margin-top:15px;}
header {padding: 100px 0;background: url("../img/tools2.jpg");background-attachment: fixed;background-position:center;background-size:cover;}
.btn {text-decoration:none !important;}
section a:link{color:#0e0b5f;text-decoration:underline;}
section a:visited{color:#0e0b5f;}
section a:hover{color:#ce7986;}
section a:active{color:#000;}
section {padding:100px 0;}
.intro {color:#fff;position:relative;padding-bottom:1.5rem;}
.reviews a:link{color:#0e0b5f;}
.reviews a:visited{color:#0e0b5f;}
.reviews a:hover{color:#ce7986;}
.reviews a:active{color:#000;}
.services {background: url("../img/tools.jpg");background-attachment:fixed;background-position:center;background-size:cover;}
.contact {background: url("../img/circuitry-bg.jpg") fixed repeat;}
@media (max-width:767px){
h1 {font-size:1.5rem;}
h2,h3,h4,h5,h6 {font-size:1.1rem;}
}
@media (min-width: 992px) {
  header {padding: 100px 0;}

}
@media (min-width: 1200px) {
  .intro .intro-text {color:#fff;width: 45%;}
}
