
	/* start customstyles.php */

	
		/* primary color */

		/*section#top { background-color:#2d4763;}*/

		@media (max-width: 767px){
			.carousel h2 a{
			color: #2d4763 !important;
			}
		}

	
	
			/* logo shadow */

		header .wrapper #logo{
			text-shadow: 2px 2px 0 #ffffff, 4px 4px 0px #2d4763 !important;
		}

	
	
	                    .simpleclassbyoptions{
margin: auto;
}

section#chess article a.hover, section#chess article div.hover {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}                