@charset "utf-8";
/* CSS Document */

body {
	background-color: #6287ae;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font: Arial;
}

.wrapper {
	max-width: 980px;
	max-height: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.header {
	max-height: 145px;
	max-width: 980px;
	margin-top: 15px;
	background-color: #fff;
	border: none;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#defaultNavbar1 a:link {
	color: #fff;
}

#defaultNavbar1 a:active {
	background-color: #6287ae;
	color: #fff;
}

#defaultNavbar1 a:hover {
	color: #fff;	
	background-color: #6287ae;
}

#defaultNavbar1 a:visited {
	color: #fff;
}

.navbar {
	background-color: #7f8082;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	width: 100%;
	margin-bottom: 0;
}

.navbar-header {
	float: right;
	height: auto;
}

.navbar-right {
	background-color: #7f8082;
	float: right;
	max-height: 50px;
	color: #fff;
}

.content {
	background-image: url(../images/body.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	max-width: 100%;
	min-height: 600px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: none;
}

h1 {
	color: #6287ae;
	font-size: x-large;
	font-weight: bold;
	padding-left: 30px;
}

h2 {
	color: #6287ae;
	font-size: 12px;
	font-weight: bold;
}

.center {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}
.infoLaatikko {
	background-color: rgba(255,255,255,0.8);
	margin: 5px;
	max-width: 290px;
	height: 135px;
	border: thin solid #E8E8E8;
}

.infoLaatikko li {
	font-size: 12px;
	color: #6b6b6b;
}

.infoLaatikko img {
	margin-left: 10px;
	margin-right: auto;
	padding-top: 15px;
	border-radius: 5px;
}

.kirjat {
	max-width: 99%;
	padding-left: 25px;
}

.pikkukirjat{
	display: inline-block;
}

.paddingTop10 {
	padding-top: 10px;
}

.right {
	text-align: right;
	padding-right: 10px;
}

.taiteilija {
	font-size: x-small;
	color: #fff;
	text-align: right;
}

.tausta {
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}

.taustaScroll {
	max-width: 860px;
	max-height: 840px;
	background-color: rgba(255,255,255,1);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: scroll;
	
}

.tausta p {
	padding-left: 30px;
	color: #575858;
	font-size: small;
}

.taustaScroll p {
	padding-left: 30px;
	color: #575858;
	font-size: small;
}

.tausta ul {
	padding-left: 50px;
	color: #575858;
	font-size: small;
}

.floatLeft {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.floatRight {
	float: right;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.kiitos {
	min-height: 600px;
	padding-top: 50px;
}

input {
	max-width: 99%; 
}

textarea {
	max-width: 99%;
}

.sininen {
	background-color: #6287ae;
	border-color: #6287ae;
	width: 185px;
	text-align: left;
	margin-top: 5px;
}

footer {
	max-width: 980px;
	height: 50px;
	background-color: #fff;
	color: #6287ae;
	text-align: center;
	font-size: large;
	margin-bottom: 15px;
	padding-top: 15px;
	border-left: thin solid rgba(1,1,1,0.1);
	border-right: thin solid rgba(1,1,1,0.1);
	border-bottom: thin solid rgba(1,1,1,0.1);
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


@media screen and (max-width: 767px) {
	#defaultNavbar1 {
		height: 250px;
		padding-right: 130px;
		padding-top: 20px;
		border-top-color: #7f8082;	}
	.navbar-collapse {
		float: right;
	}
	.wrapper {
		max-height: 2000px;}
	
	
	.content {
		max-height: 2300px;
		padding-bottom: 20px;}
	.tausta {
		background-color: rgba(255,255,255,0.5);
		max-height: 2600px;
		padding-right: 5px;}
	
	footer {
		font-size: small;
	}
  }

@media screen and (max-width: 600px) {
	.scroll {
		height: 2000px;
		overflow: scroll;
	}
	
}