@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body
{
	font-family: 'Open Sans'; sans-serif;
	font-size: 12px;
	font-weight: 400px;
	margin: 0;
}
img
{
	max-width: 100%;
}
.clearfix
{
	clear: both;
}
header
{
	background-image: url("../images/mainbanner.jpg");
	background-size: cover;
	height: 100vh;
	position: relative;
	text-transform: uppercase;
	color: #FFF;
}
#contact header
{
	background: #695f5d;
	height: auto;
	padding-bottom: 10px;
}
header img 
{
	width: 300px;
	margin: 10px 0 0 30px;
}
header h1
{
	font-size: 96px;
	font-weight: 800;
	color: #88ebf2;
	margin: 0;
}
header h3
{
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 40px;
	margin: 0;
}
#blurb
{
	position: absolute;
	bottom: 10px;
	left: 30px;
}
nav
{
	position: absolute;
	top: 20px;
	right: 30px;
}
nav ul li
{
	font-size: 18px;
	float: left;
	margin-left: 20px;
	list-style: none;
	margin-top: 10px;
}
nav ul li a
{
	color: #fff;
	text-decoration: none;
}
main 
{
	background: #ddd9d8;
}
main h1
{
	background: #ddd9d8;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 30px 35px 30px;
}
section
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#contact main 
{
	background: #fff;
	height: 65vh;
}
h2
{
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 15px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 100px 0 50px;
}
.card, .map
{
	width: 300px;
	float: left;
	margin-left: 30px;
}
.card:first-child, .map:first-child
{
	margin-left: 0;
}
.card h4
{
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.card p, #dream
{
	font-family: 'Lora', serif;
	font-size: 14px;
	font font-weight: 400;
}
footer
{
	background: #88ebf2;
	color: #0d7077;
}
.address
{
	width: 300px;
	float: left;
	margin: 30px 15px 50px 0;
}
#contact main .address
{
	width: 285px;
	float: left;
	margin-top: 65px;
	margin-left: 30px;
}
#widget
{
	width: 630px;
	float: left;
	margin: 50px 0 50px 15px;
	padding: 0;
	position: relative;
}
#widget p
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
}
strong
{
	font-weight: 600;
}
.black
{
	color: #000;
	font-weight: 600;
}
#widget nav 
{
	position: static;
}
#widget nav ul 
{
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
	list-style: none;
}
#widget nav ul li
{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	float: left;
	margin-left: 20px;
	list-style: none;
}
#widget nav ul li:first-of-type
{
	margin-left: 0;
}
#widget nav ul li a
{
	color: #000;
	text-decoration: none;
	letter-spacing: 5.46px;
}
#widget nav ul li a:hover
{
	color: #fff;
}
.left 
{
	float: left;
}
.right 
{
	float: right;
}
#subfooter
{
	background: #60a3a9;
	text-transform: uppercase;
	color: #000;
}
.mapouter
{
	position: relative;
	text-align: right;
	height: 300px;
	width: 600px;
	margin: 75px 30px 0 0;
	float: left;
}
.gmap_canvas
{
	overflow: hidden;
	background: none!important;
	height: 300px;
	width: 600px;
}




















