body {
    background: linear-gradient(rgba(0, 184, 255, 0.2), rgba(24, 102, 132, .8)) fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
}
#generate-slideout-menu,
.slideout-overlay {
    display: none;
}
#bg {
    background-size: cover;
    filter: blur(50px);
    transform: scale(1.1);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -55% !important;
    left: -55% !important;
    width: 210% !important;
    height: 210% !important;
    transition: all .1s ease;
    opacity: .95;
}
ul {
    list-style-type: none;
    background: #fefefe;
    padding: 0;
    margin: 15px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, .8);
    z-index: 10;
}
li:first-child {
    background-color: #0f1d2d;
    border-top: 0px;
}
li:first-child img {
    width: 320px;
}
#cta {
    padding: 5px;
    color: #fefefe;
    text-align: center;
}
h1 {
    margin-top: 15px;
    font-size: 1em;
    font-weight: 400;
}
h3 {
    margin-top: 10px;
    font-size: .8em;
    font-weight: 400;
}
ul li {
    clear: both;
    display: grid;
    border-top: #ddd 1px solid;
}
.block {
    display: block;
    padding: 15px;
    background-color: #fefefe;
    color: #222;
    transition: all .3s ease-in-out;
}
.block:hover {
    background-color: #f7f7f7;
}
.block img {
    height: 32px;
    float: left;
}
.float {
    text-align: center;
    width: 90px;
    padding: 8px;
    background-color: #fefefe;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: right;
    font-size: .8em;
    color: #222;
    text-decoration: none;
}
.float.small {
    width: 60px;
    margin-left: 8px;
}
#footer {
    width: 320px;
    text-align: center;
    font-size: .8em;
    z-index: 10;
}
#footer a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}
#footer p:first-child {
    color: rgba(255,255,255, .8);
    padding: 0 15px;
    margin-top: 0px;
    letter-spacing: 3px;
}
#footer p:last-child {
    color: rgba(255,255,255, .7);
    /* margin-top: 25px; */
    letter-spacing: 1px;
}
#footer a:hover {
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

