@font-face {
    font-family: GraphiqueProNext;
    src: url(../fonts/GraphiqueProNext.woff);
}
@font-face {
    font-family: ClearSans-Bold;
    src: url(../fonts/ClearSans-Bold.woff);
}
@font-face {
    font-family: ClearSans-Medium;
    src: url(../fonts/ClearSans-Medium.woff);
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Chrome and Opera */
}

.no-padding {
    padding: 0;
}
a.undecorated {
    text-decoration: none;
}
a {
    color: inherit;
}
a:visited {
    color: inherit;
}
a:hover {
    color: inherit;
}
a:active {
    color: inherit;
}

#headbar {
    height: 70px;
    margin-bottom: 130px;
    margin-top: 40px;
}
#logo-block {
    height: 100%;
}
#logotype {
    height: 100%;
    width: auto;
}
#brand {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-family: ClearSans-Bold, sans-serif;
    font-size: 28px;
    color: #4D3F92;
}
#nav-block {
    height: inherit;
    font-family: ClearSans-Bold, sans-serif;
    font-size: 22px;
    color: #4D3F92;
}
#nav-block:before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
#nav-block ul {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    font-family: ClearSans-Bold, sans-serif;
    font-size: 22px;
    color: #4D3F92;
    width: 95%;
}
#nav-block li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin-left: 10%;
}
#nav-block li:nth-of-type(1) {
    margin-left: 0;
}
#nav-block .active-section {
    color: #DE1537;
}
.author-block {
    text-align: left;
}
.author-block img {
    width: 100%;
}
.author-name {
    padding-top: 20px;
    font-family: ClearSans-Bold, sans-serif;
    font-size: 18px;
    color: #2F4D9B;
}
#share-top p {
    padding-top: 100px;
    font-family: ClearSans-Medium, sans-serif;
    font-size: 16px;
    color: #2F4D9B;
    letter-spacing: 1px;
}
#share-top p::before {
    content: " ";
    position: absolute;
    background-color: #2F4D9B;
    height: 8px;
    margin-top: -25px;
    left: 0;
    right: 0;
}
#share-top ul {
    padding-left: 0;
}
#share-top li {
    list-style-type: none;
    margin-top: 20px;
}
#share-top img {
    width: 32px;
    height: auto;
}

#share-bottom {
    margin-bottom: 50px;
}
#share-bottom p {
    font-family: ClearSans-Medium, sans-serif;
    font-size: 14px;
    color: #2F4D9B;
    letter-spacing: 1px;
    margin-bottom: 0;
}
#share-bottom::before {
    content: " ";
    position: absolute;
    background-color: #2F4D9B;
    width: 8px;
    height: 74px;
    left: -20px;
}
#share-bottom ul {
    padding-left: 0;
}
#share-bottom li {
    display: inline-block;
    list-style-type: none;
    margin-right: 30px;
}
#share-bottom img {
    width: 32px;
    height: auto;
}
.post-link > h2 {
    color: #4D3F92;
}
.article-block {
    padding-top: 46px;
}
.article-block img {
    margin-bottom: 25px;
    margin-top: 13px;
    max-width: 100%;
}
.article-block a {
    font-weight: bold;
}
.hints-block {
    background-color: burlywood;
}
.article-block > p {
    font-family: ClearSans-Medium, sans-serif;
    font-size: 20px;
    color: #2F4D9B;
}
.article-block > h2 {
    font-family: ClearSans-Bold, sans-serif;
    font-size: 62px;
    color: #2F4D9B;
    letter-spacing: -1px;
    line-height: 68px;
    margin-bottom: 50px;
}
p.article-date {
    font-family: ClearSans-Bold, sans-serif;
    font-size: 16px;
    color: #2F4D9B;
    letter-spacing: 0.91px;
    margin-top: 45px;
    margin-bottom: 140px;
}
.post-preview p.article-date {
    margin-bottom: 110px;
}
.readmore-block {
    margin-bottom: 100px;
    width: 80%;
}
.readmore-block > h1 {
    font-family: GraphiqueProNext, sans-serif;
    font-size: 120px;
    color: #DE1537;
    letter-spacing: -4px;
    line-height: 100px;
    margin-bottom: 70px;
}
.readmore-block a {
    font-family: ClearSans-Bold, sans-serif;
    font-size: 36px;
    color: #2F4D9B;
    line-height: 44px;
}
.readmore-block p {
    margin-bottom: 30px;
}
#footer-block {
    display: table;
    height: 116px;
    width: 100%;
    color: white;
    border-left: 8px solid;
    border-right: 8px solid;
    border-bottom: 8px solid;
    border-top: 8px solid;
    border-color: white;
}
#left-footer-bar {
    background-color: #4D3F92;
    display: table-cell;
    text-align: left;
    font-family: ClearSans-Medium, sans-serif;
    border-right: 8px solid #FFF;
    font-size: 18px;
    padding-left: 30px;
    vertical-align: middle;
}
#to-the-top {
    display: table-cell;
    height: 100px;
    width: 100px;
    color: white;
    background-color: #DE1537;
    text-align: center;
    font-family: ClearSans-Bold, sans-serif;
    font-size: 18px;
    vertical-align: middle;
    transition: background-color ease-in 0.2s;
}
#to-the-top:hover {
    background-color: #FE3457;
}

.button-wrapper {
    margin-bottom: 100px;
}

.button-wrapper button {
    border: 0;
    font-family: ClearSans-Bold, sans-serif;
    font-size: 28px;
    background-color: #4D3F92;
    color: #FFF;
    letter-spacing: 2px;
    height: 68px;
    padding-bottom: 6px;
    width: 300px;
    box-shadow: 0 6px 22px 0 rgba(46,76,155,0.50);
    transition: background-color ease-in 0.2s;
    cursor: pointer;
}
.button-wrapper button:hover {
    background-color: #2F4D9B;
}

/* < lg */
@media only screen and (min-width : 0px) and (max-width: 992px) {
    #headbar {
        margin-bottom: 90px;
    }
    .article-block > h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .article-block > p {
        font-size: 18px;
    }
    p.article-date {
        font-size: 14px;
        margin-top: 45px;
        margin-bottom: 100px;
    }
    .post-preview p.article-date {
        margin-bottom: 80px;
    }
    .author-name {
        font-size: 14px;
        line-height: 13px;
    }
    #brand {
        display: none;
    }

    .readmore-block > h1 {
        font-size: 100px;
        letter-spacing: -3px;
        margin-bottom: 65px;
    }
    .readmore-block a {
        font-size: 30px;
        line-height: 36px;
    }
    .readmore-block p {
        margin-bottom: 28px;
    }
    .button-wrapper button {
        width: 260px;
        font-size: 24px;
    }
}

/* < md */
@media only screen and (min-width : 0px) and (max-width: 768px) {
    .author-name {
        margin-left: 20px;
        padding-top: 0;
    }
    .author-block::before {
        content: " ";
        background-color: #DE1537;
        position: absolute;
        width: 8px;
        height: 100%;
        top: 0;
        bottom: 0;
        left: -20px;
    }
    .article-block::before {
        content: " ";
        background-color: #4D3F92;
        position: absolute;
        width: 8px;
        height: 30px;
        top: 38px;
        bottom: 0;
        left: -20px;
    }
    .article-block {
        padding-top: 35px;
    }
    .article-block > p {
        font-size: 16px;
    }
    p.article-date {
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 11px;
    }
    .post-preview p.article-date {
        margin-bottom: 70px;
    }
    .readmore-block > h1 {
        font-size: 80px;
        letter-spacing: -3px;
        line-height: 78px;
        margin-bottom: 45px;
    }
    .readmore-block a {
        font-size: 24px;
        line-height: 25px;
    }
    .readmore-block p {
        margin-bottom: 20px;
    }
    .button-wrapper button {
        width: 200px;
        height: 58px;
        font-size: 18px;
    }
    #left-footer-bar {
        font-size: 14px;
    }
}

/* > sm */
@media only screen and (min-width: 768px) {
    .author-block::before {
        content: " ";
        background-color: #DE1537;
        position: absolute;
        height: 8px;
        top: 0;
        left: 0;
        right: 0;
    }
    .author-block {
        padding-top: 60px;
    }
    .article-block::before {
        content: " ";
        background-color: #4D3F92;
        position: absolute;
        height: 8px;
        width: 30%;
        top: 0;
        left: 0;
        right: 0;
    }
}