body {
	background:url('../img/background.png') top right no-repeat;
	 background-attachment:fixed;
	
}

body::after {
  content: "";  
  opacity: 0.5;
  
  z-index: -1;   
 
}

.logo {
margin-top:40px;
text-align:center;
}

.main {
background-color:rgba(0,0,0,0.8);
border-radius:8px;
min-height:100%;
}

.yearNavigation , .yearNavigation a{
font-family: 'Knewave', cursive;
	font-size:24px;
	color: #52372b;
	
	cursor:default;
	
}

.nav-bar-year {
	background-color:rgba(0,0,0,0.8);
}

.yearNavigation a {

cursor:pointer;
padding: 0 6px 0 12px;
border-left: 2px groove #52372b;

}

.yearNavigation a:first-child {
border-left:0;
}