@charset "utf-8";
body {background-color: rgba(4, 4, 5, 1.0);margin-top: 33px;}
* {margin:0;padding:0;font-family:sans-serif;font-weight:100;text-transform:uppercase;}
.board{margin:2vw auto 5vw auto;width:73vw;}
.board img{width:73vw;border:0;opacity: 0.9}
.roundoku{width:85vw;}
.roundoku img{width:85vw;margin-left: -3vw;;border:0;opacity: 0.9}
.level{margin:0 auto 0 auto;width:50vw;}
.level img{width:50vw;border:0;}
.appstore{width:240px;margin:0 auto;}
.appstore img{width:240px;}
.menzelgames{margin:2vw auto 5vw auto;width:50vw;}
.menzelgames img{width:50vw;border:0;}

a{text-decoration: none;color:rgba(226, 206, 0, 0.9);}
a:hover{text-decoration: underline;}
.clickable{cursor: pointer;}
.content{font-size:3.6vw;font-weight:200;margin:10px 10vw;text-align:center;line-height:6vw;color:rgba(226, 206, 0, 0.4);}
h1,h1 .part1,h1 .part2, h2{letter-spacing:4px;text-align:center;margin-bottom:30px;}
h1{margin-top:20px;line-height:1.25;}
h1,h1 .part1,h1 .part2{font-size:9vw;font-weight:700;}
h2{font-size:3.5vw;font-weight:400;margin-bottom:20px;margin-top:50px;line-height:5vw;}
h3{font-size:3.5vw;font-weight:400;margin-bottom:0;margin-top:0;line-height:4vw;}
.important{color:rgba(226, 206, 0, 0.9);}

h1,h1 .part1,h1 .part2{text-shadow:0 5px 0 rgba(226, 206, 0, 0.6);color: rgba(226, 206, 0, 0.8);}
h1 .part1{color: rgba(226, 206, 0, 1.0);text-shadow:0 5px 0 rgba(128, 118, 30, 1.0);}
h1 .part2{color: rgba(214, 17, 22, 1.0);text-shadow:0 5px 0 rgba(127, 23, 16, 1.0);}
h2{text-shadow:0 2px 0 rgba(226, 206, 0, 0.4);color: rgba(226, 206, 0, 0.6);}
h3{text-shadow:0 2px 0 rgba(226, 206, 0, 0.4);color: rgba(226, 206, 0, 0.6);}
.sub-header{color: rgba(226, 206, 0, 0.6);text-shadow:0 3px 0 rgba(226, 206, 0, 0.4);font-weight: 400;font-size: 55%;}
h1.roundoku .sub-header{font-size: 40%;}

@media screen and (min-width: 700px) {
	.content{font-size:24px;width:700px;margin:auto;line-height:40px;}
	h1,h1 .part1,h1 .part2{font-size:60px;}
	h2{font-size:34px;}
	h3{font-size:28px;}
	.board,.board img{width:500px;}
	.roundoku,.roundoku img{width:700px;}
	.level,.level img{width:400px;}
	.menzelgames,.menzelgames img{width:400px;}
}
