@import url(css/bootstrap.min.css);
@import url(css/navbar-fixed-top.css);
@import url(css/ie10-viewport-bug-workaround.css);
@import url(css/font-awesome.css);
@import url(css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900&subset=latin,latin-ext);
@import url(css/carousel.css);

body{
    font-family: 'Roboto', sans-serif;
    background-color: #2F76B8;
}

.introduction{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdd12b+0,fff212+100 */
    background-color: #E6E7E8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.introduction img{
    border: 5px solid #2F76B8; 
}

header{    
    background-color: #fff;   
}

.header{
    background-image: url(img/header-background.jpg);
    background-repeat: no-repeat;
}

header p{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

footer{
    background-color: #2F76B8;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    bottom: 0px; width: 100%;
    text-align: center;
}

footer a{
    color: #fff;   
}

footer a:hover{
    color: #fff212;
}

footer h3{
    font-size: 18px;
    text-align: center;
}

footer ul{
    padding-left: 0;
    list-style: none;
}

.cars{
    padding-top: 20px; 
    background-color: #fff;
}

.cars img{
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
}

.shell{
    background-image:url(img/shell-bg.jpg);   
}

.shell img{
    margin: 0 auto;
    float: none;
}

.page-template{
    background-color: #fff;
}

.contact{
    padding-top: 20px;
    padding-bottom: 20px;
}

.no-border img{
    border: 0;   
}

.no-padding{
    padding: 0;   
}

.img-right img{
    float:right;
}

.text-align-center{
    text-align: center;
}

.img-center{
    margin: 0 auto;
    float: none;   
}