@font-face {
    font-family: 'Quark';
    src: url("/fonts/Quark-Light.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'QuarkBold';
    src: url("/fonts/Quark-Bold.otf");
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 13px;
}
.ui {
    font-family: Quark;
    color: gray;
}
.ui.pointing.menu {
    font-family: QuarkBold;
    font-size: 1.5rem;
}
.ui.menu .item {
    color: gray;
}
.ui.header {
    font-family: Quark;
}
h4.ui.header {
    font-size: 1.3rem;
    border-bottom: 1px solid #ddd;
}
.ui.link.list .item {
    font-size: 1.3rem;
}

#nav {
    padding-bottom: 0px;
}
#nav .menu {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}
#content {
    margin-top: 1rem;
    padding-bottom: 2rem;
}
#content .ui.container {
    /*background-color: #ddd;*/
}
#logo {
    padding-left: 0px;
}
img#logo-name {
    width: 320px;
}

.block {
    padding: 2rem 2rem;
    line-height: 1;
}
.block .header {
    font-family: QuarkBold;
    font-size: 3.5rem;
    margin-bottom: 2rem;
}
.block .description {
    font-size: 1.8rem;
}


#footer-company-name {
    margin-bottom: 10px;
    font-size: 1.5rem;
}
#footer-address {
    font-weight: 200;
    font-size: 1.2rem;
    color: #ddd;
}
#footer-address p {
    line-height: 0.8rem;
}

.pointing.menu .toc.item {
    /*display: none;*/
}

@media only screen and (max-width: 700px) {
    .pointing.menu .right.item {
        /*display: none;*/
    }
    .pointing.menu .toc.item {
        /*display: block;*/
    }
    .pointing.menu .logo.image {
        /*display: block;*/
    }
}
