body {
    font-family: 'Open Sans', sans-serif;
}

.menu-icon {
    width: 60px;
    height: 60px;
    display: block;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    position: fixed;
    top: 40px; right: 40px;
}

.menu-icon:hover {
    background-color: #d40e0e;
}

.main {
    font-size: 18px;
    line-height: 26px;
    width: 768px;
    margin: 188px auto 5%;
    font-style: normal;
    font-weight: 300;
    color: #000;
    min-height: 300px;
    letter-spacing: 0.5px;
    text-align: justify;
    margin-bottom: 400px;
}

.main a, .main a:visited {
    color: #000;
}

.main a:hover {
    color: #d40e0e;
}

header {
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 38px;
    text-transform: uppercase;
}

header a {
    text-decoration: none;
    color: #000;
}

header a:visited {
    color: #000;
}

header a:hover {
    color: #d40e0e;
}

.footer {
    width: 768px;
    margin: 120px auto 0px auto;
    color: #adacac;
    padding: 20px 0px;
    border-top: 1px #adacac solid;
    font-size: 12pt;
}

.text {
    border-top: 1px solid #000;
    margin-top: 0px;
    padding-top: 30px;
}

.text p:first-child {
    padding-top: 0px;
    padding-bottom: 32px;
    margin-top: 0px;
}

.audio .text p:first-child {
    padding-bottom: 7px;
}

.download-link {
    display: block;
    border: 1px solid #000;
    padding: 22px 28px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    width: 195px;
    text-align: center;
    margin: 45px 0px;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    text-align: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.1;
    overflow-x: hidden;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 15%;
    margin: 0 42%;
    text-align: left;
    margin-top: 15px;
    list-style: none;
}

.overlay-content li {
    padding: 6px 0px 6px 0px;
    border-bottom: 1px solid #333;
}

.overlay-content li.last {
    border: 0px;
}

/* The navigation links inside the overlay */
.overlay a, .overlay a:hover, .overlay a:focus, .overlay a.selected {
    padding: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: bold;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus, .overlay a.selected {
    color: #d40e0e;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
/*@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}*/
