@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face{
   font-family: 'Sugar Fruit';
   src:url('../fonts/Sugar Fruit.otf') format('opentype');
}

@font-face{
   font-family: 'Brownist';
   src:url('../fonts/Brownist.otf') format('opentype');
}
/*#f4f7fe;*/
body{  font-family: 'OpenSans-Regular';}
p{margin-top: 10px;}

.fb{
	font-family: 'OpenSans-Semibold' !important;
	line-height: 30px;
}

.navigation{
	margin-bottom: 0;
	border-radius: 0;
	box-shadow: 0 2px 5px 1px  #eeeeee;
}

.navigation .nav li a{
color:#333333;
font-family: 'OpenSans-Semibold';
letter-spacing: 1px;
}
.navigation .nav li a:hover{
	background: none;
	color: #666666;	
}


.banner{
	background: #afddd0; /*#fff9f5;*/
	padding-bottom: 0px;
		padding-top: 50px;
}

.curve{
	width: 100%;
	position: absolute;
	background: url('../images/curve.svg');
	background-size:200% 100px;
	height: 100px;
	bottom: 0;
	left: 0;
}

.curve1{
	width: 100%;
	position: absolute;
	background: url('../images/curve.svg');
	background-size:200% 100px;
	height: 100px;
	bottom: 0;
	left: 0;
}


.curve2{
	width: 100%;
	position: absolute;
	background: url('../images/curve.svg');
	 transform: rotate(180deg);
	background-size:230% 100px;
	height: 100px;
	top: -5px;
	left: 0;
}



.bannertext h1{

	font-family: 'Sugar Fruit';
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #333333;
	text-shadow: 2px 2px #ffffff;
}

.bannertext h3{
 font-family: 'OpenSans-Semibold';
 font-size: 26px;
}

.logo{width: 150px;}
.button{
	/*background: #6fb098;*/
	background: #d35175;
	color: #ffffff;
	display: inline-block;
	margin-top: 25px;
	padding: 10px 50px;
	border-radius: 6px;
	font-size: 28px;
	letter-spacing: 1px;
	font-family: 'Sugar Fruit';
	border: 0;
}
.button:hover{
	color: #ffffff;
	text-decoration: none;
}

.mt50{
	margin-top: 50px;
}
.mt100{
	margin-top: 100px;
}

.feat h3{
	font-family: 'Sugar Fruit';
	letter-spacing: 1px;
}

.feat p{
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 25px;
}

.feat i{
	color: #d35175;
}

.subhead{
	font-family: 'Sugar Fruit';
	font-size: 36px;
	letter-spacing: 1px;
	text-shadow: 2px 2px #ffffff;
}

.full{
	background: #afddd0;
}

.footer{
	background: #f2f2f2;
	padding-top: 100px;
	padding-bottom: 50px;
}

.footer h3{
	font-family: 'Sugar Fruit';
	letter-spacing: 1px;
	text-align: center;
	line-height: 35px;
	font-weight: 300;
}

.footer i{
	color: #d35175;
}

.footer h4{
	font-family: 'OpenSans-Semibold';
	margin-top: 20px;
}


.form{
	margin-top: 50px;
}
.form input{
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border-radius: 6px;
	border:2px solid #d35175;
	font-size: 15px;
	outline: none;
	margin-bottom: 25px;
}

.form textarea{
	width: 100%;
	height: 100px;
	padding-left: 10px;
	border-radius: 6px;
	border:2px solid #d35175;
	font-size: 15px;
	outline: none;
	margin-bottom: 25px;
}

.form label{
	font-family: 'OpenSans-Semibold';
	font-weight: normal;
}


@media(max-width: 768px)
{
	.banner{
	background: #afddd0; /*#fff9f5;*/
	padding-bottom: 0px;
		padding-top: 20px;
	}

	.bannertext h1{

		font-size: 28px;
	
	}
}