body {
    line-height: 1.7;
    color: gray !important;
    font-weight: 300;
    font-size: 1rem;
}
section {
	margin-top: 15vh;
}
.navbar{
	background-color: white;
}
.title {
	color: #94d153 !important;
}

.home-jumbotron{
	position: relative;
    min-height: 600px;
    height: calc(90vh);
}

.home-carousel {
	position: absolute !important;
    width: calc(100% - 50%);
    top: 0;
    height: 100%;
    z-index: -1;
/*    right: 50%;*/    
	min-height: 600px;
    overflow: hidden;
    border-bottom-right-radius: 200px;
}

.carousel-item {
    height: 100vh;
    position: relative;
}

.carousel-item > img{
	position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-title{
	margin-left: 45%;
}
.home-title h1{
	color: black;
	font-size: 8rem;
    font-weight: 900;
    line-height: 1;
}

.home-title p{
	margin-left: 15%;
}

.sub-title{
	font-size: 1.4rem;
    color: gray;
    font-weight: 300;
}


#about{
	min-height: 600px;
	background-image: url('../images/hero_2.jpg');
	background-size: cover;
	 background-position: center;
}

.floating-container{
	padding: 50px 25px;
	background-color: white;
	border-radius: 15px;
}



.testimonial{
	padding: 30px;
    color: #000;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    line-height: 1.7;
    border-radius: 15px;
}

blockquote{
	font-style: italic;
}

.round-image{
	width:100px;
	height: 100px;
	border-radius: 50%;
}

#contact{
	background-color: #2a2d3afe;
	position: relative;
	min-height: 300px;
}
.contact-form{
	position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    max-width: 600px;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    margin-left: auto;
    margin-right: auto;

}


@media only screen and (max-width: 1250px) {
	.home-title{
		margin-left:0;
	}
	.home-title h1 {
		font-size:6rem;
	}
	.home-carousel{
		width: calc(100% - 20%);
	}
}

@media only screen and (max-width: 700px) {
	.home-title{
		width:100%;
	}
	.home-title h1 {
		font-size: 4em;
	}
	.home-title p{
	margin-left: 0;
	}
}
