/*general  ids*/
#wrapper {
width: 1000px;
margin: auto;	
}

/*general styling*/
table.ht, tr, td, th {
background-color: white;
border: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 7px;
padding-left:7px;
border-collapse: collapse;
color: black;
font-family: Tahoma, Geneva, sans-serif;
font-size: 1em;
text-align:center;
}

h1 {
float:top;
font-family: Impact, Charcoal, sans-serif;
font-size: 4em;
color: #233358;
text-align: right;
margin-top: 50px;
margin-right: 0px;
margin-bottom:0px;
}

h2 {
margin-right: 0 px;
margin-top: 0px;
text-align: right;
}

h2 {
color: #233358;
font-family: Impact, Charcoal, sans-serif;
font-size: 3em;
}
h3 {
color: #233358;
font-family: Impact, Charcoal, sans-serif;
font-size: 2em;
}
p {
color: black;
font-family: Tahoma, Geneva, sans-serif;
font-size: 1.25em;
}

/* nav bar*/
.flex-container {
display: flex;
justify-content: space-around;
font-size: 2em;
background: #f15025;
height:60px;
}

nav {
margin: auto;
}


/* Link Styling*/
a {
text-decoration: none;
font-family: Tahoma, Geneva, sans-serif;
size: 2em;
padding: 8px 10px;
text-align: center;
line-height: 1.9;
color: white;
}

a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover {
	color: #93b7be;
}

/*Contact us styling ids*/
#map {
margin: auto;
text-align: center;
}

#hourlabel {
text-align: center;
}

.row:after {
content: "";
display: table;
clear: both;
}

/*home page ids*/	
#location {
float: left;
width: 55%;
}

#location h2, #hours h2{
text-align: left;
}
#hours {
float: right;
width: 35%;
padding-left: 15px;
}
img.barberpics {
width: 175px;
height: 150px;
}
iframe {
    border:0px;
}

/*sizing (for large screens)*/
@media (min-width: 1001px) {
	img#storefront {
	display: block;
	max-width: 1000px;
	margin: auto;
	padding-top: 10px;
	}
	#pricingleft img {
	float: left;
	width: 20%;
	padding-top: 1.5%;
	padding-right: 2.5%;
	}
	#pricingright img {
	float: right;
	width: 20%;
	padding-top: 1.5%;
	padding-left: 3%;
	}
	#pricelist img {
	margin-left: auto;
	margin-right: auto;
	width: 53%;
	float: left;
	padding-top: 5px;
	}
	/*About us Styling ids*/
	#barbpole {
	float:left;
	width: 25%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	}
	
	#blurb {
	float: left;
	width: 73%;
	margin-bottom: 60px;
	padding-left: 5px;
	}
	#reviews {
	float: left;
	width: 46%;
	max-width: 500px;
	display: inline;
	}
	
	#allbarbpic {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	clear: right;
	float: right;
	width:  46%;
	max-width: 500px;
	}
	
	#barbers {
	max-width: 500px;
	}
	
	/*Contact us page spacing*/
	.columnright {
	float: right;
	width: 27%;
	}

	.columnleft {
	float: left;
	width: 23%;
	}

	.centercolumn {
	margin: auto;
	width: 40%;
	}
	
	.row:after {
	    content: "";
	    display: table;
	    clear: both;
	}
}

/* For devices smaller than 1000px */
@media (max-width: 1000px) {
	#wrapper {
	width: 90%;
	max-width: 950px;
	}
	h1 {
	font-size: 3em;
	text-align: right;
	}
	h2 {
	float: right;
	font-size: 2em;
	text-align: right;
	}
	img#storefront {
	width: 100%;
	max-width: 950px;
	}
	a {
	font-size: 1em;
	line-height: 2.5;
	}
	img#storefront {
	display: block;
	max-width: 1000px;
	margin: auto;
	padding-top:10px;
	}
	
	/*Pricing sizing/spacing*/
	#pricingleft img {
	width: 100%;
	padding-top: 1.5%;
	padding-right: 4%;
	}
	#pricingright img {
	width: 100%;
	padding-top: 1.5%;
	padding-left: 2.5%;
	}
	#pricelist img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: left;
	padding-top: 1.5%;
	}
	
	/* nav bar*/
	.flex-container {
	display: flex;
	justify-content: space-around;
	font-size: 1em;
	background: #f15025;
	height:40px;
	}
	nav {
	margin: auto;
	}
	#barbpole img {
	padding-top: 5px;
	}

	/*Contact us page spacing*/
	.columnright {
	float: right;
	width: 100%;
	}

	.columnleft {
	float: left;
	width: 100%;
	}

	.centercolumn {
	margin: auto;
	width: 100%;
	}
	#contactus h3 {
	text-align: center;
	}
	table.ht {
	width: 100%;
	}
	
	/*Column sizing/spacing
	* LOOSELY BASED ON CSS FROM:
	* Skeleton V2.0.4
	* Copyright 2014, Dave Gamache
	* www.getskeleton.com
	* Free to use under the MIT license.
	* http://www.opensource.org/licenses/mit-license.php
	* 12/29/2014*/
  	.one-column {
  	width: 4.66666666667%;
	}
  	.three-columns {
  	width: 22%;
	float: right;
	text-align: right;
  	}
  	.eight-columns {
  	width: 65.3333333333%;
	float: right;
	}
  	.twelve-columns {
  	width: 100%;
	}
}