.dark-header
.navbar-default
.navbar-nav > li > a
{
color:#ffc400;
}

.navbar-brand > img
{
    height:70px;
    width:350px;
    }
    
.floated{
    float: left;
    margin:0px 10px 0px 10px;
}    

p
{
    text-align: justify;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img
{
    height:350px;
    width:2000px;
    }

.get-a-quote 
{
    font-size:20px;
    }
    @media only screen and (min-device-width: 320px)  and (max-device-width: 480px) {
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height:150px!important;
    
}
}