.logo .logoicon {
    width: 25px;
    height: 25px;
    background: url(/static/images/humanlogo-white@2x.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
}
header {
	color: #FFF;
}
header .button {
    background: #FF561F;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	color: #FFF;}

header .button:hover {
    opacity: 1;
    background: #FFF;
    color: #131314;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
header .logo {
	color: #FFF;
}

.navigation a {
	color: #FFF;
}

.navigation-icon .line {
	background: #FFF;
}

@media screen and (max-width: 980px){
header {
	max-height: 60px;
    background: #131314;
    border-bottom: none;
    }}