
@font-face {
	font-family: hcfontbold;
	src: url(/holland-online_holland-casino-theme/fonts/Cadiz/Cadiz-Bold.ttf);
}

@font-face {
	font-family: hcfontlight;
	src: url(/holland-online_holland-casino-theme/fonts/Cadiz/Cadiz-Light.ttf);
}

@font-face {
	font-family: hcfontregular;
	src: url(/holland-online_holland-casino-theme/fonts/Cadiz/Cadiz-Regular.ttf);
}


body {
	margin: 0;
	height: 100%;
	overflow: hidden
}

.main {
	display: block;
	position: absolute;
	text-align: center;
	left: auto;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	margin: 0px;
	opacity: 0;
}

#bg {
	position: absolute;
	display: block;
	width: 100%;
	height: 100vh;
}

.bgimg {
	background-image: url(img/bg.webp);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;
}
.textmain {
	margin-top: 90px;
	height: auto;
	font-family: hcfontbold;
	font-size: 38px;
	line-height: 110%;
	color: #fff;
	text-align: left;
}
#t2{
	font-size: 34px;
	font-family: hcfontbold;
	background:
	linear-gradient(to right, #fc8846 5%, #fb2b89 100%);
		display: inline-block;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
}
#t3{
	font-size: 30px;
	font-family: hcfontlight;
}
.textsmall{
	font-family: hcfontlight;
	font-size: 45%;
	line-height: 130%;
}
.center {
	margin-top: 0vh;
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
}
.button {
	position: absolute;
	margin: auto;
	margin-top: 40px;
	width: 200px;
	height: auto;
	font-family: hcfontbold;
	font-size: 20px;
	color: #fff;
	box-shadow: 0px 15px 20px -15px #000;
	background: linear-gradient(to right, #fc8846 5%, #fb2b89 100%);
	background-color: #599bb3;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 5px;
	text-decoration: none;
	margin-left: 1px;
	left: 1px;
	z-index: 500;
}

.button:hover {
	background: linear-gradient(to right, #fb2b89 5%, #fc8846 100%);
	background-color: #408c99;
}
.visual {
	position: static;
	margin: 0 auto;
	margin-top: 50px;
	width: 1150px;
	height: auto;
}
#asset {
	position: absolute;
    left: 425px;
    top: -45px;
    width: 622px;
}

#tablet {
	position: absolute;
    left: 360px;
    top: -111px;
    width: 757px;
}

@media only screen and (min-width: 1281px) and (max-width: 1500px){

	#asset {
		left: 380px;
		top: -43px;
	}
	
	#tablet {
		left: 311px;
		top: -112px;
	}

	.visual {
		position: static;
		margin: 0 auto;
		margin-top: 50px;
		width: 950px;
		height: auto;
	}
	.textmain{
		font-size: 33px;
	}
}

/* --------------------------------------------- Tablet Landscape ---------------------------------------------------------*/

@media only screen and (max-width: 1280px) and (orientation: landscape) {
	.bgimg {
		background-image: url(img/bg.webp);
	}
	.center {
		margin-top: 6vh;
	}
	.textmain {
		margin-top: 0px;
		font-size: 35px;
	}
	.button {
		margin-top: 40px;
		width: 200px;
		font-size: 20px;
		padding: 15px 10px;
	}
	.visual {
		margin-top: 43px;
		width: 900px;
		height: auto;
	}
	#asset {
		top: -50px;
		left: 374px;
		width: 590px;
  }

  	#tablet {
		top: -111px;
		left: 315px;
		width: 713px;
  	}
}


/* --------------------------------------------- Mobile Landscape ---------------------------------------------------------*/

@media only screen and (max-width: 1023px) and (orientation: landscape) {
	.center {
		margin-top: 0vh;
	}
	.bgimg {
		background-image: url(img/bg.webp);
	}
	.textmain {
		margin-top: 10px;
		font-size: 26px;
	}
	.button {
		margin-top: 50px;
		width: 180px;
		font-size: 20px;
		padding: 15px 10px;
	}
	.visual {
		margin-top: 71px;
		width: 640px;
		height: auto;
	}

}


/* --------------------------------------------- Tablet Portrait ---------------------------------------------------------*/

@media only screen and (orientation: portrait) {
	.bgimg {
		background-image: url(img/bg.webp);
	}
	.center {
		margin-top: 1vh;
	}	
	.textmain {
		margin-top: 52px;
		font-size: 32px;
	}	
	.button {
		margin-top: 40px;
		width: 200px;
		font-size: 16px;
		padding: 15px 10px;
	}
	#asset {
		left: 183px;
		width: 544px;
		top: 20px;
  }

  #tablet {
	left: 106px;
    width: 688px;
    top: -50px;
  }
	.visual {
		margin-top: 45px;
		width: 600px;
		height: auto;
	}	
}


@media only screen and (min-width: 601px) and (max-width: 1001px){

	#asset {
		top: 4px;
		left: 223px;
		width: 478px;
	}
  

  	#tablet {
		top: -58px;
		left: 159px;
		width: 605px;
	}
  
	.textmain {
		margin-top: -26px;
		font-size: 24px;
	}
	#t2{
		font-size: 28px;
	}
	#t3{
		font-size: 24px;
	}
	
}

/* --------------------------------------------- Mobile Portrait ---------------------------------------------------------*/

@media only screen and (max-width: 600px) and (orientation: portrait) {
	
	.bgimg {
		background-image: url(img/bg_mobile.webp);
	}
	.center {
		margin-top: 0vh;
	}
	.textmain {
		margin-top: 14px;
		width: 292px;
		font-size: 17px;
	
	}
	.textsmall{
		font-family: hcfontregular;
		font-size: 65%;
		line-height: 130%;
	}
	.button {
		margin-top: 20px;
		width: 150px;
		font-size: 16px;
		padding: 15px 10px;
		height: 15px;
	}
	#asset {
		top: 62px;
		left: -13px;
		width: 380px;
  }

  #tablet {
    top: 20px;
    left: -79px;
    width: 521px;
  }
	.visual {
		margin-top: 0px;
		width: 320px;
		height: auto;
	}
	#t2{
		font-size: 23px;
		line-height: 25px;
		width: 300px;
	}
	#t3{
		font-size: 22px;
		line-height: 116%;
		width: 350px;
	}
}

