.hamburger-menu .bar,
.hamburger-menu .bar:before,
.hamburger-menu .bar:after {
	background: #fff;
}

.white-bg {
    background-color: #fff;
}

html,body {
    background-color: #fabd2c;
    background-position:fixed;
}

body,
.page-outro,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
footer {
	color: #fafafa !important;
}
body a, .main a {
    color: #fff;
}

body strong,
body blockquote,
body blockquote *,
body header *,
body .social-share *,
body .nextprev * {
    color: #fff !important;
}

body .page-intro,
body .page-intro h1,
body footer * {
	color: #fff !important;
}
body .fullscreen-text-mask {
    display: block;
    opacity: 1 !important;
    background: -moz-linear-gradient(top,  rgba(250,189,44,0) 0%, rgba(250,189,44,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(250,189,44,0) 0%,rgba(250,189,44,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(250,189,44,0) 0%, rgba(250,189,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fabd2c', endColorstr='#fabd2c',GradientType=0 );
}

.scrolldown:before, .scrolldown:after {
    
    border-bottom: solid #fff;
    border-right: solid #fff;
}