body {font-family: 'Roboto', sans-serif;}
.site-branding img{max-width:200px;}
.banner {
    background: url(http://rockstarappliance.com/wp-content/uploads/2018/07/bg-new.jpg);
    height: 100vh;
    background-size: cover;
    min-height: 800px;
    padding-top: 35vh;
}
.banner h1{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 38px;
    color: white;
    margin-bottom: 20px;
}
.banner p{
    font-size: 18px;
    color: #bbb8b9;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 40px;
}
.out-button:hover{
    background: #fef100;
    border: 2px solid transparent;
    color:black !important;
}
.out-button {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: white !important;
    border: 2px solid #fef100;
    padding: 11px 28px;
    border-radius: 30px;
}

.services {
    padding: 120px 0;
    background: #fbfbfb;
}
.services h2{margin-bottom: 30px;}
.services p{margin-bottom: 50px;}

.white-box:hover {
transform: translateY(-10px);
    box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
}
.white-box {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 16px;
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 0 7px 20px -10px rgba(171,171,171,.7);
    transition: all .55s ease;
}
.white-box img{margin-bottom: 20px;}
.white-box p{
    font-size: 13px;
    color: #8a8a8a;
    font-weight: 300;
    margin-bottom: 0;
}
.white-box p strong{
    text-transform: uppercase;
    color: #222222;
    font-weight: 500;
}

.who {
    padding: 120px 0 0;
    background: #222222;
}
.who h2{
    color: white;
    border-bottom: 10px solid #fcef01;
    width: fit-content;
    margin: 0 auto 50px;
}
.who p{
    font-size: 18px;
    color: #bbb8b9;
    font-weight: 400;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}
.who img{width: 99%;}
.no-padd {
    padding: 0 !important;
    margin: 0 !important;
}

.reach {
    background: #ebebeb;
    padding: 120px 0 0;
}
.reach h2{margin-bottom: 30px;}
.reach p{
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    line-height: 25px;
    margin-bottom: 50px;
}
.reach p a{
    color: #000 !important;
    font-weight: 500;
}

.reviews {
    background: #181818;
    padding: 70px 0;
}
.quote-img{margin-top: -90px !important;}
.reviews img{
    margin-right: 20px;
    float: left;
    margin-top: -5px;
}
.reviews p span{
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, .5);
}
.reviews p{
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, .8);
    letter-spacing: 1px;
    font-weight: 400;
}

.white-form {
    background: white;
    padding: 30px 15px 50px;
    max-width: 550px;
    margin: auto;
}
input::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, .7);
}
.main-inp {
    background: #0ab096;
    border: 0 !important;
    margin-bottom: 15px;
    height: 55px !important;
    padding: 15px !important;
    color: white !important;
    font-size: 14px;
}
.text-inp {
    background: #0ab096;
    border: 0 !important;
    margin-bottom: 15px;
    height: 115px !important;
    padding: 15px !important;
    color: white !important;
    font-size: 14px;
}
.sub-inp {
    background: #000 !important;
    border: 0 !important;
    margin-bottom: 0;
    height: 55px !important;
    padding: 15px 35px 15px 15px !important;
    color: white !important;
    font-size: 14px !important;
    width: 100%;
    text-align: right;
}


@media screen and (max-width: 60em) {
    .banner {
    height: auto; 
    min-height: inherit;
    padding: 100px 30px;
    }
    .services, .who, .reach {
    padding: 60px 0 0;
    }
    h2{
    margin-bottom: 20px !important;
    }
    .white-box p {
    font-size: 16px;
    }
    .who p {
    width: 80%;
    }
    .reviews {
    padding: 60px 40px;
    }

    
    
    
    
    
    
    
}