/* ************************ */
/* MEDIA QUERIES - 899px and under */
/* ************************ */

/* ****************** */
/* FONTS & TEXT */
/* ****************** */

.header-email,
.header-location {
    margin: 0;
    line-height: 1.3em;
}

.header-email p,
.header-email p a,
.header-location p,
.header-location p a {
    font-family: 'futura_cyrillic_book', 'sourcesanspro_regular', Tahoma, Arial, sans-serif;
    color: #abb0b3;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 1.2em;
    font-style: normal;
    margin-bottom: 25px;
}

.header-tagline {
    margin-bottom: 0;
}

.header-tagline p {
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 14px;
    font-family: 'georgia_italic';
    line-height: 1.4em;
    color: #ffd675;
    text-align: center;
}

.header-title,
.header-title-tagline {
    display: inline-block;
    position: relative;
    margin: 25px 0 15px 0;
    width: 100%;
}

.header-title h1,
.header-title h1 a {
    text-decoration: none;
    color: #fbfbfb;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    font-family: 'futura_cyrillic_book', 'sourcesanspro_regular', Tahoma, Arial, sans-serif;
    line-height: .9em;
    font-style: normal;
    text-align: center;
}

#main-content {
    margin: 0 15px 15px 15px;
}

#main-content .main-content-title-center-large h1 {
    font-size: 36px;
}

#main-content ul {
    margin: 0 0 30px 30px;
}

#main-content ul ul {
    margin: 0 0 0 25px;
}

#main-content .main-content-title a img {
    width: 50px;
}

#main-content-border {
    display: block;
    position: relative;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 15px;
}

#mainOverlay {
    width: 90%;
    padding: 40px;
}

#recommendation-item ul,
#resume-item ul {
    margin: 0 25px 30px 50px !important;
}

#recommendation-item ul ul,
#resume-item ul ul {
    margin: 8px 0 0 15px !important;
}

#recommendation-item .recommendation-item-title-large,
#resume-item .resume-item-title-large {
    margin: 0 20px 15px 20px;
}

.site-location p,
.site-location p a,
.site-location-email p,
.site-location-email p a {
    font-size: 14px;
}

.site-title h1,
.site-title h1 a {
    font-size: 32px;
}

/* ****************** */
/* NAV MENU */
/* ****************** */

.mm-wrapper--opened .header-contact,
.mm-wrapper--opened .header-tagline,
.mm-wrapper--opened #main-content {
    display: none !important;
}

.mm-wrapper--opened #header {
    position: fixed;
    top: 0;
}

#mmenu-header a {
    top: 2px !important;
}