


body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: Georgia, serif;
    color: #47a3da;

}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.main,
.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
}

.logo{
  position: absolute;
  top: 80px;
  left: 100px;
  height: 120px;
}

.logo img,
.logo a{
  display: block;
  height: 120px;
  text-decoration: none;
}


.info{
  position: absolute;
  overflow: hidden;
  top: 233px;
  left: 100px;

  width: 355px;

  color: #945252;
  text-align: center;
  line-height: 38px;  
}

.info > a{
  display: block;
  height: 40px;
  color: #945252;
  text-transform: uppercase;
  font-weight: bold;
  font-family: prestige-elite-std, monospace;
  border: solid 2px #945252;  
}

.info > a:hover{
  background-color: #945252;
  color: #fff;
}


.content{
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #945252;
  color: #fff;
}


.content .info > a{
  color: #fff;
  border-color: #fff;
}

.content .info > a:hover{
  color: #945252;  
  background-color: #fff;
}

.description{
  position: absolute;
  top: 300px;
  left: 100px;  
  width: 600px;
  padding: 0;
  
  font-style: italic;
}


.description p{
  padding: 0;
  margin: 0;
}

.slogan{
  position: absolute;
  top: 440px;
  left: 100px;  
  
  font-size: 0.9em;    
}

.slogan p{
  font-style: italic;
  margin: 0;
}

.contact{
  position: absolute;
  top: 498px;
  left: 100px;  
  font-size: 0.9em;
}



.contact a{
  color: #fff;
  font-style: italic;
}

.contact a:hover{
  color: #fff;
  text-decoration: underline;
}
