header{background-image: url("../img/mainpageheaderbg.png");height: 567px;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;
    }

header .header-content p{    color: hsl(0, 0%, 100%);
    line-height: 2;
    font-family: 'Lato', sans-serif;
    font-size: 15px}

header.with-video .header-content{ margin-top: 0; }
header.with-video .header-content video {
  max-width: 480px;
  max-height: 270px;
  width: 100vw;
  height: 100%;
}
header.with-video .header-content a {
  display: block;
  width: 202px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.Collect-Reviews-Faster img{margin-top: -105px}
.boxes{margin-top: 100px;background-image: url("../img/ProductGrayBg.png");/* height: 1035px; */background-size: cover;background-repeat: no-repeat;/* background-attachment: fixed; */}
.boxes{margin-top: 80px}
.boxes .box img{margin: 0 auto}
.boxes .box p{min-height: 200px;}
.boxes .box h3{margin-top: 50px}
.boxes .box .specialh3{margin-top: 78px}
.boxes .box{
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.557px 3.961px 30.78px 7.22px rgba(118, 118, 150, 0.1);
  width: 98%;
  margin: 0 auto;
  z-index: 44;
  padding: 35px;
  margin-bottom: 35px;
}

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 */
.boxes .box h3, .Collect-Reviews-Faster h3{color: #e76834;font-family: 'Lato', sans-serif}

.boxes .box p, .Collect-Reviews-Faster p{font-family: 'Lato', sans-serif;color: #515151; line-height: 2}
button{font-family: 'Lato', sans-serif}
.Collect-Reviews-Faster button, .boxes .box 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;
        }
.boxes .box button:hover, .Collect-Reviews-Faster button:hover{color: white; background-color: hsl(17, 79%, 55%)}

@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;
    }

  header.with-video .header-content{ margin-top: 60px; }
}


@media (max-width: 338px) {
  .Collect-Reviews-Faster img {margin-top: -75px}
}


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

@media (width: 768px) {
  .boxes .box .specialh3 {
    margin-top: 78px;
    margin-bottom: 35px}
}
