#main {
		background: #333;
	}

.logo-container{
	/*opacity: 1;
	z-index: 3;
	position:absolute; 
	top:5%;	*/

}
.logo-container img{ width:200px;}
	@media screen and (max-width: 480px) {
		.logo-container img{ width:50%;}
	}

.logo-small{ 
	padding: 10px 0 10px 60px;
	background: url(../../images/logo-divraj-small.png) no-repeat top left;
}

#main #header{background:#FFF;}
h1{color: #f5c401;}
h2, h3{color: #984e4e;}
a{color: #CC0000;}
#nav ul li a.active{color: #f5c401;}
a:hover{color:#333;}

.button{background:#999;}

#contact .column.social {
	background: #FFF;
}

input[type="submit"].active,
		input[type="reset"].active,
		input[type="button"].active,
		button.active,
		.button.active {
			background:#CC0000;
		}
input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background: #f5c401;}
		}


