@import url('http://koutadesign.fi/ie/normalize.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

html, body {height: 100%; }
html, body, h1, h2, p {margin:0px; padding:0px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
::-moz-selection{ background: rgb(255, 155, 55); color:rgb(255, 255, 255); text-shadow: none;  }
::selection { background: rgb(255, 155, 55); color:rgb(255, 255, 255);  text-shadow: none; }
body{font-family: 'Open Sans', sans-serif; color:rgb(255,255,255); background-color:rgb(37, 37, 37); background-image: -moz-radial-gradient(50% 50%, ellipse cover, rgb(75, 75, 75), rgb(37, 37, 37) 75%); background-image: -webkit-radial-gradient(50% 50%, ellipse cover, rgb(75, 75, 75), rgb(37, 37, 37) 75%); background-image: -o-radial-gradient(50% 50%, ellipse cover, rgb(75, 75, 75), rgb(37, 37, 37) 75%); background-image: -ms-radial-gradient(50% 50%, ellipse cover, rgb(75, 75, 75), rgb(37, 37, 37) 75%); background-image: radial-gradient(50% 50%, ellipse cover, rgb(75, 75, 75), rgb(37, 37, 37) 75%) }
p{ font-size:18px; font-weight: 400; margin:10px 0px 30px 0px; line-height:110%;  text-shadow:0px 0px 10px rgba(0,0,0,0.5); }
h1{ font-size:70px;  font-weight: 700; line-height:100%; letter-spacing:-4px; text-transform:uppercase; text-shadow:0px 0px 10px rgba(0,0,0,0.5); padding-bottom:10px; border-bottom:2px solid rgb(187, 187, 191); }
h2{font-size:44px;  font-weight: 700; line-height:100%; letter-spacing:-2px; text-transform:uppercase; text-shadow:0px 0px 10px rgba(0,0,0,0.5); }
img {margin-bottom:30px;}
.wrapper{width:98%; max-width:700px; margin:0px auto; height:100%; display:table; }
.area {width:100%; height:100%; display:table-cell; vertical-align:middle; text-align:center;}

@media all and (max-width: 768px) and (min-width: 641px) {
h1{ font-size:80px; }
}
@media all and (max-width: 640px) and (min-width: 481px) {
p{ font-size:16px; }
h1{ font-size:60px; }
h2{font-size:40px; }
}
@media all and (max-width: 480px) and (min-width: 1px) {
p{ font-size:15px; }
h1{ font-size:42px; }
h2{font-size:28px; }
}
