footer#footer {
    margin: auto!important;
}

nav#primary-menu {
    background: #DDDDDD;
}

#bg-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000061;
    top: 0;
    display: none;
    
}

/*PC*/
@media(min-width: 1024px){
	li#menu-item-5 a:hover {
		background-color: #3B5998 !important;
	}

	li#menu-item-6 a:hover {
		background-color: #00ACEE !important;
	}

	footer#footer {
		margin: auto!important;
	}
}

/*tablet*/
@media(min-width: 740px) and (max-width: 1023px){
	footer#footer {
		margin: auto!important;
	}

    #bg-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #00000061;
        top: 0;
        display: none;
    }
}

/*mobile*/
@media screen and(max-width 740px){

     #bg-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #00000061;
        top: 0;
        display: none;
    }
	
}