* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.float {
	float: right;
}
.clear {
	clear: both;
}
body {
	background-color: #e5e5e5;
	padding-left: 10%;
	color: #5a5a5c;
	font-family: ‘Times New Roman’, Times, serif;
}
.sideNav {
	background-color: #5a5a5a;
	position: fixed;
	top: 25%;
	left: 0;
	z-index: 99;
	width: 150px;
	height: 230px;
	border-radius: 0 10px 10px 0;
	font-family: ‘Times New Roman’, Times, serif;
	text-align: center;
 padding-top:;
	color: #e5e5e5;
	font-size: 1.3em;
	line-height: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.sideNav ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100px;
}
.sideNav ul a {
	display: block;
	text-decoration: none;
}
.sideNav ul a:link {
	color: #e5e5e5;
}
.sideNav ul a:visited {
	color: #e5e5e5;
}
.sideNav ul a:hover {
	color: #a5a56f;
}
.sideNav ul a:active {
	color: #a5a56f;
}
#nav_bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
#nav_bottom img {
	height: 25px;
	max-height: 25px;
	width: auto;
}
#nav_bottom a:first-child {
	transform: rotate(-90deg);
}

#nav_bottom a:first-child:hover {
    content: url('../images/arrow_hover.png');
	transform: rotate(-90deg);
	height: 25px;
	max-height: 25px;
	width: auto;
}

#nav_bottom a:last-child {
	transform: rotate(90deg);
}

#nav_bottom a:last-child:hover {
    content: url('../images/arrow_hover.png');
	transform: rotate(90deg);
	height: 25px;
	max-height: 25px;
	width: auto;
}

#page-wrapper {
	background-color: #e5e5e5;
	width: 960px;
	z-index: 0;
	margin: 0 auto;
}
#page-wrapper .navv {
	display: none;
}
h1 {
	display: none;
}
.logo {
	width: 50%;
	display: block;
	margin: 10px auto;
}

.lan {
	text-align: center;
	margin-top: -70px;
	margin-bottom: 30px;	
}

.call_to_action {
}
.call_to_action .left {
	width: 70%;
	float: left;
}
.call_to_action .right {
	width: 30%;
	float: right;
}
.call_to_action .serve {
	text-align: center;
	font-size: 1.5em;
	font-family: Century Gothic, sans-serif;
	font-variant: small-caps;
}

.headerText {
	text-align: center;
	font-size: 1.5em;
	font-family: Century Gothic, sans-serif;
	font-variant: small-caps;
}

.call_to_action h2 {
	color: #5a5a5c;
	font-size: 2em;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	padding-top: 50px;  /* was 85px */
}
.call_to_action p {
	text-align: center;
}
.call_to_action .num {
	color: #a5a56f;
	font-size: 4em;
	margin-bottom: 10px;
}
.allan {
	height: 300px;
	float: right;
	margin-bottom: 50px;/* figure out how to make the padding be applied from the hr */
}
.button {
	width: 450px;
	height: auto;
	background-color: #a5a56f;
	border: 5px solid #f3f2f2;
	padding: 0;
	border-radius: 10px;
	margin: 0 auto;
}
.button p {
	font-variant: small-caps;
	text-align: center;
	color: #f3f2f2;
}

svg {
	fill: #a5a56f;
	width: 100%;;
	margin: 0 auto;
}	
.hr {
	display: block;
	margin: 100px auto;  /* Apply this width to the elements in the call to action  (A1) */
	width: 100%;
}
.hrr {
	display: block;
	margin: 0 auto;
	width: 80px;
}
hr {
	border: 1px solid #5a5a5a;
	margin: 25px auto;
}
.services {
	margin-top: 100px;
}
.services h3 {
/* background-color: #5a5a5a;
			color: #f3f2f2;
			padding: 10px;
			border-radius: 10px; */
}
h3 {
	font-size: 3em;
	margin-bottom: 30px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: 100;
}
/* Accordian Menu */

		/*Acco*/
.ac-container {
	max-width: 960%;
}
.ac-container label {
	height: 40px !important;
	line-height: 40px !important;
	font-size: 1.2em !important;
	font-family: Century Gothic, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #5a5a5c;
			/* text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
			background: -moz-linear-gradient(top,#fff 1%,#eaeaea 100%);
			background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(100%,#eaeaea));
			background: -webkit-linear-gradient(top,#fff 1%,#eaeaea 100%);
			background: -o-linear-gradient(top,#fff 1%,#eaeaea 100%);
			background: -ms-linear-gradient(top,#fff 1%,#eaeaea 100%);
			background: linear-gradient(top,#fff 1%,#eaeaea 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
			box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);  */
}
.ac-container {
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label:hover {
	background: #a5a56f;
	color: #f3f2f2;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover { /* Active selected Cell */
	background: #f1f2f3;
	color: #666;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	box-shadow: 0 0 0 1px rgba(155,155,155,0.3), 0 2px 2px rgba(0,0,0,0.1);
	height: 30px;
	line-height: 21px;
	font-size: 13px;
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(/*down arrow*/) no-repeat center center;
}
.ac-container input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255,255,255,0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {  /*drop down text */
	font-style: normal;
	color: #777;
	line-height: 23px;
	font-size: 1.3em;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	font-family: Century Gothic, sans-serif;
}
.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small {  /* drop down box size */
	height: 80px;
}
.ac-container input:checked ~ article.ac-medium {
	height: 150px;
}
.ac-container input:checked ~ article.ac-large {
	height: 230px;
}
/* End Accordian Menu */
		
.about_us {
	margin-top: -25px;
}
.about_us p {
	font-family: Century Gothic, sans-serif;
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 1.3em;
}
.about_us .imgs {
	display: flex;
	justify-content: space-between;
}
.about_us .imgs img {
 width:;
	max-height: 200px;
}
.footer {
	margin-top: -95px; /* (A1) take this margin out after I fix ^above^ problem */
	text-align: center;
	margin-bottom: 50px;
}
.footer .navi ul {
	text-align: center;
	list-style: none;
}
.footer .navi ul li {
	display: inline;
	font-variant: small-caps;
}
.footer .navi ul li a {
	padding: 10px;
	text-decoration: none;
	font-size: 1.3em;
}
.footer .navi a:link {
	color: #5a5a5c;
}
.footer .navi a:visited {
	color: #5a5a5c;
}
.footer .navi a:hover {
	color: #a5a56f;
}
.footer .navi a:active {
	color: #a5a56f;
}
.center {
	display: block;
	margin: 0 auto;
}
.face {
	margin-top: 20px;
	margin-bottom: 15px;
}
.bottom {
	margin-top: 40px;
}
/* Construction
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	*/
	
	
.construction:hover {
	color: #F08F90;
	text-decoration: line-through;
}
/* CONSTRUCTION PAGE */

.bandage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.conText {
	text-align: center;
	color: #70695C;
	font-size: 2em;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
/*SHRINK*/
.shrink {
	height: 25%;
	width: 25%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.shrink:hover {
	width: 50%;
	height: 50%;
}
.email {
	margin-top: 20px;
}


/* Gallery */
.vBox {
	width: 90%;
	margin: 0 auto;	
}

.video {
	max-width: 100%;
	max-height: 350px;
}


/* Buy Back */

.buyBack {
	line-height: 40px;	
	font-family: Century Gothic, sans-serif;
}

.buyBack ul {
	margin-left: 5%;	
}
