/* required for containers to inherit vertical size from window */
html,
body {

  background: #FFF;
 	
  color: #333;
}

#container {
	top: 30px;
}

.header{

	/*  background-color: rgba(32, 31, 29, 0.95); */
	background-color: rgba(255, 255, 255, 0.95);

}

.click-nav ul {
	font-weight:900;
	background-color: rgba(255,255, 255, 0.8);
}

a,
a code {
  color: #F33;
  text-decoration: none;
}

a:hover,
a:hover code { 
  color: #F33;
  
}

a:active,
a:active code {
  color: #F33;
  text-decoration: underline;
}
