
.main-container {
    border-right: solid #f48c1d 1px;
    border-left: solid #f48c1d 1px;
}

.main-navigation
{
    width:100%!important;
    margin: auto;
    background: url(../images/manu-back.png) repeat-x center center;
}
.ul-navbar {
    width: 100%!important;
}

.ul-navbar li {
    text-align: center;
    padding: 0 20px 0 20px;
    border-right: solid 1px;
    border-left: solid 1px;
}
.ul-navbar li a {
    text-align: center;
    color:#000!important;
    text-transform:uppercase;
    font-size:14pt;
    font-weight: bold;
}

.ul-navbar li a:hover
{
    color:red!important;
}

.right-header
{
    color: red;
    float:right;
    text-align:right;
    font-size:2.7em

}

.car-image {
}
p {
    text-align: justify;
}

h1,h2,h3,h4,h5 {
    color: white;
}
.car_list {
    height: 1000px;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
}
ul li, ul li a {
    color: black;
}

.part-head {
    background-color:#f48c1d;
    color: white;
    font-weight: bold;
    font-size: large;
    padding:6px;
    text-align:center;
}

.part-body {
    padding: 0;
    height:auto;
}


.part-body {
    padding-bottom: 20px;
}


.part-body ul li, .part-body ul li a {
    color: white;
}

.footer-tab {
    background-color:#918e96;
    padding:6px;
    margin-top:1em;
    text-align:center;
    font-size:1.2em;
}

.footer-tab a {
    color: white;
}