html body {
	height: 100%;
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 200px;
}

body {
	height: 100%;
	background-image: url("../img/bkg-new.jpg");
	background-position: center;
	background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

button {
	width: 216px;
	height: 53px;
	border-radius: 7px;
	border: none;
	background-color: #00173B;
}

button:hover {
	background-color: #DDB783;
}


.container {
	max-width: 1065px;
	height: 100%;
	background-image: url("../img/bkg-new.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.right {
	position: fixed;
	top: 15px;
	right: 15px;
	height: 100%;
}

.logo {
	max-width: 247px;
}

.bottom {
	position: fixed;
	bottom: 12px;
	color: #9B9B9B;
	text-align: center;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 13px;
}

.enter {
	width: 500px;
	height: 500px;
	position:fixed;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
	text-align: center;
	left:50%;
	color: white;
}

.enter img {
	padding-top: 50px;
	margin-bottom: 30px;
}

.enter a {
	text-decoration: none;
	list-style-type: none;
	font-size: 20px;
	font-weight: 300;
	color: white;
}

.spaced {
	letter-spacing: 5px;
	font-size: 15px;
	margin-bottom: 30px;
}
