
	.overlayCont {
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 1000;
	  top: 0;
	  left: 0;
	  background: #fff;
	  overflow-x: hidden;
	  transition: 0.5s;
	}

	.overlayCont-content {
	  position: relative;
	  top: 15%;
	  width: 100%;
	  text-align: center;
	}

	.overlayCont a {
	  padding: 8px;
	  text-decoration: none;
	  font-size: 36px;
	  color: #000;
	  display: block;
	  transition: 0.3s;
	  font-weight: 500;
	}

	.overlayCont a:hover, .overlayCont a:focus {
	  color: #000;
	}

	.overlayCont .closebtn {
	  position: absolute;
	  top: 20px;
	  right: 45px;
	  color: #B2CA3C;
	  font-size: 20px;
	}

	.overlayCont-content .nav-link{
		font-size: 20px;
	}

	.overlayCont-content .dropdown-item{
		font-size: 19px;
	}

	.overlayCont-content .navbar-nav .dropdown-menu{
		text-align: center;
	}

	.sidemenulogo{
		margin-bottom: 20px;
	}

	@media screen and (max-height: 450px) {
	  .overlayCont a {font-size: 20px}
	  .overlayCont .closebtn {
		font-size: 20px;
		top: 15px;
		right: 35px;
	  }
	}