@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');

*{
	padding: 0;
	margin: 0;
}
a{
	color: inherit;
}

#dashboard{
    background-color: rgb(89, 179, 101)!important;
    color: rgb(21, 66, 27);
    font-family: 'Josefin Sans', sans-serif;
}
#dashboard h1, #dashboard h2, #dashboard h3, #dashboard h4, #dashboard h5, #dashboard h6{
    font-weight: 700;
}
#dashboard th{
    font-weight: 400;
}

.navbar-brand{
    color: rgb(21, 66, 27);
}
.carousel-caption{
    top: 150px;
}
.carousel-caption h1{
    font-size: 4rem;
}
.carousel{
    max-height: 700px;
    overflow: hidden;
}
.plans ul{
    list-style-type: '*';
}

/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 80px;
	background-color: #f7f7f7;
	padding: 60px 0px;
    height: 500px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: var(--red);;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}
.about-text{
	font-family: 'Josefin Sans', sans-serif;
}
.about-text h2, .about-text h4{
	font-family: 'Acme', sans-serif;
	color: cornsilk;
}


@media (max-width: 720px){
    .carousel-caption{
        top: 10px;
        font-size: 12px;
    }
    .carousel-caption h1{
        font-size: 20px;
    }
	#address{
		font-size: 14px;
	}
}