@font-face {
   font-family: 'Raleway';
   font-weight: 400;
   src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
   font-family: 'Museo';
   font-weight: 400;
   src: url(../fonts/Museo_Slab_500.otf);
}

*{
	margin: 0px;
	padding: 0px;
}

html, body{
	display: block;
	width: 100%;
	height: 100%;
}

div#content{
	width: 100%;
	height: 100%;
	
	min-width: 800px;
	min-height: 600px;
	
	background: url(../images/background.svg) no-repeat bottom center;
	background-size: cover;
	
	position: relative;
}

div#top{
	height: 150px;

	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

div#top-inner{
	width: 500px;
	height: 150px;

	margin: 0px auto;

	position: relative;
}

div#corner{
    width: 120px;
    height: 100px;
    
    position: absolute;
    top: 40px;
    right: 20px;
}

div#center{
	position: absolute;
	top: 170px;
	left: 0px;
	right: 0px;
	bottom: 170px;
}

div#nav{
	height: 100px;
	
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
}

div#nav-inner{
	width: 500px;
	height: 100px;

	margin: 0px auto;

	position: relative;
}

div#nav-bar{
	width: 420px;
	height: 100px;
	
	margin: 0px auto;
    
    overflow: hidden;
}

h1{
    font-family: 'Museo', sans-serif;
	font-weight: 400;
	line-height: 60px;
	font-size: 54px;
	text-align: center;
	color: #444;
	
	position: absolute;
	top: 30px;
	left: 0px;
	right: 0px;
}

div.subtitle{
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	color: #444;
	
	position: absolute;
	top: 102px;
	left: 0px;
	right: 0px;
}

a.nav-bar-item{
    display: inline-block;
    width: 60px;
    height: 100px;
    
    margin: 0px 20px;
    
    cursor: hand;
    cursor: pointer;
    
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
    text-decoration: none;
}

a.nav-bar-item div.item-box{
    width: 60px;
    height: 60px;
    
    border-radius: 35px;
	background-color: #fff;
    
	text-align: center;
	font-size: 23px;
	line-height: 60px;
    color: #444;
}

a.nav-bar-item div.item-desc{
    width: 60px;
    height: 40px;
    
	text-align: center;
	font-size: 14px;
	line-height: 40px;
    color: #fff;
    visibility: hidden;
}

a.nav-bar-item:hover div.item-desc{
    visibility: visible;
}

a.nav-bar-item div.item-box img{
    width: 60px;
    height: 60px;
}

a.supporter{
    width: 120px;
    height: 100px;
    
    text-decoration: none;
}

a.supporter img{
    width: 60px;
    height: 60px;
    
    margin: 0px 30px;
}

a.supporter div.label{
    font-family: 'Raleway', sans-serif;
	font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #444;
    visibility: hidden;
}

a.supporter:hover div.label{
    visibility: visible;
}