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

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

body,
.page-outro,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
footer {
	color: #fafafa !important;
}
body 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(255,255,255,0) 0%, rgba(250,189,44,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(250,189,44,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%, rgba(250,189,44,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fabd2c',GradientType=0 );
}

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

blockquote:before   {
		content: url(quotation-w.svg);

}
blockquote:after   {
		content: url(quotation_rev-w.svg);

}