@charset "UTF-8";
/* Body */
body {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	color: #4B4445;
}
html {
  scroll-behavior: smooth;
}
img
{
    max-width: 100%;
    height: auto;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 5%;
	background-color: #52bad5;
	border-bottom: 1px solid #2C9AB7;
}

#menu {
	margin: auto;
	display: flex;
	justify-content: center;
}
.menu {
	list-style-type: none;
	
	width: auto;
	padding-inline-start: 0px;
}

ul.menu li {
	display: inline;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 25px;
	font-size: 1.3em;
	letter-spacing: 0.2em;
}

.menu a {
	color: #13B0D1;
}

.menu a:hover {
	color:#FABE22;
}

a {
	color: #13B0D1;
}

a:hover {
	color:#FABE22;
}
.top-image_ClarkdaleGazebo {
	margin: 15px 0;	
}

.marney_clarkdale-photo {
	margin: 0 0 10px 10px;
	float: right;
	clear: both;
}

a.link-button {
    background: #13B0D1 none repeat scroll 0 0;
	border: 1px solid #13B0D1;
	color: #ffffff;
	font-weight: bold;
	outline: medium none;
	padding: 12px;
	text-decoration: none;
	cursor: pointer;
}

a.link-button:hover {
    background: #ffffff none repeat scroll 0 0;
	border: 1px solid #FABE22;
	color: #FABE22;
	font-weight: bold;
	outline: medium none;
	padding: 12px;
	text-decoration: none;
}

#about {
	width: 100%;
	scroll-behavior: smooth;
	clear: both;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
}
.section {
	padding: 0 10%;
}
.accomplishments {
	font-size: 1.2em;
	line-height: 1.4em;
}
.positions {
	font-size: 1.2em;
	font-size: 1.4em;
}
.contact {
	text-align: center;
	font-size: 1.4em;
}
hr.line {
  	border-top: 1px solid #C0C0C0;
	width: 90%;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}

h1 {
	font-size: 1.3em;
	font-weight: 500;
	text-transform: uppercase;
	color: #13B0D1;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 30%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #4B4445;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #4B4445;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* Hero Section */
.hero {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #4B4445;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {

.working-with-me ul {
		font-size: 	10px !important;
	}
.marney_clarkdale-photo {
	clear: both;
	float: none;
	margin: 10px 0;
	}
.top-image_ClarkdaleGazebo {
	margin: 15px;
	float: none;
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {

