body {
	font-family: 'Cormorant Infant', serif !important;
}

.header {
	padding: 8px 0;
	box-shadow: 0px 1px 1px 0px #00000029;;
}

.header h3 {
	font-family: Cormorant Infant;
	font-size: 24px;
	font-weight: 900;
	color: #6ec1e4;
	margin: 0;
}

.header a:hover {
	text-decoration: none;
}

.title img {
	width: 250px;
	padding-top: 55px;
    padding-bottom: 15px;
}

.title h1 {
	font-size: 48px;
	font-weight: 900;
	color: #e8a730;
	margin-bottom: 20px;
}

.subtitle {
	background-color: #1fb8bf45;
}

.subtitle h2 {
	font-size: 28px;
	font-weight: 900;
	color: #0a2b2d;
	padding: 20px 0;
}

.lands img {
	width: 50px;
}

.lands h2 {
	font-size: 36px;
	font-weight: 900;
	color: #6ec1e4;
	padding-top: 20px;
	padding-bottom: 30px;
}

.lands p {
	color: #0a2b2d;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

.box {
	padding: 15px;
}

.box:hover {
	box-shadow: 0 0 12px 0px #0000004f;
}

.lands a {
	color: #0a2b2d;
}
.lands a:hover {
	color: #0a2b2d;
	text-decoration: none;
}
.lands a:active {
	color: #0a2b2d;
	text-decoration: none;
}

@media(max-width: 768px) {
	.title img {
    	width: 200px;
    	padding-top: 25px;
    }
    .title h1 {
    	font-size: 38px;
    }
    .subtitle h2 {
    	font-size: 24px; 
    }
    .lands h2 {
    	font-size: 30px;
    	padding-bottom: 0;
    }
    .lands .col-md-3 {
    	text-align: left !important;
    }
    .lands img {
    	float: left;
    	margin-right: 15px;
    }
    .lands p {
    	margin-top: 3px;
    	font-size: 25px;
    }
    .desc .row {
	margin: 0 !important;	
    }

}

.desc .row {
	padding: 60px 0;
	margin: 0 100px;
}

.desc h3 {
	font-size: 32px;
	font-weight: 600;
	color: #c28a23;
	text-align: center;
}

.desc p {
	color: #7a7a7a;
	font-size: 23px;
	text-align: center;
	font-weight: 500;
}

.footer {
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: solid 1px #00000026;
}

.footer p {
	font-size: 20px;
	text-align: center;
}