/*-------- CSS -------------*/
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}

/*----------------- global ------------------------*/

body {
	margin: auto;
	vertical-align: top;
	background-image: url("../image/background-amsterdam-lottery.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-family: arial;
}

.body {
	width: 75%;
	display: block;
	margin: auto;
	color:white;
}

.header {
	display: inline-block;
	margin: auto;
	text-align:center;
	width: 100%;
}

.footer {
	padding: 10px;
    text-align: center;
}

#logo {
	display: float;
	float: left;
	width: 30%;
	vertical-align: middle;
}

#logo img {
	width: 100%;
}

.menu {
	display: float;
	float: right;
	width: 70%;
	font-size: 22px;
	
}

.menu a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	line-height: 80px;
	margin: auto;
	width: 19%;
	color: white;
}

.menu a:hover {
	color: gold;
}

#dutch {
	width: 10%;
	text-align: right;
}

#eng {
	width: 8%;
	text-align: justify;
}

#date {
	text-align:justify;
	font-size:20px;
	padding-top: 5px;
	padding-bottom: 10px;
	color:white;
}

.contain {
	width: 100%;
	display: block;
	margin: auto;
	color: white;
	cursor: default;
}

.contain p {
	text-align: center;
}

.contain button {
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	border: 1px solid white;
}

.first {
	width:60%;
	margin:auto;
	color:white;
	font-weight: bold;
}

.first td {
	text-align: center;
	vertical-align:center;
	height: 87px;
	line-height: 87px;
	background-image: url("../image/result.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	font-size: 36px;
	width: 10%;
}

.secondary {
	 margin:auto;
	 text-align:center;
	 width: 45%;
	 display:inline-block;
}

.second {
	width:50%;
	display: inline-block;
	text-align: center;
	color:white;
	font-weight: bold;
}

.second th {
	text-align: center;
	font-size: 32px;
	padding-bottom: 10px;
}

.second td {
	text-align: center;
	vertical-align:middle;
	height: 70px;
	line-height: 70px;
	background-image: url("../image/result.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	font-size: 26px;
	width: 1%;
}

#no-bg {
	background-image: none;
	width: 40%;
}

#result-div {
	width:90%;
	background:rgba(0,0,0,0.5);
	margin: auto;
}

#first {
	width:30%;
	margin:auto;
	color:white;
	font-weight: bold;
}

#first td {
	text-align: center;
	vertical-align:center;
	height: 82px;
	line-height: 82px;
	background-image: url("../image/result.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	font-size: 32px;
	width: 1%;
}

#gradient {
  font-size: 38px;
  text-align: center;
  background: -webkit-linear-gradient(#fb8702, #955724);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.result {
	width: 95%;
	margin:auto;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.result th {
	color: #fb8702;
	font-size: 26px;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
}

.result td {
	color: white;
	font-size: 20px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #fb8702;
}


/*---------mobile version---------*/
@media only screen and (max-device-width: 1000px) {

body {
	background-size: 100% 100%;
}

.body {
	width: 100%;

}

#logo {
	display: block;
	width: 90%;
	vertical-align: middle;
}

#logo img {
	width: 75%;
}

.menu {
	width: 100%;
	font-size: 42px;
	
}

.menu a {
	display: inline-block;
	vertical-align: middle;
	width: 17%;
	margin: auto;
	line-height: 100px;
}

#dutch {
	width: 14%;
}

#eng {
	width: 7%;
}

#date {
	text-align: center;
	font-size:36px;
	padding: 10px;
}

.footer {
	font-size: 12px;
}

.first {
	width:90%;
}

.second {
	width:85%;
	display: block;
	text-align: center;
	margin: auto;
}

.second td {
	height: 70px;
	line-height: 70px;
}


#first {
	width:50%;
}

#result-div {
	width:90%;
}

.result th {
	font-size: 36px;
}

.result td {
	font-size: 28px;
}

.font-mobi {
	font-size: 14px;
	font-weight: normal;
}

}