@font-face {
    font-family: 'capsuula_regular';
    src: url('../type/Capsuula-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: #222;
	color: #9296a0;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	line-height: 32px;
}

a{
	color: #ff2400;
	text-decoration: none;
}

h1{
	position: relative;
	font-family: "capsuula_regular";
	color: #222222;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 215px;
	line-height: 190px;
}

h3{
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	font-weight: normal;
}

h2{
	font-family: "capsuula_regular";
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90px;
	line-height: 80px;
	margin-bottom: 0px;
}

header{
	position: relative;
	width: 100%;
	background: url(../img/no-sign.svg) no-repeat;
	background-position: 275px -60px;
}

#white-background{
	background-color: #fff;
	background-image: url('../img/tile.png');
	width: 100%;
	
}

#outer {
	position: relative;
	width: 760px;
	height: auto;
    -webkit-transform-origin: top left;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
}

#subtitle{
	position: relative;
	margin: -100px auto 0 auto;
	padding-bottom: 100px;
}

#stroke-out{
	position: relative;
	top: 475px;
	z-index: 1;
}

#main{
	position: relative;
	background-color: #222222;
	padding-top: 50px;
	margin-bottom: 0;
}

.middle-width{
	max-width: 760px;
	margin: auto;
	padding: 0 20px 0 20px;
}


#about{
	margin:0;
}

.small-text{
	font-size: 10px;
	
}

.red-for-no-reason{
	color: #ff2400;
}

#call-to-action{
	display: block;
	margin: 50px 0 100px 0;
	color: #ff2400;
	font-family: "capsuula_regular";
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
	line-height: 52px;
	margin-bottom: 100px;
	
}

footer{
	margin: 100px 0 100px 0;
	font-size: 14px;
	line-height: 16px;
}


	