@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", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
  "wdth" 100;
  font-size: 12px; 
  margin: 0;
}

/*HEADER*/
header {
	background-image: url("../images/mainbanner.jpg");
	background-size: cover;
	padding-top: 15px;
	height: 100vh;
	text-transform: uppercase;
}

img {
	max-width: 100%;
}

header img {
	width: 300px;
	margin-left: 30px;
}

.clearfix{
	clear: both;
}

header nav {
	position: absolute;
	top: 30px;
	right: 25px;
}

header nav ul li {
	font-size: 18px;
	list-style: none;
	float: left;
	padding-left: 30px;
}

header nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#banner {
	position: absolute;
	bottom: 50px;
	left: 55px;
	line-height: 75px;
}

#bannertop {
	color: #88EBF2;
	font-size: 96px;
	font-weight: 800;
}

#bannerbottom {
	color: #FFFFFF;
	font-size: 48px;
	letter-spacing: 41px;
}

/*MAIN*/
main {
	background-color: #DDD9D8;
}

section {
	width: 960px;
	margin: 0 auto;
}

/*HEADERS*/
h1, h2 {
	font-size: 24px;
	text-align: center;
}

h1{
	font-weight: 100;
	letter-spacing: 13px;
	text-transform: uppercase;
	margin: 0;
	padding-top: 85px;
}

h2{
  font-family: "Lora", serif;
}

/*CARDS*/
#cards{
	padding-top: 50px;
	padding-bottom: 50px;
}

.card{
	width: 300px;
	float: left;
	margin-left: 30px;
}

.card:first-child{
	margin-left: 0;
}

/*FOOTER*/
footer{
	background-color: #88EBF2;
	color: #0d7076;
	font-weight: 400;
}

#mainfooter {
	width: 960px;
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 40px;
}

/*LEFT FOOTER*/
.left {
	width: 300px;
	margin: 0 auto;
	float:left;
}

.left p{
	color: #0C6F75;
	font-size: 14px;
}

.tag {
	font-family: "Lora", serif;
}

/*RIGHT FOOTER*/
.right {
	float: right;
	width: 630px;
	text-transform: uppercase;
}

.tagline {
	height: 75px;
}

.tagline p {
	display: inline-block;
	vertical-align: -32px;
}

.tagline span {
	font-style: normal;
	color: #000000;
}

.maps img {
	border: 1px solid #0D7076
}

.maps img:last-child {
	margin-left: 23px;
}


footer nav ul li {
	list-style: none;
	float: left;
	padding-left: 40px;
	letter-spacing: 3px;
}

footer nav ul li:first-child{
	margin-left: -40px;
	padding-left: 0;
}

footer nav ul li a {
	text-decoration: none;
	color: #000000;
}

footer nav ul li a:hover{
	color: #FFFFFF;
}

/*SUBFOOTER*/
#subfooter {
	background-color: #60A3A9;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #013133;
	text-transform: uppercase;
}

#subfooter p:first-child{
	float: left;
}

#subfooter p:last-child{
	float: right;
}