#banner-image {
    position: absolute;
    display: block;
    width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#banner-image-div {
    position: relative;
    height: 0;
    padding: 34.53% 0 0 0;
}

#banner-image:hover {
    cursor: pointer;
}

/* background image */
.background {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 2260px;
    height: 1200px;
    display: inline;
    opacity: 0.3;
}

.recent-signups {
    z-index: 1; /* Stay on top */
    background-color: #111;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding: 20px;
    opacity: 0.9;
}

/* The navigation menu links */
.recent-signups a {
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
}

.recent-signups a.large {
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.recent-signups label {
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.recent-signups p {
    padding: 0 20px 0 20px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.recent-signups a:hover {
    color: #f1f1f1;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}


/* The sidebar menu */
.sidenav {
    width: 300px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding: 20px;
    opacity: 0.9;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.sidenav label {
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.sidenav p {
    padding: 0 20px 0 20px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

/* Style page content */
.main {
  margin-left: 160px; /* Same as the width of the sidebar */
  padding: 0 10px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
