 .sidenav {
	 height: 100%;
	 width: 0;
	 position: fixed;
	 z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
	 top: 0;
	 left: 0;
	/*background-color: #0a2240;
	*/
	/*background-color: #0033a0;
	*/
	 background-color: #0033A0;
	 overflow-x: hidden;
	 transition: 0.5s;
	 padding-top: 60px;
}
 .sidenav a {
	 padding: 8px 8px 8px 32px;
	 text-decoration: none;
	 font-size: 18px;
	 color: #fdb813;
	 display: block;
	 transition: 0.3s;
}
 .sidenav a:hover {
	 color: #FFFFFF;
}
 .sidenav .closebtn {
	 position: absolute;
	 top: 0;
	 right: 25px;
	 font-size: 36px;
	 margin-left: 50px;
}
 #main {
	 transition: margin-left .5s;
}
 @media screen and (max-height: 450px) {
	 .sidenav {
		padding-top: 15px;
	}
	 .sidenav a {
		font-size: 20px;
	}
}


.blinn-sidenav-liks {
    position: relative;
    top: 30px;
}



/*custom overlay - raul - 06-17-2021 */
.overlay-all {
  position: fixed;
  margin: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
 
 
.archives-title {
    color: #fff;
    position: relative;
    text-align: center !important;
}




