@charset "UTF-8";
.container .navbar-brand img {
    width: 150px;
    height: 150px;
}
body header {
    min-height: 340px;
    background-image: url(images/misc/truck-background.jpg);
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
}
nav, footer{
    background-color: #E8799C;
}
.row .col a:link,.row .col a:visited  {
    background-color: #45ACB5;
}
.row .col a:hover,.row .col a:active,.row .col a:focus{
    background-color: #36888f;
}
