#logo-container h1::after {
	display: block;
}

#logo-container h1::after {
    content: "\f0c9";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 10px;
    color: #fff;
    font-size: 40px;
    display: none;
    cursor: pointer;
}
