@charset "utf-8";
/* CSS Document */

.wrapper {
	max-width: 1400px;
	padding: 5px;
	margin: 0 auto;
	}

body {
	font-family: Open Sans;
	/* background-image: url("images/background.jpg"); */
	background: -webkit-linear-gradient(#eee, #000 1050px);
	background: linear-gradient(#eee, #000 1050px);
	}

/*header*/

/*mobile logo only displayed when under 899px*/

.mobilelogo{
	display: none;
	}

#nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	margin-top: 0;
	
	}
	
#nav li {
	list-style-type: none;
	font-style: italic;
	text-transform: uppercase;
	
	}
	
#nav li a {
	text-decoration: none;
	color:  #8f3335;
	border: 16px solid transparent;
	}
	
#nav li a:hover {
	background-color: #8f3335;
	color: #fff;
	box-shadow: 0px 2px #000;
}

.header {
	margin-top: 3%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
	
.logo {
	margin-left: 3%;
	height: auto;
	width: 30%;
	margin-right: 60px;
	}
	
.logo img {
	max-width: 100%;
	}
	
.location {
	margin-left: 60px;
	margin-top: 1.5%
	}
.location h1 {
	color: #8f3335;
	}
.location p {
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
	}
#menuBtn {
	display: none;
	}

	
	
/*body*/
/*main content info/boxes*/
	
.center {
	padding: 5px;
	max-width: 1025px;
	margin: auto;
	font-weight: bold;
	line-height: 200%;
	font-size: 1.1rem;
	}
	
.center h1 {
	text-align: center;
	color: #8f3335;
	text-shadow: 2px 2px 5px #fff;
	}
.one {
	font-style: italic;
	text-transform: uppercase;
	}
#mobileh1 {
	display: none;
	}
	
.center h2 {
	text-align: center;
	color: #8f3335;
	text-shadow: 1px 1px 10px #fff;
	}

	
.list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	list-style: none;
	border: 2px solid #fff;
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 5px;
	background-color: #8f3335;
	}
.list li {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
	text-align: center;
	margin-right: 25px;
	}
	
.services {
	color: #fff;
	max-width: 1100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0 auto;
	}
.services h1, h2 {
	text-align: center;
	}
.services h1 {
	font-size: 2.5rem;
	text-shadow: 1px 1px 10px #8f3335;
	}
.services strong {
	font-style: italic;
	}
.services p {
	margin-top: -10px;
	}
	
.b4after {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
			list-style: none;
			
	}
	
.b4after li {
	padding: 10px;
	}
.b4after img {
	border-radius: 5px;
	}
	
.b4after h1 {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	margin: 0px;
	}
	
	/*footer*/
	
.hours {
	font-family: open sans;
	font-weight: bold;
	color: #eee;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
			margin-top: 30px;
	}
	
.hours img {
	margin-left: 5%;
	}
	
.footer {
	max-width: 1230px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 1%;
	}
	
.pay {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	text-align: center;
	color: #eee;
	font-family: open sans;
	font-size: 1rem;
	
	}
	
.pay img {
	margin-top: 2%;
	}
	
.bottominfo {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	color: #eee;
	font-family: open sans;
	padding: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
	
.bottominfo a {
	text-decoration: none;
	color: #eee;
	}
.bottominfo a:hover {
	color: #8f3335;
	}


	

	
	
@media all and (max-width: 1348px) {
	.info li {
		font-size: .8rem;
		}
		
	
	}
	
@media all and (max-width: 1156px) {
	#nav li a {
		font-size: .9rem;
		border: 5px solid transparent;
		}
		
	.top {
		margin-right: 5%;
	}
	
.logo {
	margin-left: 3%;
	height: auto;
	width: 30%;
	margin-right: 60px;
	}
	
.logo img {
	max-width: 100%;
	}

.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
	
.info li {
	list-style-type: none;
	font-size: .8rem;
	}

.info li strong {
	color: #8f3335;
	}

	
#contactleft {
	margin-left: 8%;
	font-size: .8rem;
	}
	
#contactright {
	padding-right: 5%;
	font-size: .8rem;
	}

.largephoto {
	display: none;
		}
		
.center {
	font-size: 1.1rem;
	}
	
}
	
@media all and (max-width: 899px) {
	
	.wrapper {
		padding: 5px;
		}
		
	.mobilelogo {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
				margin: 0 auto;
				width: 100%;
		}
		
.mobilelogo img {
	height: 100%;
	width: 80%;
	}
		
	#menuBtn {
	display: block;
	}
	
	#nav {
		display: none;
		position: absolute;
		z-index: 99;
		width: 90%;
		margin-left: 1.5%;
		margin-top: -10px;
		}
	#nav.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		background-color: #8f3335;
		border: 2px solid #000;
		box-shadow: 4px 4px 5px #000;
		}
		
	#nav li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-align-self: center;
		    -ms-flex-item-align: center;
		        align-self: center;
		width: 100%;
		}
		
	#nav li a {
		font-size: 1.5rem;
		color: #fff;
		text-align: center;
		padding-left: 4%;
		}
		
	#nav li a:hover {
		background-color: #fff;
		color: #8f3335;
		}
		
	.logo {
		display: none;
		}
	.header h1 {
		color: #fff;
		text-shadow: 1px 1px 10px #8f3335;
		}
	.header {
		color: #fff;
		text-align: center;
		margin-right: 20%;
		}

	.location h1{
		display: block;
		font-size: 2.5rem;
		color: #000;
		text-shadow: 1px 1px 1px #fff;
		display: none;
		}
	.location {
		margin-top: -35px;
		font-size: 1rem;
		width: 100vw;
		text-align: center;
		margin-left: 95px;
		}
	.location p {
	text-align: center;
	font-weight: bold;
	margin-left: 5%;
	color: #000;
	font-size: .9rem;
	margin-top: -5%;
	}
	
	.location p strong {
		font-size: .85rem;
		width: 100%;
		}
	
.center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-weight: bold;
	font-size: 1.3rem;
	color: #eee;
	line-height: 140%;
	}
	
.center h1 {
	display: none;
	}
	
#mobileh1 {
	display: block;
	line-height: 115%;
	margin-top: -2%;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #fff;
	}
.one {
	font-style: italic;
	font-size: 3.5rem;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	}
	
.center h2{
	color: #fff;
	text-shadow: 1px 1px 10px #8f3335;
	margin-top: 28px;
	}
	
.center strong {
	color: #fff;
	font-style: italic;
	text-shadow: 1px 1px 2px #8f3335;
	font-size: 1.2rem;
	}
.center p {
	margin-top: -15px;
	background-color: #8f3335;
	padding: 10px;
	border: 2px solid #fff;
	margin: 0 auto;
	width: 95%;
	}
	
.list {
	width: 85%;
	background-color: #8f3335;
	margin-top: 5px;
	margin-bottom: 15px;
	}
.list li {
	text-align: center;
	padding-bottom: 5px;
	margin-left: -20px;
	width: 100%;
	}
	
.b4after {
	display: none;
	}
	
.services {
	margin-top: -30px;
	width: 95%;
	}
.services p {
	margin-top: -20px;
	}
.services h2 {
	margin-top: -5px;
	text-shadow: 0px 0px 10px #8f3335;
	}

	/*footer*/
	
.hours {
	font-family: open sans;
	font-weight: bold;
	color: #eee;
	font-size: 1.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	}
	

	
.hours img {
	margin-top: 2%;
	}
	
.footer {
	max-width: 1230px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 1%;
	}
	

	
.pay {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	text-align: center;
	color: #eee;
	font-family: open sans;
	font-size: 1rem;
	
	}
	
.pay img {
	margin-top: 2%;
	}
	
.bottominfo {
	margin-top: -4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	}
	
.bottominfo a {
	text-decoration: none;
	color: #eee;
	}
.bottominfo a:hover {
	color: #8f3335;
	}
	
.blocked {
	display: block;
	padding: 2%;
	text-align: center;
	}
#address, #city {
	font-size: .8rem
	}
	
#phone {
	font-size: .75rem;
	max-width: 100%;
	display: block;
	}

.dividers {
	display: none;
	}
	
#small {
	font-size: .8rem;
	width: 200px;
	}
	
	}