
body{
    background-image: url('../img/background.jpg');
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.background-image {
    background-image: url(assets/img/background.jpg);
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

a:hover{
    color: #212529;
    text-decoration: none;;
}

.title-web {
    font-size: 35px;
    color: #fff;
}

.title-web:hover {
    color: #fff;
}

.title-div {
    margin: auto;
}

.paragraph-rent {
    font-size: 22px;
    margin: 25px 0;
}

img.card-img-top {
    max-height: 230px;
}

.title-index-page {
    font-weight: 600;
    margin: 20px 0;
    font-size: 70px;
    color: #6aaf08;
}

.subtitile-index-page {
    color: #6aaf08;
    font-weight: 600;
}

.title2-index-page{
    font-weight: 600;
    margin: 30px 0 10px 0;
    font-size: 50px;
    color: #6aaf08;
}

.subtitile-index-page {
    font-size: 36px;
}

.discount {
    background-color: #79ae04;
    height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}

.discount-list {
    font-size: 20px;
    height: 30px;
}

.margin-row {
    margin: 20px 0;
}

.title-card {
    font-size: 18px;
}


.card-header {
    min-height: 66px;
    text-align: center;
}

h5.price.text-center {
    font-size: 30px;
    color: #6aaf08;
}

a.btn.btn-lg.btn-block.btn-outline-primary {
    background-color: #343a40;
    color: #fff;
    border: 1px solid #343a40;
    border-radius: 0;
}

a.btn.btn-lg.btn-block.btn-outline-primary:hover {
    background-color: #6aaf08;
    color: #fff;
    border: 1px solid #6aaf08;
    border-radius: 0;
}

.btn-booking {
    background-color: #343a40;
    color: #fff;
    border: 1px solid #343a40;
    border-radius: 0;
}

.btn-booking:hover {
    background-color: #6aaf08;
    color: #fff;
    border: 1px solid #6aaf08;
    border-radius: 0;
}

.location-address {
    font-size: 22px;
    font-weight: 500;
}

.filters-options {
    padding: 18px 0;
}

.list-vehicles {
    margin: 5px;
}

.total-vehicles {
    font-size: 20px;
}

.page-item:first-child .page-link {
    background-color: #343a40;
    color: #fff;
    border: 1px solid #343a40;
    border-radius: 0;
}

.page-item:first-child:hover .page-link {
    background-color: #6aaf08;
    color: #343a40;
    border: 1px solid #6aaf08;
    border-radius: 0;
}

.page-link {
    background-color: #343a40;
    color: #fff;
    border: 1px solid #343a40;
    border-radius: 0;
}

.page-link:hover {
    background-color: #6aaf08;
    color: #343a40;
    border: 1px solid #6aaf08;
    border-radius: 0;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6aaf08;
    border-color: #6aaf08;
}

.page-item:last-child .page-link {
    background-color: #343a40;
    color: #fff;
    border: 1px solid #343a40;
    border-radius: 0;
}

.page-item:last-child:hover .page-link {
    background-color: #6aaf08;
    color: #343a40;
    border: 1px solid #6aaf08;
    border-radius: 0;
}

footer {
    margin: 25px 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .title-section {
        font-size: 28px;
    }

    .title-web {
        font-size: 22px;
        color: #fff;
    }

    h1.display-4 {
        font-size: 30px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}