/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo { height: 60px; }
	
}

body#page {
padding: 0px 0;
background: #4b3825;
/* Background Image */
background-image: url(../../../images/bowinbgr.jpg); -webkit-background-size: 2800px 1908px;
background-repeat: no-repeat;
background-position: center top;
background-size: 2880px 1908px;
}

.level1, .menu-dropdown li.remain .level1, .menu-dropdown li.active .level1 {
color: 
#FFFFFF;
}