body {

	margin: 0;
	background-attachment: fixed;
	background-repeat: repeat;
	opacity: inherit;
	background-image: url("symphony.png");
}

/* Background pattern from subtlepatterns.com */

nav li {
  padding-right: 80px;
  padding-left: 80px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
	color: white;
	width: auto;
  height: auto;
	text-align: center;
}

#sivun_ylaosa {
  width :100%; 
  background-color: #000046;
  opacity: .5;
  margin-top: 0;
  text-align: center;
  padding-bottom: 0;
  height: auto;
  display: inline-block;
  position: fixed;
  z-index: 1000;
}

#huomiokuva {
  width :100%; 
  clear: both;
  background-color: black;
  background-image: url("etusivukuva.JPG");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: justify;
  padding-bottom: 0;
  margin-top: 0;
  height: 100%;
  color: white;
}

a, a:link, visited {
  text-decoration: none;
	color: inherit;
}

a:hover{
	color: #CC6699;
}

h1 {
	font-size: 100px;
	text-align: center;
	font-family: 'Cookie', cursive;
  font-weight: lighter;
  text-shadow: 1px 1px 20px #808080;
  padding-top: 180px;
  padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;

}

h2 {
    font-family: 'Libre Baskerville', serif;
}

h3 {
    font-size: 20px;
    font-family: 'Libre Baskerville', serif;
    line-height: 11px;
    padding-top: 10px;
    padding-bottom: 3px;
    border-bottom: 1px 
    dotted gray;
}

p {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.korostus {
  font-style: italic;
}

ol {
  list-style-type: decimal;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

#tekstiosio ul  {
  list-style-type: none;
  float: right;
  margin-right: 50px;
}

#tekstiosio ul li {
  margin-bottom: 5px;
}

#tekstiosio {
  max-width: 800px;
  margin-top: 20px;
	margin-right: 50px;
	margin-left: 50px;
  text-align: justify;
  display: inline-block;
  position: relative;
}

#video {
  margin-top: 20px;
  text-align: center;
}

#kansi {
   max-width: 150px;
}

footer {
  width :100%; 
  background-color: #000046;
  color: gray;
  opacity: 0.8;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  height: auto;

}