@import url("//hello.myfonts.net/count/3b1bb5");


@font-face {font-family: 'UniversLTPro-65BoldOblique';src: url('webfonts/3B1BB5_0_0.eot');src: url('webfonts/3B1BB5_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3B1BB5_0_0.woff2') format('woff2'),url('webfonts/3B1BB5_0_0.woff') format('woff'),url('webfonts/3B1BB5_0_0.ttf') format('truetype');}

html{
	background:black;
}
body{
	background:black;
	color: white;
	font-family:'UniversLTPro-65BoldOblique', sans-serif;
	text-transform: uppercase;
}
h1, h2, h3{
	font-weight: 100;
	letter-spacing: 1px;
}
h2, h3{
	margin:10px 0;
}
h1{
	text-shadow: -2px 3px 0px #D69A83;
}
h2{
	text-shadow: -2px 2px 0px #939292;
}
.subheading{
	font-size: 1.15em;
}
#menu{
	position:fixed;
	top:50%;
	left:-260px;
}
#menu ul{
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	list-style: none;
	margin: 0;
	padding: 10px;
}
#menu ul li{
	display: inline-block;
	padding:0 20px;
}
a{
	text-decoration: none;
	color: #D69A83;
	text-shadow: none;
}
a:hover{
	text-shadow: -1px 1px 0px #fff;
}
#menu ul li a{
	color: white;
	text-shadow:none;
}
#menu ul li a:hover{
	color: #D69A83;
	text-shadow:none;
}
#main{
	padding:30px;
	margin: auto;
	width: 90%;
	width:calc(90vw - 60px);
	max-width: 800px;
}
#packshot{
	width:300px;
	height:auto;
	float: left;
	margin:0 20px 20px 0;
}
.item{
	overflow: hidden;
	margin: 30px 0;
}
.item img, .item iframe{
	width:100%;
}
.item img{
	height: auto;
}
.quote{
	text-transform: none;
}
@media (max-width : 500px) {
	#menu{
		position:fixed;
		top:50%;
		left:-280px;
	}
	body{
		margin:0;
		padding:0;
	}
}
