html { 
  background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
    line-height: 2.25em;
    letter-spacing: .15em;
	color: white;
	‑webkit‑text‑size‑adjust: 100%;
	border: 0;
	margin: 0;
}

::selection {
	color: white;
	background: #fe613c;
}
	
::-moz-selection {
	color: white;
	background: #fe613c;
}

.content {
	height: 300px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.type {
	text-align: center;
}

.sans {
	text-transform: uppercase;
	display: block;
}

.serif {
	font-family: 'Cardo', serif;
	font-weight: 400;
	font-size: 48px;
	letter-spacing: -.03em;
	padding-top: 50px;
	padding-bottom: 0px;
	display: block;
}

.italic {
	font-family: 'Cardo', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 12px;
	letter-spacing: .5em;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 40px;
	display: block;
}

/* GRID */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='col-'] {
	float: left;
	padding: 0px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 1000px;
	min-width: 255px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

/* Grid */

.col-1-1 {
	width: 100%;
}

.col-3-4 {
	width: 75%;
}

.col-2-3 {
	width: 66.66%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-4_sidebar {
	width: 25%;
	padding-left: 50px;
}
.col-1-8 {
	width: 12.5%;
}
