@import url(http://fonts.googleapis.com/css?family=Alef);
@import url(http://fonts.googleapis.com/css?family=Petrona);

html, body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Alef', sans-serif;
}

#logo {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 5;
  top: 0px;
  height: 160px;
  padding: 15px;
}

#eesi {
  height: 120px;
}

#menu {
  position: fixed;
  width: 100%;
  top: 190px;
  z-index: 4;
  background-color: #ffffff;
  padding-bottom: 20px;
}

#container{
  position: relative;
  top: 300px;
  width: auto;
  z-index: 0;
}

#contact {padding-bottom: 590px;}

.content {
  margin-bottom: 200px;
  padding-left: 20%;
  padding-right: 20%;
}

h4 {
  font-family: 'Petrona', serif;
  color: #669933;
  text-align: right;
  font-size: 36pt;
  font-weight: 200;
  line-height: 200%;
  padding-top: 25px;
}

h3 {
  font-family: 'Alef', serif;
  color: #000000;
  text-align: left;
  font-size: 20pt;
  font-weight: 200;
  line-height: 200%;
}

p, ul, li {
  font-family: 'Alef', sans-serif;
  text-align: justify;
  font-size: 14pt;
  line-height: 200%;

}

.email
{
  font-family: 'Alef', sans-serif;
  text-align: justify;
  font-size: 14pt;
  line-height: 200%;
  text-decoration: none;
  color: #669933
}

.quote {
padding: 0px 50px;
font-style: oblique;
}

.float_left {
float: left;
margin: 6pt 12pt 6pt 0pt;
height: 150px;
}

.float_right {
float: right;
margin: 6pt 0pt 6pt 12pt;
height: 150px;
}

q:lang(en)
{
font-family: 'Sylfaen', serif;
font-size: 30pt;
quotes: "«" "»";
line-height: 150%;
font-style: oblique;
}


nav a {
	position: relative;
	display: inline-block;
	margin: 5px 5px 25px;
	outline: none;
	color: #669933;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.0em;
  z-index: 500000;
}

nav a:hover,
nav a:focus {
	outline: none;
}

.menu_effect a {
	padding: 0px 15px;
	height: 25px;
	line-height: 26px;
}

.menu_effect a::before,
.menu_effect a::after {
	position: absolute;
	width: 45px;
	height: 2px;
	background: #669933;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.menu_effect a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.menu_effect a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.menu_effect a:hover::before,
.menu_effect a:hover::after,
.menu_effect a:focus::before,
.menu_effect a:focus::after {
	opacity: 1;
}

.menu_effect a:hover::before,
.menu_effect a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.menu_effect a:hover::after,
.menu_effect a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}