* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.clear {
	clear: both;
}

body {
	background-color: #e5e5e5; /*#e5e5e5;*/
	padding-left: 0px;
	color: #5a5a5c;
	font-family: ‘Times New Roman’, Times, serif;
}

.sideNav {
	display: none;
}

#page-wrapper {
	width: 90%;
	padding: 0%;	
}

#page-wrapper .navv {
	align-items: center;
	width: 90%;
	display: block;
	margin: 0 auto;
	border-bottom: 5px grove #5A5A5A;
	background-color:#5a5a5a;
	border-radius: 0 0 10px 10px;
	position: fixed;
	top: 0;
	z-index: 999;
}

#page-wrapper .navv ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
}

#page-wrapper .navv ul li {
	float: left;
	padding: 10px;
	font-size: 1.3em;
}

#page-wrapper .navv ul li {
	float: left;
	padding: 10px;
	font-size: 1.3em;
}

.header {
	margin-top: 50px;
	clear: both;	
}

h1 {
	display: none;	
}

.logo {
	width: 50%;
	display: block;
	margin: 30px auto;
}

.call_to_action {

}
		
.call_to_action .left {
	width: 70%;
	float: left;
}

.call_to_action .right {
	width: 30%;
	max-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;
}

.call_to_action h2 {
	color: #5a5a5c;
	font-size: 2em;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	padding-top: 30px;  /* was 85px */
}

.call_to_action p {
	text-align: center;	
}

.call_to_action .num {
	color: #a5a56f;
	font-size: 300%;
	margin-bottom: 10px;
}

.allan {
	display: ;
	width: 100% ;
	height: auto;
	float: none;
	margin-right: ;
	margin-bottom: 50px; /* figure out how to make the padding be applied from the hr */
}

.button {
	width: 75%;
	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;
}

.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: 200px;
}

.ac-container input:checked ~ article.ac-medium {
    height: 180px;
}

.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: ;
	height: ;
	max-width: 30%;
}

.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;
}

ul a:link {
	color: #F3F2F2;
}

ul a:visited {
	color: #F3F2F2;
}

ul a:hover {
	color: #a5a56f;
}

ul a:active {
	color: #a5a56f;
}

.center {
	display: block;
	margin: 0 auto;
	
}

.face {
	margin-top: 20px;
	margin-bottom: 15px;
}

.bottom {
	margin-top: 40px;
}

/* Contact */

.allanMobi {
	display: block;
	width: ;
	margin: 0 auto;
}

.clickFor {
	display: ;
}

.contact {
	padding: 0%;	
}

.contact .left {
	float: left;
	width: 70%;
}

.contact .right {
	float: right;
	width: 30%;
}

.contact .left h2 {
	font-size: 60px;
}

.contact .left .cert {
	font-size: 25px;
}

.contact .left .row {
	margin-top: ;	
}

.contact .left p {
	margin-top: 	
}

.contact .left .row a img {
	width: 50px;
	height: 50px;	
}

.contact .left .row a p {
	font-size: 25px;
}

.contact .left .row a .email {
	margin-top: ;	
}

@media (max-width: 1200px){
}




/* Buy Back */

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

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