/**
 * Body.
 */
body {
    color: #000;
}

/**
 * Wrapper.
 */
#wrapper {
    width: 1000px;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
}

/**
 * Logo.
 */
#logo {
    position: absolute;
    top: 40px;
    background: #fff;
}

#logo img,
.fixed #logo img {
    width: 160px;
    height: 44px;
}

.fixed #top {
    position: relative;
    border-bottom: 0;
}

/**
 * Typography.
 */
h1, h2, h3, h4, h5, h6,
h1.ui.header.dark, h2.ui.header.dark, h3.ui.header.dark, h4.ui.header.dark, h5.ui.header.dark, h6.ui.header.dark,
h1.ui.header.grey, h2.ui.header.grey, h3.ui.header.grey, h4.ui.header.grey, h5.ui.header.grey, h6.ui.header.grey,
h1.ui.header.black, h2.ui.header.black, h3.ui.header.black, h4.ui.header.black, h5.ui.header.black, h6.ui.header.black,
p, span, ul, li, a {
    color: #000 !important;
}

p, span {
    font-family: ObjektivMk1_W_Rg, sans-serif !important;
}

#title {
    color: #000 !important;
    max-width: 80%;
    width: 80%;
    background: #fff;
    padding: 0;
    border: 0 solid #fff;
}

#title h1,
#title h2 {
    color: #000 !important;
}

.fixed #title {
    position: relative;
    top: 0;
}

hr {
    display: none;
}

/**
 * Content.
 */
#empty {
    height: 0 !important;
    display: none !important;
}

#content {
    margin: 0;
    padding: 15px;
}

#content section {
    padding: 20px 0;
}

#skills,
#contact {
    padding: 0;
}

.column.questions {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    left: 74px;
    top: 0;
}

/**
 * Print.
 */
.non-printable {
    display: none !important;
}

.printable-only {
    display: block !important;
}

.print-icon {
    position: relative;
    top: 6px;
    margin-right: 8px;
}

.print-text {
    color: #5b4289 !important;
}

.print.message {
    margin-top: 40px;
    margin-left: 0;
    position: relative;
    left: -12px;
}