* {
margin:0;
padding:0;
}
body {
font-family: 'Merriweather', serif;
color:#000;
}
img {
border:none;
}
h1 {
font-family: 'Yanone Kaffeesatz', serif;
font-size:4em;
font-weight:bold;
text-transform:uppercase;
margin-bottom:0.25em;
/*
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)); 
-webkit-background-clip: text; 
-webkit-text-fill-color: transparent;
*/
}
h2, h3 {
font-size:2.4em;
line-height:1.5em;
margin-bottom:2em;
}
h3 {
display:none;
font-size:1.3em;
margin-bottom:0.5em;
}

a,h2 a {
color:#ff0;
text-decoration:none;
}
a:hover, h2 a:hover {
color:#f60;
}
.content {
padding:150px 0px 0px 250px;
width:55%;
}
.w {
clear:both;
}
.logo {
width:100px;
height:100px;
}
