@charset "UTF-8";
/* CSS Document */

html, body {
	background: url(img/florida-realtor-kathy-gates.jpg) no-repeat center fixed;
	background-size: cover;
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	margin: 0px;
	color: #333333;
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
}
* {
	box-sizing: border-box;
}
footer a {
	color: #EEEEEE;
	text-decoration: none;
	border-bottom: 1px dotted #EEEEEE;
    padding-bottom: 2px;
}
footer a:hover {
	color: #CF8E0C;
	border: none;
}
header {
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	padding: 30px;
	border-bottom: 1px #999999 solid;
	text-align: right;
}
footer {
	background: rgba(52, 57, 66, 0.6);
	border-top: 1px #343942 solid;
	color: #EEEEEE;
	text-align: center;
}
.content {
  flex: 1 0 auto;
}
.footer {
	flex-shrink: 0;
	padding: 30px;
}
a {
	color: #333333;
	font-weight: 600;
}
a:hover {
	color: #CF8E0C;
}
h1 {
	font-size: 1.8em;
	line-height: .7;	
}
h2 {
	font-size: 1.3em;
	line-height: .5;
}
.bio {
	background: #FFFFFF;
	border-bottom: 1px #999999 solid;
	padding: 40px;	
}
.bioMobile {
	display: none;
	background: #FFFFFF;
	padding: 20px;
	text-align: center;
}
.contactMobile {
	display: none;
	text-align: center;
	padding: 30px 10px;
}
#calculator {	
	background: #FFFFFF;
	padding: 30px 0 10px 0;
	border-radius: 30px;
}
#calculator a {
	color: #666666;
}
.wrap {
	width: 252px;
	margin: 50px;	
}
.search {
	width: 252px;
	margin: 50px;	
}
.box1 {
	float: left;
}
.box2 {
	float: right;
}
.bioBox {
	widows: 260px;
	float: left;
	margin-top: -160px;
	text-align: center;
}
.crs {
	float: right;
	margin: 0 0 20px 20px;
}
.mcw__title {		
	font-family: 'Oswald', sans-serif !important;
    font-size: 22px !important;
    padding: 0px 0 10px 0 !important;}



@media only screen and (max-width: 710px) {
	
	body {
		font-size: 1em;
		}
	header {
		text-align: center;
		padding: 20px 0 20px 0;
	}
	header img {
		width: 70%;
		height: auto;
	}
	.contactMobile {
		display: block;
		text-align: center;
		padding: 30px 10px
	}
	.wrap {
		margin: auto auto 30px auto;
	}
	.search {
	margin: 0 auto 30px auto;
	}
	.bioMobile {
		display: block;
	}
	.bio {
		display: none;
	}
	.box1 {
		float: none;
	}
	.box2 {
		float: none;
	}	
}