

.title h1 { text-transform:none; letter-spacing:0px;}

/* fullscreen menu hamburger icon initial color */
.popup_menu:not(.opened) .line, .popup_menu:not(.opened) .line:after, .popup_menu:not(.opened) .line:before {
    background-color: #888888 !important;
}
.popup_menu.home {
    background-color: #ffffff !important;
}

/* fullscreen menu hamburger icon hover color */
.popup_menu:not(.opened):hover .line, .popup_menu:not(.opened):hover .line:after, .popup_menu:not(.opened):hover .line:before {
    background-color: #ffffff !important;
}
/* fullscreen menu closing icon initial color */
.popup_menu.opened .line:after, .popup_menu.opened .line:before {
    background-color: #ffffff !important;
}
/* fullscreen menu closing icon hover color */
.popup_menu.opened:hover .line:after, .popup_menu.opened:hover .line:before {
    background-color: #888888 !important;
}