/* W3.CSS määrittelyt */
body,h1,h2,h3,h4,h5,h6 {
	font-family: "Raleway", sans-serif
}

body, html {
	height: 100%;
	line-height: 1.8;
	background-color: #beb58e;
}

.bgimg-1 {
	background-position: 25% 40%;
	background-size: cover;
	background-image: url("../img/site-background.jpg");
	min-height: 40%;
}

.w3-bar .w3-button {
	padding: 16px;
}

/* Omat tyylit */
.header-bg {
	background-color: #e7dca8;
}

.footer-bg {
	background-color: #3f1010;
}

.nav-button-color {
	color: #cccccc;
}

a:hover {
	color: #ffffcc;
}

.ks-center {
	margin-left: auto;
	margin-right: auto;
}

td.spacer, td.spacer_l {
	width: 50px;
}

.ks-bold {
	font-weight: bold;
}

.ks-lefta {
	text-align: left;
}

.ks-italic {
	font-style: italic;
}

.ks-underline {
	text-decoration: underline;
}


.ks-font-small {
	font-size: 12px;
}

.ks-padding-12-left {
	padding-left: 12px;
}


td.week, td.dates, td.aprtmnt {
	background-color: #cac19d;
	padding: 3px 6px 3px 6px;
}

td.week_l, td.dates_l, td.aprtmnt_l {
	background-color: #cdc6aa;
	padding: 8px;
	padding: 3px 6px 3px 6px;
}

