
body {
	margin: auto;
	font-family: Kay Pho Du;
	font-weight: 500;
	font-size: 1.1em;
	background-image: url("Images/PlaidBackground.png");
	background-size: 650px;
	background-position: center top;
	background-attachment: fixed;
}

img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-family: Irish Grover;
	font-size: 40px;
	font-weight: 400;
	background-color: #8C7792;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/******* Top Nav Styles *******/

#pagebackground {
	background: white;
	
	margin: auto;
	padding-bottom: 22px;
	margin-bottom: 25px;
}

#topnav ul {
	display: none;
}

/******* Second Nav Styles *******/

h2 {
	text-align: center;
}

#explore {
	background-color: #8C7792;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 1.1em;
	
}

#explore p {
	width: 550px;
}

#navgallery {
	padding-top: 30px;
}

#navgallery img {
	padding-bottom: 20px;
}

#secondnav ul {
	list-style-type: none;
}

#secondnav ul li {
	font-size: 26px;
	font-family: Squada One;
	color:white;
}

.apparel {
	position: absolute;
	top: 300px;
	left: 255px;
	
}

.shoes {
	position: absolute;
	top: 470px;
	left: 270px;
}

.accessories {
	position: absolute;
	top: 640px;
	left: 230px;
}

/******* Event Styles *******/

#event {
	background-color: #D4D6DD;
	
	text-align: center;
	padding: 5px;
}

.access {
	padding-left: 20px;
	padding-right: 20px;
}

.calendar {
	color: #8E3B46;
	font-size: 0.9em;
}

#redfont {
	font-family: Squada One;
	color: #8E3B46;
	font-size: 25px;
}

/******* Apparel Imagery Styles *******/

.gallerychild {
	text-align: center;
	font-size: 15px;
}

/******* Bottom Styles *******/

#mailinglist {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 60px;
}

#mailing {
	text-align: center;
	font-size: 10px;
}

#email {
	display: flex;
	text-align: center;
	position: absolute;
	left: 155px;
	font-size: 10px;
}

.email {
	border: 1px solid black;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 200px;
}

.go {
	border: 1px solid black;
	padding: 8px;
	background-color: #8C7792;
}

@media only screen and (min-width: 600px) {
	
h1 {
	font-family: Irish Grover;
	font-size: 60px;
	font-weight: 400;
	background-color: #8C7792;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	text-align: left;
}

/******* Top Nav Styles *******/

#pagebackground {
	background: white;
	width: 1100px;
	margin: auto;
	padding-bottom: 22px;
	margin-bottom: 25px;
}

#topnav ul {
	display: flex;
	list-style-type: none;
}

#topnav ul li a {
	text-decoration: none;
	color: black;
	text-align:right;
	padding-right: 30px;
	font-size: 30px;
	position: relative;
	bottom: 105px;
	left: 900px;
	font-family: Squada One;
}

/******* Second Nav Styles *******/

h2 {
	text-align: center;
	padding-bottom: 15px;
}

#explore {
	background-color: #8C7792;
	padding-left: 30px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 1.1em;
	width: 1280px;
}
	
#explore p {
	width: 1270px;
}

#navgallery {
	display: grid;
	grid-template-columns: 3fr 1fr 3fr;
	padding-top: 50px;
}

#secondnav ul {
	display: flex;
	list-style-type: none;
}

#secondnav ul li {
	padding-right: 30px;
	font-size: 33px;
	font-family: Squada One;
	color:white;
	padding-left: 200px;
}

.apparel {
	position: absolute;
	top: 390px;
	left: 260px;
}

.shoes {
	position: absolute;
	top: 390px;
	left: 610px;
}

.accessories {
	position: absolute;
	top: 390px;
	left: 910px;
}

/******* Event Styles *******/

#event {
	background-color: #D4D6DD;
	width: 920px;
	margin: auto;
	text-align: center;
	padding: 8px;
}

.calendar {
	color: #8E3B46;
	font-size: 0.9em;
}

#redfont {
	font-family: Squada One;
	color: #8E3B46;
	font-size: 2em;
}

/******* Apparel Imagery Styles *******/

#arrivals {
	display: flex;
	flex-wrap: flex;
	justify-content: center;
	text-align: center;
}

#tops {
	display: flex;
	flex-wrap: flex;
	justify-content: center;
	text-align: center;
}

#bottoms {
	display: flex;
	flex-wrap: flex;
	justify-content: center;
	text-align: center;
}

#other {
	display: flex;
	flex-wrap: flex;
	justify-content: center;
	text-align: center;
}

.gallerychild {
	margin: 20px;
}

/******* Bottom Styles *******/

#mailinglist {
	background-color: white;
	padding-top: 5px;
	padding-bottom: 80px;
	
}

#mailing {
	text-align: center;
}

#mailing p {
	font-size: 15px;	
}

#email {
	display: flex;
	position: absolute;
	left: 440px;
	text-align: center;
	padding-left: 20px;
	padding-right: 300px;
}
	
#email p {
	font-size: 15px;	
}

.email {
	border: 1px solid black;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 300px;
}

.go {
	border: 1px solid black;
	padding: 8px;
	background-color: #8C7792; 
}