@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: 80px;
	color: #fff;
	padding: 10px 0 0 20px;
	font-weight: 100;
}
.logo {
	background-image: url(../images/A&E-logo.png);
	width: 300px;
	height: 64px;
	float: left;
	padding: 14px 0 0 20;

}

.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%;
	min-height: 700px;
	background-image: url(../images/FallCostalDude.jpg);
	background-size: cover;
	background-color: none;
	padding: 20px;
	text-align: left;
	 background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;
}
.hero h1 {
	font-size: 60pt;
	width: 90%;
	color: #301d0f;
	line-height: 90%;
	letter-spacing: -4;
	padding-bottom: 10pt;
}
.hero h2 {
	padding-top: 160px;
	padding-bottom: 10px;
	color: #301d0f;
}
.hero h3 {
	font-weight:100;
	float: left;
	margin: 0 0 0 5%;
	color: #301d0f;
}
.hero h4 {
	font-size: 40pt;
	float: left;
	color: #301d0f;
}
.hero h5 {
	font-size: 16pt;
	float: left;
	color: #301d0f;
}
.hero h6 {
	color: #ceb4a3;
	font-family: 'Merriweather Sans';
	text-transform: uppercase; 
}
.lowerHeroType {
	vertical-align: bottom;
	padding: 140px 0 16px;
	margin: 0 0 16px 5%;
	max-width: 600px;
}

/*Collections & wardrobe sale*/
.wardrobeSale {
	clear:both;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;

	width: auto;
	height: 1200px;
}
.video {
	display: table;
	margin: 0 auto;
	border: none;
	padding: 60px 0 60px;
	width: 640px;
	height: 360px;
}
.video h4 {
	text-align: center;
	padding-top: 10px;
	display: block;
	margin: 0 auto;
	width: 80%;
}


/*Experience*/
.experience {
	clear: both;
	align-items: center;
	margin: 0 auto;
	width: 80%;
	
}
.experienceBoxes {
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 11pt;
	padding-top: 20px;
}
.experienceBoxes p {
	font-size: 9pt;
	line-height: 1.5;
}
.experience h2 {
	display: block;
	margin: 0 auto 20PX;
	width: 80%;
	text-align: center;
}
.experienceBoxes h3 {
	text-transform: uppercase;
	font-family: 'Merriweather Sans';
	margin-bottom: 10px;
}
#leftStatement {
	display: inline-block;
	width: 166px;
	height: 140px;
	text-align: center;
	margin: 0 20pt;
	vertical-align: top;
}
#centerStatement {
	display: inline-block;
	width: 166px;
	height: 140px;
	text-align: center;
	margin: 0 20pt;
	vertical-align: top;
}
#rightStatement {
	display: inline-block;
	width: 180px;
	height: 200px;
	text-align: center;
	margin: 0 20pt;
	vertical-align: top;
}
.experience img {
	display:block;
	margin: 0 auto;
}


/*big black box*/

.bigBlackBox {
	clear: both;
	background-color: #000;
	height: auto;
	padding: 32px;
	margin: -80px auto 0;
	width: 100%;
}
.bigBlackBox h2 {
	margin: 60px auto;
	padding-top: 20px;
	text-align: center;
}

#phoneNumber {
	margin: 0 auto;
	display: block;
	max-width: 380px;
}
#phoneNumber h1 {
	margin: 0 20px 40 20;
	font-size: 42pt;
}
#phoneNumber h3 {
	text-align: left;
	float: left;
}
.hours {
	text-align: center;
	margin: 40 auto 0;
	display: block;
}


/*footer*/
.footer {
	clear: both;
	background-color: #22493b;
	height: 120px;
	padding: 20px 32px;
	margin: 0 auto;
	width: 100%;
}
.footer h2 {
	text-align: center;
	font-size: 16pt;
	display: block;
	margin: 0 auto;
}
.directionBox {
	float: left;
	padding: 0 0 0 20px;
	max-width: 480px;
	align-content: left;
}
.footer nav {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	width: 300px;
	margin: 0 auto;
}



/* small screens */
@media all and (max-width: 700px) {
	.header{
		height: 120px;
	}
	.nav {
		display: block;
		margin: 0 auto;
		clear: both;
		padding: 0 0 10px;
	}
	.hefro {
		background-size: auto;
		background-repeat: no-repeat;
		background-image: url(../images/AnE-heroImage-small.jpg)
		
		
		background-size:     cover;                     
        background-repeat:   no-repeat;
        background-position: center center;
		color:white;
		
	}
	.lowerHeroType {
		margin-top: 50px;
	}

	.hero h1 {
		font-size: 56px;
	}
	.hero h5 {
		width: 90%;
	}
	.video iframe {
		width: 480px;
		height: 270px;
		display: block;
		margin: 0 auto;
	}
	.video h2 {
	margin: 60px auto;
	padding-top: 20px;
	text-align: center;
	width: 80%;
	}
	.experience img {
		width: auto;
	}
	.footer h5 {
		display: block;
		margin: 0 auto;
	}