.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: 99%;
}


p {
    font-size: 1.4em;
}

img {
    max-width: 100%;
}

body {
    background-color: hsl(212, 60%, 23%);
}

#page {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    color: #FFF;
}

a.fb {
    color: #FFF;
    font-size: .8em;
}


a {
    color: #FFF;
    font-size: 1em;
}

h1 {
    font-size: 4em;
    text-align: center;
    line-height: 1em;
}

.herokuva {
    padding: 0;
    max-width: 90%;
    margin-left: 17px;
}

.events {
    background-color: hsla(0, 0%, 100%, .4);
    padding: 1em;
    border: 1px solid #FFF;
    border-radius: 3px;
}

.events h2, .events strong {
    text-shadow: 1px 1px 0px hsl(212, 60%, 23%);
}

.heroteksti p {
    margin-top: 0;
    font-size: 1.4em;
}

.sponsori a {
    text-decoration: none;
}
.sponsori a:hover {
    text-decoration: underline;
}

p.corellia img { margin-bottom: -20px; }
p.corellia a { text-decoration: none; font-size: 2em; }
p.corellia a:hover { text-decoration: underline; }

@media screen and (min-width: 769px) {

    html {
        -webkit-text-size-adjust: 99%;
    }
    
    .herokuva {
        float: left;
        width: 50%;
        margin-left: 0;
        padding-right: 1em;
    }
    
    .heroteksti {
        float: left;
        width: 50%;
    }
}