body {
	font-family: "Montserrat";
	text-align: center;
}
#title {
	background-color: #ff4c68;
	color: #fff; 
}
h1 h2 h3 h4 h5 {
	font-family: "Montserrat-Bold" !important;

}
p {
	color: #8f8f8f;
}

.big-heading {
	font-family: "Montserrat-Black";
	font-size: 3.5rem;
	line-height: 1.5;
}
.section-heading {
	font-size: 1.5rem !important;
	line-height: 1.5 !important;
}
.container-fluid {
	padding:3% 15% 7% !important;

}
.navbar {
	padding:0 0 4.5rem !important;
}
.navbar-brand {
	font-family: "Ubuntu"
	font-size: 3rem !important;
	line-height:1.5;
}

.nav-item {

	padding:0 18px;
}
.nav-link {
	font-size: 1.2rem;
	font-family: "Montserrat-Black" !important;
}
.title-image {
	width:875%;
	transform: rotate(25deg);
	/*z-index: -1;*/
	position: absolute;
	/*right: -30%;*/

}
/*Features*/
*#features {
	padding: 7% 15% !important;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

*.feature-box {
	text-align: center;
	padding-left: 4.5% !important;
}
.feature-box i {
	color : #ef8172;
	margin-bottom: 1rem;
}

.feature-box i:hover {
	color:#ff4c68;
}

/*Testomonial*/
#testimonials {
	
	text-align: center;
	background-color: #ff4c68;
	color: #fff; 
}
.carousel-item {
	padding: 7% 15%;
}
.testimonial-image {
	width: 10%;
	border-radius: 100%;
	margin: 20px;
}
#press {
	background-color: #ff4c68;
	text-align: center;
	padding-bottom: 3%;	 
}
.press-logo {
	width: 15%;

}
/*Pricong*/
#pricing {
	padding: 100px;
	text-align: center;
}
.pricing-column {
	padding: 3% 2%;
}

@media ( max-width: 1000px ){
	#title {
		text-align: center;
	}
	.title-image {
		width: 60%;
		position: static;
		transform: rotate(0);
		padding-top: 7%;
                padding-right:0;
		text-align: center;
	}
        #pricing {
                padding: 70px;
}
}
/*CTA*/
#cta {
	background-color: #ff4c68;
	color: #fff;
	padding: 7% 15%;
	text-align: center;
}
#footer {
	text-align: center;
}
