@import url('https://fonts.googleapis.com/css?family=Grand+Hotel');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');

html {
	font-family: 'Roboto';
  font-weight: normal;
  line-height: 24px;
}

h1, h2, h3, h4 {
	font-family: 'Playfair Display', serif;
	text-align: center;
	background-image: url("luukunalus.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
	line-height: 70px;
	margin: 0;
}

h1 {
	font-size: 50px;
}

body {
	margin: 0;
	background-image: url('images/bg.jpg');
	background-color: #182430;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1300px;
	height: 100%;
	position: relative;
}

#main {
	position: relative;
}

#kalenteri{
	background-image: url("images/kalenterikuva2016v2.jpg");
	background-repeat: no-repeat;
	height: 625px;
	width: 1000px;
	position: relative;
	z-index: 5;
    top: 112px;
    left: 135px;
}

#reunus {
	background-image: url('images/kalenteriborder.png');
	background-repeat: no-repeat;
	/*background-position: bottom;*/
	z-index: 10;
	position: absolute;
	width: 1300px;
	height: 846px;
}

#luukkunumerot{
	height: 625px;
	width: 1000px;
	position: absolute;
    top: 112px;
    left: 135px;
	z-index: 20;
}

#logo {
	background-image: url("images/joulukalenteriotsikko.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 52px;
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 20;
}

#toplink {
	width: 100%;
	height: 100%;
}

#luukkumain {
	height: 100%;
	background-color: white;
	padding: 5%;
	overflow: hidden;
}

#luukkucontainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	width: 100%;
	height: 100%;
	position: relative;
}

#luukkucontent {
	height: 100%;
	max-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#luukkumain img {
	max-width: 100%;
	height:auto;
	display: block;
	margin:auto;
}

#luukkumain h1 {
	padding-bottom: 0;
}

#luukkumain h2{
    line-height: initial;
}

#luukkumain h3 {
	padding-bottom: 0;
	text-align: left;
	line-height: initial;
	padding-top: 20px;
}
