html,body {	
	background:url(../img/ch2016.jpg) #939393 no-repeat left top;
	background-size: contain;
	background-attachment: fixed;

}

h1 {
  font-family: Arial,sans-serif
  font-size:80px;
  color:#DDCCEE;
}

.lead {
	color:#DDCCEE;
}


/* Custom container */
.container-full {  
  
}

.container-full a {
  color:#efefef;
  text-decoration:none;
}

.v-center {
  margin-top:7%;
}
  
 .contact{
	
	color: #39FF14;
	position: absolute;
	top:30vmin;
	left:40px;

 }
 
.contact a{
	font-size: 3.0vh;
	color: #39FF14;
}