@font-face {
		font-family: philofont;
		src: url('/fonts/philosopher.ttf'),
		     url('/fonts/philosopher.eot'); 		     
}

body {
	margin:0;
	padding:0;
}

h1,h3 {
	font-family:philofont;
	margin : 0;
}

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

#wrapper {
	margin:0;
        background-color:  #78848a;
	background-image:url('/images/ice-age.png');
	padding-bottom:500px;
}

#logo {
	margin:auto;
        width:463px;	
}

#logo img {	
	margin-top: 50px;
	margin-bottom: 20px;
}

#tagline {
	font-family: philofont;
	margin:auto;
	text-align:center;
	font-size:x-large;	
}

#content {
	font-family: philofont;
	margin-left:auto;
	margin-right:auto;
	margin-top:5em;
	text-align:center;
}

#menu {
	text-align: center;
}

.menu-block {
	font-family: philofont;
	display:inline-block;	
}

/* .menu-block:hover {
	background-color: #CCCCCC;
} */

.menu-img {
	height: 100px;
	margin: 20px;
}

/* #menu .menu-block:nth-child(1) { display:none }
#menu .menu-block:nth-child(2) { display:none } */
