




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    background-color: white;
    color: #f15d59;
    margin: 0;
    line-height: 1;
    font-family: Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
a:hover{
	color:#000;
}
#bg-svg{
    position: absolute;
    top: 50px;
    left: 50px;
}
#fullimg {
    position: absolute;
	border:1px solid #000;
}
#bg-svg svg, #fullimg {
    width: calc(100vw - 100px);
    height: calc(100vh - 100px);
}
ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    overflow: hidden;
    height: 50px;
    margin: 0 10px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    transition: 300ms;
}
ul li:hover {
    color: #e02f2f;
}
#socials {
    position: absolute;
    bottom: 0;
    left: 50px;
    font-size: 1.5rem;
}
.btn{
	border:1px solid #000;
	position:absolute;
	top:20px;
	left:20px;
	padding:30px;
	z-index: 999;
	color:#000;
	text-transform: uppercase;
	transition: 0.6s;
	background-color:rgba(171,145,97,0.49);
}
.btn:hover{
	border:1px solid #000;
	background-color: #000;
	padding:30px;
	z-index: 999;
	color:#AB9161;
	text-transform: uppercase;
}
#packshot-holder {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
#packshot-holder-img {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	 z-index: -1;
}
.imgWrapper{
	  position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
	height:0;
}
.imgWrapper img{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
#brand {
    position: absolute;
    left: 50px;
    line-height: 49px;
    z-index: 1009;
}
.footer {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    height: 50px;
}
#copyright {
    position: absolute;
    bottom: 0;
    right: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 0.8rem;
}
		.header{
		 background-color: #fff;
		 width: 100%;
		height:50px;
		position:absolute;
		z-index:1000;
	}
.topnav {
	width:100%;
	position:absolute;
    right: 43px;
	background-color: #fff;
    z-index: 1001;
}
.topnav a {
    text-transform: uppercase;
    line-height: 34px;
    float: right;
    padding: 8px 16px;
}
.fa-bars {
    display: none;
}
.closebtn {
    display: none;
}
@media screen and (max-width: 600px) {
#bg-svg {
    top: 35px;
    left: 8px;
}
	
#bg-svg svg, #fullimg {
    width: calc(100vw - 16px);
    height: calc(100vh - 140px);
}
#socials {
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
}
	.btn {
    left: 25%;
	padding:20px;
}

.first {
    margin-top: 35px;
}

.footer{
	
    height:105px;
	
	}
#brand {
    left: 8px;
    line-height: 35px;
    z-index: 1009;
}
#copyright {
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0;
}
.fa-bars {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
	 z-index:1001;
}
#packshot-holder {
    width: 94%;
	top: 42%;
}
		.header{
		height:35px;
	}
.topnav {
	height: 25px;
	margin-right: 0px;
    width: 100%;
    height: 0;
    position: fixed;
    z-index:1002;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}
.topnav a {
	 line-height: 15px;
    float: none;
    padding: 0;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.topnav a:hover {
    color: #f1f1f1;
}
.topnav .closebtn {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 2.0rem;
}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	 #bg-svg svg, #fullimg {
    height: calc(100vh - 216px);
}
		.btn {
    left: 15%;
	padding:10px;
}

	  .footer{
    height:104px;
	
	}
}
