html {

	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #000;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

h1, h2, h3 {

	font-family: 'Shadows Into Light', cursive;
	font-family: 'Patua One', cursive;
	text-transform: uppercase;
	color: #C62E2E;
}

h1 {

	font-size: 3.0rem;
}

h2 {
	font-size: 2.0rem;
}

h3 {
	font-size: 1.5rem;
}

a {
	color: #2B2B2B;
}

h1 a, h2 a, h3 a {

	text-decoration: none;
	color: #C62E2E;
}

img {

	display: block;
	max-width: 100%;
}

small {

	font-size: 0.5em;
}

body {
	background: url('kuvat/bg.png');
	background-attachment: fixed;
	margin: 15px;
}

#pohja {

	max-width: 800px;
	margin: 50px auto;
	padding: 30px;
	background-color: #fff;
	position: relative;
}

#pohja:before {

    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
}

#otsikko small {

	display: inline-block;
}

#otsikko span {

	margin-right: 15px;
}

#otsikko h1 {

	margin-bottom: 0.1rem;
}

#navi {
	margin: 50px 0;
}

#some {
	max-width: none;
	float: none;
}

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

	#some {
		max-width: 300px;
		float: right;
	}
}

/*
@media screen and (min-width: 720px) {

	#insta {

		float: right;
		width: 100%;
		max-width: 250px;
	}
}*/

.image-wrap {

	max-width: 150px;
	max-height: 150px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}

.image-wrap img {

	border-radius: 5px;
	max-width: 100%;
	border-radius: 50%;
}

.image-wrap:before {

    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
}

.day {
    display: inline-block;
    width: 30px;
}
