
html {
  position: relative;
  min-height: 100%;
}
body {
	background: #000000;
}

.container-full {
	background: url(../img/BG.jpg);
	background-size: cover;
}
a, a:hover, a:active a:focus {
	color: #ffffff;
}

@media screen and (max-width: 1000px) {
	.nomobile {
		display: none;
	}
	.mobile {
		width: 50%;
	}
}

