@charset "utf-8";
* {
  box-sizing: border-box;
}

/* Hide scrollbar for Chrome, Safari and Opera */

html,
body {
  top: 0;
  border: none;
  /*  background-color: var(--overlayBack);*/
}

.overlay {
  background: var(--loadBack);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  border: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  overflow-y: hidden;
  transition: 1s;
}

.overlay max {
  height: 100%;
}

.overlay-central {
  cursor: pointer;
  position: relative;
  text-align: center;
  background: transparent;
  /*  margin-top: 50px;*/
  /*  padding: 0 50px 0 50px;*/

  display: grid;
  grid-template-columns: auto;
}

.overlayMenu {
  /*  border: 5px solid pink;*/
  position: fixed;
  /*  bottom: calc( 100% - 100px);*/
  /*  max-width: var(--width);*/
  width: 100%;
  top: 120px;
  height: calc(100% - 100px);
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  /*  background: transparent;*/
}

.overlay-col {
  position: relative;
  text-align: center;
  margin-top: 10px;
  height: 100px;
  width: 100%;
  left: 0;
  /*  flex: 50%;}*/
}

.overlayAdmin {
  /*  border: 5px solid green;*/
  z-index: 100000;
  position: fixed;
  /*  position: absolute;*/

  /*  max-width: var(--width);*/
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
  top: 100%;
}

.overlay a {
  line-height: 3;
  transition: 0.3s;
  cursor: pointer;
}

.overlay a:hover {
  opacity: 1;
}

.overlay .closebtn {
  /*  z-index: 100000;*/
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.imgClose {
  float: right;
  width: 95px;
  margin: 16px 15px 5px 0;
}

#overlayWhite {
  /*  height: 0%;*/
  /*  border: 5px solid red;*/
  width: 100%;
  position: absolute;
  background: var(--pBack);
  left: 0;
  /*  top: 100px;*/
  /*  transition: 0.5s;*/
}

#myNavMenu {
  left: 0;
  transform: translateY(-100%);
}

.footerFrameOverlay {
  border: 5px solid green;
  border: none;
  z-index: 10000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0;
  right: 0;
  height: calc(var(--footerH));
  /*  background: var(--dpurple);*/
}

.footerOverlay {
  z-index: 1;
  bottom: 0;
  position: absolute;
  height: var(--footerH);
  margin: 0 auto;
  width: 100%;
  background-color: var(--dpurple);
}

@media only screen and (max-width: 900px) {
  .overlay a {
    line-height: 2;
  }
}
