@import url("https://fonts.googleapis.com/css?family=Hammersmith+One|Russo+One|Staatliches&display=swap");

body {
	background-image: url(../img/background.png);
	background-size: cover;
	margin: 0vw;
	background-repeat: no-repeat;
	min-height: 100vh;
	overflow: hidden;
}

.mobile_site{
	display: none;
}

.logo {
	background: transparent;
	position: absolute;
	width: 10vw;
	height: 5vw;
	left: 8vw;
	text-align: center;
	color: #fff;
	line-height: 4.75vw;
	font-size: 1.5vw;
	font-family: "Hammersmith One";
}

.logo a img {
	width: 100%;
	max-width: 100%;
	height: 5vw;
	object-fit: contain;
}

.backguy {
	position: absolute;
	right: 1vw;
	bottom: 0;
	width: 38vw;
	display: none;
	animation-name: fade;
	animation-duration: 2s;
}

/* Fading animation */
@keyframes fade {
	from {opacity: 0} 
	to {opacity: 1}
}  

.menu {
	list-style-type: none;
	margin: 0vw;
	padding: 0vw;
	position: absolute;
	width: 50vw;
	height: 5vw;
	left: 20vw;
	line-height: 2vw;
}

.menuitem {
	color: #fff;
	float: left;
	margin: 2.2vw 1.5vw;
	font-family: "Hammersmith One";
	cursor: pointer;
	border-bottom: 0.1vw solid transparent;
	height: 1.7vw;
	font-size: 0.8vw;
}

.menuitem:hover {
	border-color: #fff;
}

.maintext {
	position: absolute;
	width: 40vw;
	height: 22vw;
	left: 8vw;
	top: 12vw;
}

.title {
	font-family: "Staatliches";
	color: #fff;
	font-size: 4vw;
	letter-spacing: 0.1vw;
	line-height: 4vw;
}

.description {
	color: #fff;
	font-family: "Hammersmith One";
	letter-spacing: 0.1vw;
	line-height: 2vw;
	font-size: 0.75vw;
}

.button1 {
	color: #fff;
	position: absolute;
	font-size: 1vw;
	font-family: "Staatliches";
	background: #06038d;
	padding: 1vw;
	width: 8vw;
	text-align: center;
	height: 1vw;
	line-height: 1.1vw;
	top: 14vw;
	cursor: pointer;
}

.button2{
	left: 11vw;
}

.bar {
	position: absolute;
	bottom: 0vw;
	left: 0vw;
	right: 0vw;
	height: 13vw;
}

.sec1 {
	float: left;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0vw;
	width: 25vw;
	height: 100%;
	box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
}

.sec1time {
	color: #046a38;
	font-size: 2vw;
	position: absolute;
	left: 2vw;
	top: 2vw;
	font-family: "Hammersmith One";
}

.sec1title {
	color: #fff;
	font-size: 1.5vw;
	position: absolute;
	left: 2vw;
	top: 5vw;
	font-family: "Hammersmith One";
}

.sec1subtitle {
	color: #a0a0a052;
	font-size: 0.75vw;
	position: absolute;
	left: 2vw;
	top: 7vw;
	width: 11vw;
	line-height: 1.5vw;
	font-family: "arial";
}

.sec2 {
	float: left;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 25vw;
	width: 25vw;
	height: 100%;
	box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
}

.secsubtitle {
	position: absolute;
	color: #fff;
	font-family: "Staatliches";
	font-size: 1.5vw;
	left: 2vw;
	top: 1.8vw;
}

.secsubtitle.secsubtitle_2 {
	top: 3.8vw;
}

.secsubtitle.secsubtitle_3 {
	top: 5.8vw;
}

.secsubtitle.secsubtitle_4 {
	top: 7.8vw;
}

.secslots {
	position: absolute;
	color: #b3b3b3d9;
	font-size: 0.7vw;
	left: 2vw;
	top: 5.25vw;
	font-family: "Arial";
}

.secip {
	position: absolute;
	color: #fff;
	font-family: "Staatliches";
	font-size: 1.5vw;
	left: 2vw;
	top: 9.25vw;
	cursor: pointer;
}

.secbarfull {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	top: 11.25vw;
	width: 21vw;
	height: 0.25vw;
	left: 2vw;
}

.secinbar {
	width: 50%;
	background: #ff671f;
	position: absolute;
	top: 0vw;
	left: 0vw;
	height: 100%;
}

.sec2 .secsubtitle,
.sec2 .secip {
	color: #fff;
}

.sec2 .secinbar,
.sec2 .secbadge {
	background: #fff;
}

.sec2 .secbadge {
	color: #06038d;
}

.secbadge {
	position: absolute;
	background: #ff671f;
	width: 7vw;
	height: 2vw;
	text-align: center;
	font-size: 0.75vw;
	color: #fff;
	font-family: "Hammersmith One";
	line-height: 2vw;
	left: 17vw;
	top: 2vw;
}

.sec3 {
	float: left;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 50vw;
	width: 25vw;
	height: 100%;
	box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
}

.sec4 {
	float: left;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 75vw;
	width: 25vw;
	height: 100%;
	box-shadow: inset 0 0 2vw rgba(0, 0, 0, 0.3);
}

.green {
	color: #046a38 !important;
}

.pink {
	color: #c21f4a !important;
}

.blue {
	color: #06038d !important;
}

.greenbg {
	background: #046a38 !important;
}

.pinkbg {
	background: #c21f4a !important;
}

.bluebg {
	background: #06038d !important;
}

.grey1 {
	color: #ffffff3d;
	font-size: 1vw;
	position: absolute;
	top: 9.6vw;
	left: 9vw;
	cursor: pointer;
}

.grey2 {
	color: #ffffff3d;
	font-size: 1vw;
	position: absolute;
	top: 9.6vw;
	left: 8.5vw;
	cursor: pointer;
}

.grey3 {
	color: #ffffff3d;
	font-size: 1vw;
	position: absolute;
	top: 9.6vw;
	left: 8.5vw;
	cursor: pointer;
}

@media only screen and (max-width: 1200px) {
	.mobile_site{
		display: block;
	}

	.desktop_site {
		display: none;
	}

	.logo {
		max-width: 350px;
		height: auto;
		position: relative;
		text-align: center;
		left: initial;
		font-size: initial;
		line-height: initial;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto;
	}

	.logo a img {
		height: initial;
	}

	.maintext {
		position: relative;
		width: 100%;
		height: initial;
		left: 0;
		top: 0;
		text-align: center;
		margin: 50px 0 0;
	}

	.title {
		font-family: "Staatliches";
		color: #fff;
		font-size: 60px;
		letter-spacing: 5px;
		line-height: 70px;
	}

	.description {
		color: #fff;
		font-family: "Hammersmith One";
		letter-spacing: 2px;
		line-height: 30px;
		font-size: 16px;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.description_2 {
		margin-top: 20px;
		display: inline-block;
	}

	.button1 {
		font-size: 18px;
		width: auto;
		height: initial;
		line-height: initial;
		top: initial;
		position: relative;
		padding: 15px 20px;
		max-width: 155px;
		margin: 0 auto;
		letter-spacing: 5px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
}