@charset "UTF-8";
/* CSS Document */
html,
html * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #ceb4a3;
	font-family: 'Merriweather', serif;
	font-weight: 100;
}

a {list-style-type: none;}
ul {margin: 0 20px;}
ul li {float: right; list-style-type: none; font-size: 12pt;}

body {
	background-color: #301d0f;
}


/*Header*/

.header {
	background-color: #22493b;
	width: 100%;
	height: 90px;
	color: #fff;
	font-weight: 100;
	padding: 10px 0 0 20px;
}
.header h2 {
	color: #fff;
	width: 400px;
}
.logo {
	background-image: url(../images/A&E-logo.png);
	width: 300px;
	height: 64px;
	float: left;
	padding: 10px 0 0 20;
}
.logotype {
	float:left;
	margin-top: 19px;
	width: 100px;
}
.logotype h5 {
	letter-spacing: 1.7pt;
	text-align: left;
	width: 240px;
}
.header nav {
	font-family: 'Merriweather Sans';
	text-transform: uppercase; 
}
.nav {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	width: auto;
	float: right;
	margin-top: 32px;
}
.nav ul {
	overflow: hidden;
}
.nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Merriweather Sans';
	padding: 16px;
	height: 35px;
	font-size: 10pt;
}
.nav a:hover {
	background-color: #000;
}

/*Hero*/
.hero {
	width: 100%;
	height: 200px;
	background-image: url(../images/TalbottShirts.jpg);
	background-size: cover;
	padding: 20px;
	text-align: center;
}
.hero h1 {
	font-size: 24pt;
	color: #fff;
	text-shadow: 10px 6px 6px #444;
	padding-top: 70px;
}
.pageHeadline {
	width: 60%;
	text-align: center;
	display: block;
	margin: 32px auto;
	padding: 20px 40px 0;
	}


/*image boxes*/
.col {
	width: 100%;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	text-align: center;
	max-width: 1200px;
}
.suit {
	width: 480px;
	height: 480px;
	background-image: url(../images/bestdressedman.jpg);
	background-size: cover;
	text-align: center;
	padding: 330px 60px 60px;
	margin: auto;
}
.ties {
	width: 480px;
	height: 480px;
	background-image: url(../images/Fallweather.jpg);
	background-size: cover;
	text-align: center;
	padding: 330px 60px 60px;
	margin: auto;
}
.spring1 {
	width: 480px;
	height: 480px;
	background-image: url(../images/Warmup.jpg);
	background-size: cover;
	text-align: center;
	margin: auto;
	padding: 220px 60px;
}
.spring2 {
	width: 480px;
	height: 480px;
	background-image:url(../images/Takeontheworld.jpg);
	background-size: cover;
	text-align: center;
	margin: auto;
	padding: 220px 20px;
}
.col h2 {
	color: #fff;
	text-shadow: 0 0 10px #000;
	font-size: 20pt;
}
.col bold {
	font-weight: 700;
	color: #fff;
}
.row:after {
	clear: both;
}

/*brands*/
.Brands {
	clear: right;
	max-width: 700px;
	margin: 20px auto;
	text-align: center;
}
.brandsBoxes {
	text-align: left;
	margin: 0 auto;
	font-size: 11pt;
	padding-top: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.brandsBoxes p {
	font-size: 9pt;
	line-height: 1.5;
}
.brandsBoxes li {
	list-style-type: none;
}
.brands h2 {
	margin: 30px auto;
	margin-bottom: 20px;
	text-align: center;
}
#leftBrands {
	display: inline-block;
	width: 166px;
	height: 140px;
	margin: 0 20pt;
	vertical-align: top;
	margin-bottom: 10px;
}
#centerBrands {
	display: inline-block;
	width: 166px;
	height: 140px;
	margin: 0 20pt;
	vertical-align: top;
}
#rightBrands {
	display: inline-block;
	width: 140px;
	height: 200px;
	margin: 0 20pt;
	vertical-align: top;
}



/*footer*/

.footer {
	clear: both;
	background-color: #22493b;
	height: 30	0px;
	padding: 20px 32px;
	margin: 0 auto;
	width: 100%;
}
#hours {
	display: block;
	text-align: center;
	font-family: 'Merriweather Sans';
}
.footerPhoneNumber {
	margin: 0 auto;
	display: block;
	max-width: 380px;
	margin-top: 20px;
}
.footerPhoneNumber h1 {
	text-align: center;	
	margin: 0 20px 40px 20px;
	font-size: 42pt;
}
.footerPhoneNumber h3 {
	text-align: left;
	float: left;
}
.footer hr {
	clear: both;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, #22493b, #ceb4a3, #22493b);
	margin: auto 0;
}
.footer .logo {
	margin-top: -10px;
}
#footerLogo {
	display: block;
	float: left;
	width: 36	0px;
	margin-top: 20px;
}
.footer h2 {
	width: 400px;
	color: #fff;
}
.footer h5 {
	font-family: 'Merriweather Sans';
	font-size: 9pt;
	text-transform: uppercase; 
	width: 400px;
	letter-spacing: 1px;
	display: block;
	margin: 0 auto;
}
.footer nav {
	display: block;
	width: 300px;
	margin: 20px auto 0;
}
.directionBox {
	display: block;
	margin: 20px auto;
	text-align: center;
}
.directionBox h2 {
	width: auto;
}



/* small screens */
@media all and (max-width: 700px) {
	.header{
		height: 120px;
	}
	.nav {
		display: block;
		margin: 0 auto;
		clear: both;
		padding: 0 0 10px;
	}
	.nav ul {
		margin-top: 0px;
	}
	.footer h5 {
		display: block;
		margin: 0 auto;
	}