body {
margin: 0;
}

.container {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

nav {
	background-color: grey;
	text-align: right;
	padding: 10px 15px 10px 0px;
}

nav ul {
	padding: 0px;
	margin: 0px;
}


nav ul li {
	color: white;
	display: inline-block;
	font-family: 'Comfortaa', cursive;
	padding-right: 10px;
}

nav ul li a {
	color: white;
	display: inline-block;
	text-decoration: none;
}

nav ul li a:hover {
	color: #006600;
	text-decoration: underline;
}


header {
	background-color: white;
	width: 1200px;
	height: 150px;
	padding: 0;
}

header #mm a {
	width: 550px;
	height: 150px;
	background-image: url("../../img/logo.png");
	display: block;
}

header #mm a:hover {
	width: 550px;
	height: 150px;
	background-image: url("../../img/logo_hover.png");
	display: block;
}

#cart {
	margin: 55px 50px 0px 0px;
	border:2px solid black;
	padding: 5px;
	color: black;
	font-family: 'Comfortaa', cursive;
	float: right;
}

#cart a {
	text-decoration: none;
	color: black;
}

header #search {
	margin: 55px 100px 0px 0px;
	background-color: black;
	border: 2px solid black;
	padding: 0px;
	float: right;
	
}

header .textinput {
	margin: 0;
	padding: 5px 5px;
	font-size: 14px;
	float: right;
}

header .button {
	background-color: black;
	color: white;
	margin: 0;
	padding: 5px 5px;
	font-size: 14px;
	font-family: 'Comfortaa', cursive;
	text-align: center;
	text-decoration: none;
	border: 0px solid black;
}


#social {
	background-color: black;
	position: fixed;
	left: 0px;
	top: 270px;
	width: 45px;
	height: 210px;
	border: 5px solid black;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 0px; 
}

#social a {
    text-decoration: none;
    color: white;
}

#social a i{
    padding: 5px;
}

#social a:hover {
	color: #87a96b;
}

section {
	overflow: none;
	padding-left: 150px;
	width: 750px;
	height: 680px;
	background-color: white;
}

section h1, h2 {
	font-size: 48px;
	font-family: 'Lobster', cursive;
}

section p {
	text-indent: 20px;
	text-align: justify;
	color: grey;
	font-family: 'Comfortaa', cursive;
	padding-bottom: 50px;
}

#lightning {
	width: 284px;
	height: 282px;
	float: right;
	position: relative;
}

footer {
	background-color: black;
	width: 100%;
	clear: both;
	color: white;
	text-align: center;
	padding: 10px;
	font-family: sans-serif;
}

footer span {
	color: #87a96b;
}