﻿body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.overlay {
    height: 25%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0%;
    left: 10%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow: hidden;
	scroll = "no";
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 92%;
    text-align: center;
    margin-top: 1px;
}

.overlay p, .overlay a {
    padding: 1px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 1px;
    right: 20px;
    font-size: 60px !important;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 1px;
    right: 15px;
  }
}