

@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@import url(http://fonts.googleapis.com/css?family=Neuton:300,400,700,400italic);


.section{
	width: 100%;
	height:450px;
	margin-left:0;
	margin-right:0;
	text-align:center;
	padding-top:80px;
	position:relative;
}

.middle{
	display: block;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
	padding:40px;
	background: #fff;
	width: 450px;
	-webkit-transition: all 60ms linear;
	-moz-transition: all 60ms linear;
	-ms-transition: all 60ms linear;
	-o-transition: all 60ms linear;
	transition: all 60ms linear;
	text-decoration: none;
	
}
.middle:hover{
padding: 42px;
}

.bigtext{
color:#232323;
font-size: 60px;
display: block;
line-height: 80px;
margin-bottom: 20px;
margin-top: 10px;
}
.redspan{
	display: block;
	padding-right:10px;
	margin-bottom:30px;
	color:#232323;
	font-size: 18px;
	line-height: 32px;
	color:#ff3c37;

}


.morelink{
color:#ff3c37;
		text-decoration:none;}
#turdy{
	background-image:url("https://cdn.shopify.com/s/files/1/0199/0856/files/turd_front.jpg?809609429670428623");
	background-position:center;
	background-repeat: no-repeat;
	background-color: #fff;
  background-size: cover;
}
#durrtwo{
	background-image:url("https://cdn.shopify.com/s/files/1/0199/0856/files/durr_beta_front_02.jpg?5757");
	background-position:center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#knobby{
	background-image:url("http://cdn.shopify.com/s/files/1/0199/0856/files/ForsideDURR.jpg?5314");
	background-position:center;
	background-repeat: no-repeat;
	background-color: #fff;
}
#dockgems{
	background-image: url("https://cdn.shopify.com/s/files/1/0199/0856/files/dock_gems_y_front.jpg?5732");
	background-position:center;
	background-repeat: no-repeat;
	background-color: #fff;
  background-size:cover;
}

#lino{
	background-image:url("/s/files/1/0199/0856/products/poster_front_3.jpg?4554");
	background-position:center;
	background-repeat: no-repeat;
	background-color: #fff;
	}

#postpost{
	background-image:url("https://cdn.shopify.com/s/files/1/0199/0856/t/2/assets/landscapeforside.jpg?13966583403892676739");	background-position:center;
	background-repeat: no-repeat;
	background-color: #fff;
}

h1{
font-family: 'Droid Sans Mono', sans-serif;
	color:#232323;
    font-size:60px;
	}
.more{
font-family: 'Droid Sans Mono', sans-serif;
	padding-left:40px;
	padding-right:40px;
	padding-top:23px;
	padding-bottom:25px;
	background:#ff3c37;
	color:#fff;
    font-size:48px;
	text-decoration:none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 60ms linear;
	-moz-transition: all 60ms linear;
	-ms-transition: all 60ms linear;
	-o-transition: all 60ms linear;
	transition: all 60ms linear;
	text-shadow: 0px -1px 0px rgba(150, 3, 3, 1);
}
.more:hover{
	background:#ff3c37;
	padding-left:44px;
	padding-right:44px;
}

.description{
	margin-top:10px;
	font-size:18px;
font-family: 'Droid Sans Mono', sans-serif;
	line-height: 36px;
	max-width:450px;
	margin-bottom:60px;
	}
.blackspan{
	display: block;
	padding-right:10px;
	margin-bottom:30px;
	color:#232323;
	font-size: 18px;
	line-height: 32px;
}

.whitespace{
	height:0px;
	text-align:center;
	padding-top:1px;
	background: #fff;
	color:#aaa;}
