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

html,body {
    background-color: #1c3450;
}


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

.main a:hover, .footer a:hover{
	border-color: #F8B8C4;
}

::selection {
	background-color: #F8B8C4;
}

i.fa:hover {
	color: #F8B8C4 !important;
}

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(247,111,95,0) 0%, rgba(247,111,95,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,111,95,0) 0%,rgba(247,111,95,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(247,111,95,0) 0%, rgba(247,111,95,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b365d',GradientType=0 );
}