/* Themify Customize Styling */
body {	background-image: none;
	background-position: center bottom; 
}
h1 {	
	font-family:Open Sans;	font-weight:bold;
	font-size:80px;
 
}
h2 {	
	font-family:Open Sans;	font-weight:300;
	font-size:60px;
 
}
h3 {	
	font-family:Open Sans;	font-weight:600;
	letter-spacing:2px;
	font-size:50px;
 
}
h6 {	
	font-family:Open Sans;	font-weight:300;
	font-size:24px;
 
}
.header-classic #headerwrap, #headerwrap {	background: none;
	background-color: #3b3b3b; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: #3b3b3b; 
}
#headerwrap.fixed-header #header, #headerwrap.fixed-header #site-description {	
	font-family:Open Sans;	font-weight:300;
 
}
#headerwrap.fixed-header #header {	
	color: #ffffff; 
}
body:not(.mobile_menu_active) #headerwrap.fixed-header #header a {	
	color: #ffffff; 
}
body:not(.mobile_menu_active) #headerwrap.fixed-header #header a:hover {	
	color: #3d3b3b; 
}
body[class*="themify"] #site-logo a {	
	font-family:Open Sans Condensed;	font-weight:300;
	text-align:left;
	color: #ffffff; 
}
#main-nav {		position:static;

	background-color: transparent;background-attachment: fixed; 
}
#main-nav a {	
	font-family:Open Sans;	font-weight:300;
	font-size:16px;
 
}
#main-nav a, #main-nav > li > a, .transparent-header #main-nav a {	
	color: #ffffff; 
}
#main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {	
	color: #e6e6e6; 
}
#main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #ffffff; 
}
#main-nav-wrap #main-nav .current_page_item a:hover,  #main-nav .current-menu-item a:hover {	
	color: #e6e6e6; 
}
#sidebar, #sidebar-alt {	
	font-family:Open Sans;	font-weight:300;
 
}
#sidebar .widgettitle, #sidebar-alt .widgettitle {	
	font-family:Open Sans;	font-weight:300;
 
}
#footerwrap {	background: none;
	background-color: #292929;
	background-size: cover;
	padding-top: 1px;
	padding-left: 300px; 
}
#footer-logo a {		text-align:center; 
}
#footer {	
	color: #ffffff; 
}
#footer, #footer-logo, .footer-nav a, .footer-text {		text-align:center; 
}
#footer a {	
	color: #ffffff; 
}

/* Themify Custom CSS */
 

.fullcover-bg {
	width: 100%;
	height: 100vh;    
	position: fixed;
	top: 0;
	left: 0;
}
.themify_builder_active .fullcover-bg {
	position: static;
}