/* Typo */

@font-face {
    font-family: "andale mono";
    src: url("../webfonts/Andale-Mono.eot");
    src: url("../webfonts/Andale-Mono.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/Andale-Mono.woff") format("woff"),
        url("../webfonts/Andale-Mono.ttf") format("truetype"),
        url("../webfonts/Andale-Mono.svg") format("svg");
}

body,
p,
td,
th,
input,
textarea {
    font-family: "andale mono";
    font-size: 12px;
    color: #666;
    text-align: left;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

/* Links */

a {
    font-family: "Andale Mono";
    color: #000;
}
a:link,
a:visited {
    text-decoration: none;
    color: #ef5334;
}
a:hover {
    text-decoration: underline;
    color: #000;
}

/* Navigation */

.menu-container {
    position: absolute;
    width: 183px;
    height: 314px;
    z-index: 13;
    left: 20px;
    top: 20px;
}

.menu-list {
    padding: 0;
    list-style: none;
}

.menu-item {
}

.menu-link {
    display: inline-block;
    font-weight: normal;
    padding: 8px 0;
}

.menu-item.current-menu-item .menu-link {
    color: #000;
    font-weight: bold;
}

.menu-link:link,
.menu-link:visited {
    color: #666;
    text-decoration: none;
    font-weight: normal;
}

.menu-link:hover {
    color: #000;
}

/* iframes */

iframe {
    max-width: 100%;
}

.iframe-container {
    position: relative;
    width: 100%;
    /* Full width */
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (9/16 = 0.5625 = 56.25%) */
    overflow: hidden;
}

.iframe-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* SEO */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;

    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

/* Mobile */

@media (max-width: 768px) {
    body {
        padding: 15px;
        overflow-x: hidden;
    }

    body,
    p,
    td,
    th,
    input,
    textarea {
        font-size: 16px !important;
    }

    body > * {
        position: static !important;
        height: auto !important;
        width: auto !important;
        text-align: left !important;
    }

    .media-caption {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .menu-container {
        margin-bottom: 50px;
    }

    .hide-on-mobile {
        display: none;
    }

    .mobile-spacer {
        height: 40px !important;
    }

    .image-space-bottom {
        margin-bottom: 10px;
    }

    img:not(.deco-img) {
        width: 100% !important;
        height: auto !important;
    }
}
