/*
   _____                       _       _     _       
  / ____|                     (_)     | |   | |      
 | |     ___  _ __  _   _ _ __ _  __ _| |__ | |_ ___ 
 | |    / _ \| '_ \| | | | '__| |/ _` | '_ \| __/ __|
 | |___| (_) | |_) | |_| | |  | | (_| | | | | |_\__ \
  \_____\___/| .__/ \__, |_|  |_|\__, |_| |_|\__|___/
             | |     __/ |        __/ |              
             |_|    |___/        |___/               

© 2020-2021 Julia's Pateo team & developer Júlio Lopes All Rights Reserved
*/

div#myNav.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: +999999;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(255, 255, 255, 1.0);
	overflow-x: hidden;
	transition: 0.3s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#myNav.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

	span#mobile_navbar_burger:hover,
	#myNav.overlay a:not(.closebtn):hover, #myNav.overlay a:not(.closebtn):focus {
		/*background-color: #0056b3;*/
		/*color: #ffffff;*/
	}

#myNav.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

	#myNav.overlay .closebtn:hover {
		/*color: #0056b3;*/
	}

div#myNavu.overlay_forced {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: +999999;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(255, 255, 255, 1.0);
	overflow-x: hidden;
	transition: 0.3s;
}
