header{background-image: url("../img/header-bg.png");height: 460px;background-repeat: no-repeat;background-attachment: fixed;}
.navbar-default {
    background-color: hsla(0, 0%, 0%, 0);
    border-color: hsl(0, 0%, 91%);
    border: 0;
}
.navbar-default .navbar-nav > .active > a{background-color: transparent;color: white;}
.navbar-brand > img {
    display: block;
    margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: hsl(0, 0%, 100%);
    font-family: 'Lato', sans-serif;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}


.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > .active > a:hover{color: hsl(45, 96%, 51%); background-color: transparent}
.navbar-nav{margin-top: 28px}
.navbar-nav li a.demo{    color: hsl(45, 96%, 51%);
    border: 2px solid;
    border-radius: 34px;
    padding: 7px;
    width: 84px;
    text-align: center;
    margin-top: 7px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out}
.navbar-nav li a.demo:hover{color: white; background-color: hsl(45, 96%, 51%); border-color: hsl(45, 96%, 51%)}


header .header-content{margin-top: 80px}
header .header-content h3{
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    }
header .header-content button{
    background-color: hsla(0, 0%, 0%, 0);
    border: 0;
    background-image: url('../img/setItInActionBtn.png');
    height: 48px;
    width: 200px;
    text-align: center;
    background-repeat: no-repeat;
    color: hsl(0, 0%, 100%);
    margin-top: 10px;
    }

.reviews img{
    margin-left: -17px;
    margin-top: -95px;
    width: 728px;
    height: 609px;
    }



.EliminateNegativeReviews{background-image: url("../img/grayBg.png");height: 759px;background-size: cover;background-repeat: no-repeat;background-attachment: fixed;}
.EliminateNegativeReviewsContent h3{margin-top: 255px}
.EliminateNegativeReviewsContent img{margin-top: 105px}

.BuzzStreamSection, .EliminateNegativeReviews{margin-top: 100px}
.BuzzStreamSection img{margin-left: -15px}



.DetailedROIReports img{margin-top: 255px}
.GuaranteedAdoption{margin-top: 115px}

footer {margin-top: 85px}
footer ul{list-style-type: none;margin-left: -40px;}
footer ul li{float: left;padding: 20px;margin: 0;padding: 0;}
footer ul li a{font-family: 'Lato', sans-serif;
    color: hsl(208, 56%, 46%);
    text-decoration: none;
    color: hsl(0, 0%, 60%)}
footer p{color: hsl(0, 0%, 60%);font-family: 'Lato', sans-serif}
footer span{margin: 0 20px;color: #ddd;}
footer .footerContent{width: 90%;border-top: 1px solid hsl(0, 0%, 87%);padding: 25px 0 70px 0; margin: 0 auto;}



/* Styles in different places */
.reviews h3, .EliminateNegativeReviews h3, .BuzzStreamSection h3, .GuaranteedAdoption h3{color: #e76834;font-family: 'Lato', sans-serif}

.reviews p, .EliminateNegativeReviews p, .BuzzStreamSection p, .GuaranteedAdoption p{font-family: 'Lato', sans-serif;color: #515151; line-height: 2; width: 80%}
button{font-family: 'Lato', sans-serif}
.reviews button, .EliminateNegativeReviews button, .BuzzStreamSection button, .GuaranteedAdoption button
        {
          color: #e76834;
          border: 2px solid;
          width: 160px;
          background-color: hsla(0, 0%, 0%, 0);
          padding: 7px;
          border-radius: 20px;
          margin-top: 20px;
          transition: all .5s ease-in-out;
          -webkit-transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          -ms-transition: all .5s ease-in-out;
        }
.reviews button:hover, .EliminateNegativeReviews button:hover, .BuzzStreamSection button:hover, .GuaranteedAdoption button:hover{color: white; background-color: hsl(17, 79%, 55%)}

.detailed-roi-graphic { margin-top: 3em; }

@media (max-width: 767px) {
  .navbar ul li a{width: 50%;margin: 0 auto;text-align: center}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus ,.navbar-default .navbar-toggle {
    background-color: hsla(0, 0%, 0%, 0);
    border: 0;
    color: hsl(0, 0%, 100%);
    margin: 20px 31px 0 0;
    }
}

@media (max-width: 645px) {
  footer ul li{float: none}
  footer ul span{display: none}
}

@media (max-width: 767px) {
  .BuzzStreamSection img{margin-top: 255px;}
  .GuaranteedAdoption img{margin-top: 255px}
}
