@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	color: white;
}
#mainNavTopLeft {
	width: 100%;
	height: 80px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	background-color: white;
	float: left;
	margin-bottom: 10px;

}
#mainNavBar {
	display: inline-block;
	width: 30%;
	height: 80px;
	background-color: black;
}
p.shopHere {
	text-align: center;
	vertical-align: center;
}
#InstaFeed {
	text-align: center;
	height: auto;
	margin-bottom: 10px;
}
.instaInsert {
	height: 700px;
	margin-bottom: 10px;
}
#mainFooter {
	width: 100%;
	height: 120px;
	color: black;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: center;
	position: fixed;
	left:0;
	bottom: 0;
	padding: 0;
	background-color: lightgrey;
	margin: 0px;
}

#footerCenter {
	display: inline-block;
	width: 35%;
	height: 100%;
	margin: 0 auto;
	vertical-align: middle;
}
.socialIcons li {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-left: 10px;
	margin-right: 10px;
}
.socialIcons .iconImage:hover {
	opacity: 0.3;
}
