/*
Theme Name: Warehouse
Author: Fuck Yeah! Media
Description: Custom Wordpress theme for The Warehouse
Version: 1.0
*/

html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
	background: rgba(23,37,31,1) url('img/wall.jpg') center center repeat;
	color: rgba(242,239,209,1);
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, dt, dd, dl {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	margin-top: 0;
}
h1 {
	font-size: 4rem;
}
h2 {
	font-size: 3.2rem;
	margin-bottom: 2rem;
}
h3 {
	font-size: 2.6rem;
	margin-bottom: 2rem;
}
h4 {
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	font-weight: 300;
	margin-bottom: 2rem;
}
a, 
a:hover, a:active, a:focus {
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
}
.row {
	max-width: 120rem;
}
ul {
	list-style-type: none;
	margin: 0;
}
.center {
	text-align: center;
}
img.alignright { 
  float: right; margin: 0 0 15px 15px; 
}
img.alignleft { 
  float: left; margin: 0 15px 15px 0; 
}
img.aligncenter { 
  display: block; margin-left: auto; margin-right: auto; 
}
.alignright { 
  float: right; 
}
.alignleft { 
  float: left; 
}
.aligncenter { 
  display: block; margin-left: auto; margin-right: auto; 
}
.grey {
	background: rgba(23,37,31,1);
}
.off-white {
	color: rgba(242,239,209,1);
}
.intro {
	padding: 3rem;
}
.slogan {
	font-family: 'Bentham', serif;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.details {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	background: rgba(0,0,0,0.6);
	color: rgba(255,255,255,1);
	padding: 1rem;
	border:5px solid rgba(255,255,255,1); 
	display: block;
	width: auto;
	margin: 3rem auto;
	max-width: 80rem;
	text-align: center;
	text-transform: uppercase;
}
.main-pic {
	background: rgba(23,37,31,1);
	padding: 3rem;
}
.main-pic img {
	margin-bottom: 1.5rem;
}
footer {
	padding: 5rem 3rem;
}

.stock p {
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-size: 1.4rem;
	font-weight: 600;
}
.stock p.big-font {
	font-size: 1.9rem;
}
.row .row-images .columns {
	margin-bottom: 1.5rem;

}
.address {
	padding: 3rem;
}
.address p {
	font-size: 1.4rem;
}
.bentham {
	font-family: 'Bentham', serif;
	font-size: 2rem;
	font-weight: 600;
}
.about-us {
	text-align: justify;
	font-size: 1.5rem;
}

@media only screen and (min-width: 641px) {

	.row .row-images .columns {
		padding: 0rem;
		margin-bottom: 0rem;
	}
	.intro {
		padding-bottom: 15rem;
	}
	.big-table {
		transform:translateY(-15rem);
	}
	.stock {
		transform:translateY(-5rem);
	}
	.slogan {
		font-size: 3rem;
	}
	.details {
		font-size: 1.9rem;
	}
	.stock p {
		font-size: 1.9rem;
		margin-bottom: 0;
	}
	.stock p.big-font {
		font-size: 2.7rem;
	}
	.table-wrap {
		position: relative;
	}
	.open-sign {
		transform:translateY(-8rem);
	}
	.main-pic img {
		margin-bottom: 0rem;
	}
	.address p {
		font-size: 1.9rem;
	}
}