* {
	border:none;
	text-decoration:none;
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
p {
	font-size:14px;
}
h1 {}
h2 {}
h3 {
	font-size:16px;
}
body {
	height:100vh;
	overflow:hidden;
}
header {
	position:absolute;
	z-index:100;
	top:0;
	left:0;
}
.page {
	display:block;
	position:absolute;
	top:0;
	min-height:50vh;
	min-width:50vw;
	background:#069;
}
.page:not(target) {
	display:none;
}

.full-bg {
	background:url(../img/shooter_final.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.bg-video {
	position:relative;
	z-index:-10;
	}
.banner {
	display:block;
	height:28vh;
	width:100vw;
	text-align:center;
	position:relative;
}
.banner img {
	display:inline-block;
	width:auto;
	max-height:26vh;
	margin:1vh 0 1vh 0;
}
.logotype {
	display:none;
}
.home {
	display:block;
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
}
.menu {
	display:block;
	background:rgba(29, 29, 27, 0.5);
	height:50px;
	text-align:center;
	max-height:50px;
}
.toggle {
	display:none;
}
.menu ul {
	display:inline-block;
}
.menu ul li {
	display:block;
	float:left;
}
.menu-item {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFF;
	font-weight:bold;
	line-height:50px;
	display:block;
	height:50px;
	width:150px;
	border-right:solid 1px #FFF;
}
.menu-item:hover {
	background:rgba(255, 255, 255, 0.3);
}
.menu ul li:first-child {
	border-left:solid 1px #FFF;
}
footer {
	display:block;
	height:116px;
	background:rgba(29, 29, 27, 0.5);
	position:absolute;
	bottom:0;
	width:100vw;
	text-align:center;
}
.foot-container {
	display:inline-block;
	text-align:left;
	max-width:960px;
}
.foot-column {
	display:inline-block;
	padding-top:10px;
	float:left;
}
.foot-column h3 {
	margin-bottom:5px;
}
.foot1 {
}
.foot2 {
	margin:0 30px 0 30px;
}
.foot3 {
}
.phone-icon, .phone {
	float:left;
}
.phone-icon {
	margin-right:10px;
}


/*--VIDEO--*/

@media (min-aspect-ratio: 4/3) {
  .bg-video {
    width: 110vw;
    height: auto;
  }
}

@media (max-aspect-ratio: 4/3) {
  .bg-video {
    width: auto;
    height: 110vh;
  }
}
@media (min-aspect-ratio: 16/9) {
  .bg-video {
	  top:-25%;
  }
}
@media (max-aspect-ratio: 4/3) {
  .bg-video {
	  left:-25%;
  }
}

/*--Queries--*/
@media only screen and (max-width: 606px)  {

header {
	width:100vw;
	background:#222;
	padding-bottom:5px;
	height:auto;
}
.banner {
	display:block;
	height:auto;
	width:80vw;
	text-align:center;
	float:left;
}
.banner img {
	display:none;
}
.logotype {
	text-align:left;
	padding: 5px 0 0 8px;
	font-size: 20px;
	display:block;
}
#menu-group:not(target) ~ .menu {
	display:none;
}
#menu-group:target ~ .menu {
	display:block;
}
.menu {
	display:block;
	background:rgba(29, 29, 27, 0.5);
	width:100vw;
	text-align:center;
	float:left;
	position:relative;
	top:5px;
}
.toggle {
	display:block;
	height:40px;
	width:19vw;
	background:url(../img/menu_button.svg) 80% 50% no-repeat;
	background-size:contain;
	float:left;
	margin-top: 11px;
}
#menu-group {
	height:100%;
	width:1vw;
}
.menu ul {
	display:inline-block;
}
.menu ul li {
	display:block;
	float:left;
}
.menu-item {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FFF;
	font-weight:bold;
	line-height:70px;
	display:block;
	height:70px;
	width:100vw;
	border-right:none;
	background:#222;
}
.menu-item:hover {
	background:#333;
}
.menu ul li:first-child {
	border-left:none;
}
.foot1, .foot2 {
	display:none;
}
footer {
	height:78px;
	background:#222;
}
}
