﻿body{
	margin:0;
	padding:0;
	background-image: url('../images/bgfull.jpg');
	background-width: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color:white;
}	
h1, h2, h3{
	font-weight:100;
	margin:0;
	padding:0;
}
h2{
	color:#a19ebd;
	padding:0.5% 0;
}
.section{
	padding:2%;
	clear:both;
}
#header{
	position:relative;
}
#socials{
	position:absolute;
	top:0;
	padding-top:2%;
	right:2%;
	width:50%;
	text-align:right;
}
.vinyloption{
	width:46%;
	width:44.9vw;
	display:inline-block;
	background:white;
	color:#152032;
	padding:1%;
	margin:2% 1% 0 0;
	vertical-align:top;
}
.odd{
	float:right;
	margin:1.9% 0 0 0;
}
.vinyloption img{
	width:100%;
	height:auto;
}
a {
	text-decoration:none;
	background:#a19ebd;
	padding:1%;
	line-height:3.5em;
	color:#152032;
	transition: 0.5s ease-out;
}
a:hover{
	
	background:#e9c29d;
}
#socials a{
	padding:2%;
}
.vinyloption h3{
	margin:1%;
}
.vinyloption a{
	line-height:2em;
}
.vinyloption p{
	margin:0 1%;
}
ul{
	list-style:none;
	margin:0;
	padding:0;
}
ul li{
	display:inline;
}