﻿.menu {
    margin: 30px auto;
}

.menu div{
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: 5px;
    padding: 15px;
    text-align: center;
    float: left;
    font-family: 'Roboto', sans-serif !important;
}

.menu div .menu-icon {
    vertical-align: middle;
    font-size: 60px;
    color: white;
    display: block;
    padding: 0 0 20px 0;
}

.menu div a .menu-text {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: white;
}

.menu div a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: white;
}

.backHome{
    color: white;
    font-size: 40px;
    text-decoration: none !important;
}

.backHome:hover{
    color: white;
    cursor: pointer;
}

.homeImage{
    font-family: 'Roboto', sans-serif !important;
    font-size: 120px;
}

.section{
    padding: 20px;
    color: #777;
    font-family: 'Roboto', sans-serif !important;
}

.section.alt {
    background-color: rgba(0, 0, 0, 0.09);
}

h2{
    font-size: 20px;
}

.home hr  {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 4px solid #eee;
}

.home hr.star{
    margin: 25px auto 30px;
    padding: 0;
    max-width: 450px;
    border: 0;
    border-top: solid 3px;
    text-align: center;
}

.home section div.divider{
    background-color: #4A4A4A;
}

.home-section{
    background-image: url(../Images/car2.jpg);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #dfdfdf;
}

.section-home{
    text-align: center;
    background-color:  rgb(28, 126, 189);
    color: white;
}

.welcome-image{
    height: 200px;
}

.section-info{
    padding: 40px;
    background-color: #eee;
}

.section-search{
    background-image: url(../Images/search.jpg);
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #dfdfdf;
    padding-top: 50px;
}

.search-icon{
    color: #1c7ebd;
    background-color: #eee;
    border-radius: 100%;
    height: 180px;
    width: 180px;
    line-height: 180px;
}

.headerImage{
    font-size: 20px;
}

.headerImage img{
    height: 40px;
    margin: 0 10px 5px 5px;
}

.companyLogo img{
    height: 200px;
    float: right;
}

.companyLogo{
    font-size: 50px;
    font-style: italic;   
    text-align: left;
}

.companyLogo:hover{
    cursor: pointer; 
}

.footer{
    background-color: #333;
    color: #eee;
    padding: 20px;
}

.footer-icon{
    padding-right: 10px;
}

.botom-footer{
    background-color: #666;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #eee;
    font-size: 12px;
}

#myCarousel{
    height: 345px;
}

.carousel-image{
    height: 345px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #dfdfdf;
}