html, body
{
	font: 26px 'f', cursive;
	letter-spacing: 1px;
	color:#000;
	height:100%;
	background-color: #8f151e;
	 -webkit-font-smoothing: antialiased;
	min-width: 700px;
}

#container
{
	width:100%;
	margin:0 auto;
	min-height:100%;

	position: relative;
	top:0;
	left:0;
}

#content
{
	min-height: 400px;
	width:100%;

	position: relative;
	top:0;
	left:0;
}

#footer
{
	background-color: #8f151e;
	padding-top: 80px;
	padding-bottom: 100px;
	text-align: center;
}

.anim
{
	-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;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* Grid Lib ---------------------------------------------- */

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

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

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

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

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

[class*='col-']
{
  padding-right: 1px;
}

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