* {
    font-family: 'Times New Roman', Times, serif;
}

nav a {
    font-size: 17px !important;
}

.carousel-caption {
    margin-bottom: 15%;
}

.carousel-caption h1 {
    font-size: 60px;
}

.carousel-caption p {
    font-size: 17px;
}

.carousel img {
    filter: brightness(50%)
}

.about {
    margin-top: 6%;
}

.about img {
    width: 80%;
    height: 80%;
}

.about p {
    margin-top: 2%;
    text-align: justify;
}

.about-photo {
    text-align: right;
}

.about h1 {
    padding-top: 6%;
}

.hero {
    background-image: url("/img/5.png");
    background-size: cover;
}

.hero h1 {
    font-size: 40px;
    text-align: center;
    color: white;
    margin-top: 10%;
}

.hero .col-md-12 {
    text-align: center;
}

.hero p {
    margin-top: 1%;
    color: white;
    margin-bottom: 2%;
    font-size: 17px;
}

.hero button {
    width: 15%;
    margin-bottom: 10%;
}

.testimonial-slider {
    margin-top: -3% !important;
}

.testimonial-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #212529;
    border-radius: 100%;
}
.testimonial-slider {
    padding: 10px 0px 40px;
}

.reviews-headline {
    text-align: center;
}

.reviews-headline p {
    font-size: 17px;
}

.reviews-headline h1 {
    margin-top: 8%;
    margin-bottom: 3%;
}

.review-button {
    margin-bottom: 5% !important;
}

.review-button a {
    text-decoration: none;
}

.review-button button {
    margin-top: -5% !important;
    width: 30%;
    margin: auto;
    display: block;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

.review-button button:hover {
    color: black;
    background-color: white !important;
}

footer a {
    text-decoration: none;
}

footer p {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {

    .carousel-item img {
        width: 350% !important;

    }
    .carousel-caption h1 {
        font-size: 45px;
    }
    
    .carousel-caption p {
        font-size: 16px !important;
        margin-bottom: 35%;
    }

    .carousel-control-prev  {
        display: none !important;
    }

    .carousel-control-next {
        display: none !important;
    }

    .about h1 {
        text-align: center;
        margin-bottom: 5%;
    }

    .about-photo {
        text-align: center;
        margin-top: 5% !important;
    }

    .hero {
        height: 300px;
    }

    .hero h1 {
        margin-top: 23%;
        font-size: 20px;
    }

    .hero p {
        font-size: 12px;
    }

    .hero button {
        width: 40%;
        margin-bottom: 10%;
        margin-top: 10%;
    }

    .testimonial-slider {
        margin-top: -15% !important;
    }

    .testimonial-slider p {
        font-size: 15px;
    }

    .review-button button {
        width: 60%;
    }

    .d-none {
        display: block !important;
    }
    
    /* .index1, .index2 {
        display: none !important;
    } */

    p {
        font-size: 12px !important;
    }

    .reviews-headline {
        font-size: 20px;
    }

    .text-center .p-3 {
        font-size: 10px;
    } 
    

  }