@charset "utf-8";

header {
    background: #f7f7f7;
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #d7d7d7;
}

.lang {
    width: 95%;
    display: inline-block;
    text-align: right;
}

.small {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    width: 5em;
    height: 5em;
    background: #d7d7d7;
    font-size: 0.75em;
    line-height: 5;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.present,
.small:hover {
    background: #ffffff;
    color: #363636;
}

.page_title {
    font-size: 3em;
    line-height: 1;
    padding-left: 0.5em;
    margin-top: 1em;
}

@media screen and (min-width: 1024px) {
    #header_container {
        width: 64em;
        margin-left: auto;
        margin-right: auto;
    }
}