	body {

		text-align: center;
	}

	h2,h3 {

		font-family: 'Montserrat';
	}


	h3 {

		font-size: 1.2rem;

	}



	h2 {

		font-size: 3rem;
		line-height: 1.5;
	}


	p {

		color:#8f8f8f;
	}

	i {

		color: #ef8172 ;
		margin-bottom:7%;

	}




	* #title {

		background-color: #ff4c68;
		position: relative;

	}

	.logo-title{
		font-size: 3.5rem;

	}

	.row h1 {
		color: white;
		font-family: 'Montserrat', sans-serif;
		font-size: 3rem;
		line-height: 1.5;
	}

	.mini-icon {color: white;}

	.container-fluid {

		padding: 7% 15%;

	}


	/* NavBar */ 

	.navbar {

		padding: 0 0 4.5rem;

	}

	.navbar-brand 
	{

		font-family: "Ubuntu";
		font-size: 2.5 rem;
		font-weight: bold;
	}

	.nav-item {

		padding: 0 18px;
	}

	.nav-link {
		font-size: 1.1rem;
		font-weight: lighter;

	}


	/* Download Button */ 


	.download-button{

		margin: 5% 3% 5% 0;
	}



	/*title-image  */ 

	.title-image{

		width: 50%;
		transform: rotate(25deg);
		margin-left: 20%;



	}

	/*features Section */ 



	#features {

		background-color: white;


	}



	/* mouse over link */


	.icon:hover{

		color: #ff4c68;
	}


	/* testimonials*/ 


	#testimonials {



		background-color: #ef8172;
		color: white;
		font-size: 1.3rem;

	}

	.testimonials-img {

		width: 10%;
		border-radius: 100%;
		margin: 20px;


	}



	/*press*/ 

	#press {

		background-color: #ef8172;
		
		padding-bottom: 3%;
		width: ;
	}


	.img-size{


		width: 15%;
		margin: 20px 20px 50px;
	}





	/* Pricing */


	.style-price {

		color: #6c757d;


	} 




	.card-body ul li {

		margin-bottom: 10px;
	}


	#pricing h2{


		margin-top: 5%;


	}


	.text-center {

		padding: 5%;
		
	}


	/* Call to Action */

	#cta {

		background-color:#ff4c68;
		color: white;

		font-size: 1.5rem;

	}

	#cta  h3 {

		font-family: 'Montserrat', sans-serif;
		color: white;
		font-size: 3.5rem;
	}


	.style-button {

		margin: 3% 2%;
	}


	/* Footer */



	.soical-icon {

		margin: 20px 10px;
	}

	#footer i {

		color: black;
	}

	@media (max-width: 990px){

		.title-image{

			transform: rotate(0);
			margin: 0 auto 0;

		}

		#title {

			text-align: center;
		}


	}







