/*************************************
GENERAL
*************************************/

body {
  font-family: 'Open Sans', sans-serif;
}

#wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 5%;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h3 {
margin: 0 0 1em 0;
}

p.pealkiri{
	font-size: 1.25em;
	color: #f7941d;
}

div.tume {
	color: black;
}

#aaris {
	border-left: 15px solid white;
	border-right: 15px solid white;
}


/*************************************
HEADING
*************************************/
h1 {
  text-align: center;
  font-family: 'Changa One', sans-serif;
  margin: 15px 0;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 0.8em;
}

h2 {
  font-size: 0.75em;
  margin : -5px 0 0;
  font-weight: normal;
}

ul {
list-style: none;
}




/*************************************
NAVIGATION
*************************************/

nav {
  text-align: center;
  padding: 10px 0;
  margin: 20 px 0 0;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
  display: inline-block;
}

nav a {
  font-weight: 800;
  padding: 15px 10px;
}





/*************************************
FOOTER
*************************************/

footer {
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 50px;
  color: #ccc;
}


/*************************************
COLORS
*************************************/

/* site body */
body {
  background-color: #fff;
  color: #999;
}

/* orange header*/
header {

  border-color: #CC6600;
}

/* nav background on mobile */
nav {
background: #f7941d;
}

/* logo text */
h1, h2 {
  color: #fff;
}

/* links */
a {
  color: #f7941d;
}

/* nav link  
*/
nav a, nav a:visited {
  color: #fff;
}

/* selected nav link */
nav a.selected, nav a:hover {
  color: #FFCC99;
}









