.wysiwyg-content img {
    margin: 30px auto;
    display: block;
    width: 100%;
    height: auto;
}

.wysiwyg-content a {
    color: #5288e4;
}
.wysiwyg-content a:hover {
    color: #266add;
}

.wysiwyg-content .wysiwyg-fixed {
    margin: 30px auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
    text-align: center;
    width: auto;
}

@media (max-width: 480px) {
    .subtitle {
        font-weight: normal;
    }
}

.portfolio {
    margin-top: 30px;
}

.hamburglar {
    -webkit-transform: scale(0.6) !important;
    -ms-transform: scale(0.6) !important;
    transform: scale(0.6) !important;
    margin-top: 8px;
}

@font-face {
    font-family: 'SF UI Text';
    font-weight: 400;
    font-style: normal;
    src: url(/static/s/fonts/sfuitext-light.woff2) format('woff2'), url(/static/s/fonts/sfuitext-light.woff) format('woff')
}

body {
    font-family: 'SF UI Text';
    font-weight: 400;
}

.header hgroup.index-page h3.subtitle {
    font-weight: normal;
    color: #333;
}

.subtitle {
    font-weight: normal;
    color: #333;
}
.header__link a {
    text-decoration: underline;
}
.author__img {
    z-index: 99;
}

@media (max-width: 480px) {
    .header__link {
        font-size: 1.625rem;
    }
}

.hamburglar.is-open {
    top: 16px;
}