html {
    font-size: 12px;
}
.ui {
    font-family: Kanit, Tahoma, sans-serif;
    color: gray;
}
.ui.pointing.menu {
    font-family: Kanit, Tahoma, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
}
.ui.menu .item {
    color: gray;
}
.ui.header {
    font-family: Kanit, Tahoma, sans-serif;
    font-weight: 500;
}
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;
    font-size: 3rem;
    font-weight: 700;
    color: #43a047;
}
img#logo-name {
    width: 320px;
}

.block {
    padding: 2rem 2rem;
    line-height: 1;
}
.block .header {
    font-family: Kanit, Tahoma, sans-serif;
    font-weight: 500;
    font-size: 3.5rem;
    margin-bottom: 2rem;
}
.block .description {
    font-size: 1.8rem;
}

#footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#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;*/
}
.ui.breadcrumb .active.section {
    font-weight: 500;
}
@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;*/
    }
}
