.font-page .vertical-menu-component {
    position: fixed !important;
}

.font-page .hero figure {
    font-size: 0;
}

.font-page .hero figure img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.font-page .font-example {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e7eaf4), color-stop(#eeeff7), color-stop(#f4f4f9), color-stop(#fafafc), to(#ffffff)) !important;
    background-image: linear-gradient(to bottom, #e7eaf4, #eeeff7, #f4f4f9, #fafafc, #ffffff) !important;
    padding: 130px 0 200px 0;
}

.font-page .font-example .rf-container {
    max-width: 715px;
}

.font-page .font-example .rf-container .can-edit {
    font-family: 'Nikolo', sans-serif;
    font-size: 14px;
    color: #433B56;
    font-weight: 400;
    text-align: center;
    opacity: 0.5;
}

.font-page .font-example .rf-container .font-name {
    min-height: 50px;
    font-weight: 400;
    -webkit-appearance: none;
    border-radius: 0;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    font-size: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5276E8;
    background-color: transparent;
    border: none;
    text-align: center;
    margin: 30px auto;
}

.font-page .font-example .rf-container .font-name:focus {
    outline: none;
}

.font-page .font-example .rf-container .font-property-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Nikolo', sans-serif;
}

.font-page .font-example .rf-container .weight-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.font-page .font-example .rf-container .weight-btns .light {
    font-weight: 100;
}

.font-page .font-example .rf-container .weight-btns .regular {
    font-weight: 400;
}

.font-page .font-example .rf-container .weight-btns .bold {
    font-weight: bold;
}

.font-page .font-example .rf-container .weight-btns .weight-button {
    padding: 0 20px;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    color: #433B56;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.font-page .font-example .rf-container .weight-btns .weight-button.active {
    background-color: #5276E8;
    color: #FFFFFF;
}

.font-page .font-example .rf-container .weight-btns .weight-button:hover {
    color: #FFFFFF;
    background-color: #5276E8;
}

.font-page .font-example .rf-container .italic {
    font-style: italic;
    padding: 0 20px;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    color: #433B56;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.font-page .font-example .rf-container .italic.active {
    background-color: #5276E8;
    color: #FFFFFF;
}

.font-page .font-example .rf-container .italic:hover {
    color: #FFFFFF;
    background-color: #5276E8;
}

.font-page .font-example .rf-container .glyphs {
    font-family: 'Nikolo', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 130px;
    color: #433B56;
}

.font-page .font-example .rf-container .glyphs-line.line.blue {
    margin-top: 20px !important;
}

.font-page .font-example .rf-container .alphabet-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.font-page .font-example .rf-container .alphabet-wrap .letter {
    font-weight: 400;
    width: 10%;
    max-width: 71px;
    min-width: 55px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 42px;
    color: #314B9E;
    text-align: center;
    margin-top: 35px;
}

.font-page .font-example .rf-container .line.blue {
    margin: 50px auto 20px auto !important;
}

.font-page .font-example .rf-container .font-inspire {
    color: #433B56;
    opacity: 0.5;
    text-align: center;
    font-family: "Nikolo", sans-serif;
    margin-top: 100px;
    font-style: italic;
    font-weight: 100;
}

@media only screen and (max-width: 1024px) {
    .font-page .hero figure img {
        height: auto !important;
    }
    .font-page .font-example {
        padding: 60px 0 125px 0;
    }

    .font-page .font-example .rf-container .font-name {
        font-size: 60px;
        margin: 20px auto;
    }

    .font-page .font-example .rf-container .glyphs {
        margin-top: 50px;
    }

    .font-page .font-example .rf-container .line.blue {
        margin: 20px auto 0 auto;
    }

    .font-page .font-example .rf-container .alphabet-wrap .letter {
        font-size: 42px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .font-page .font-example .rf-container {
        margin: 0 0 0 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .font-page #main-header {
        background-color: #FFFFFF !important;
    }

    .font-page #main-header .rf-container .main-nav .brand-logo {
        display: none !important;
    }

    .font-page #main-header .rf-container .main-nav .go-to-all-fonts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        text-transform: uppercase;
        color: #433B56;
    }

    .font-page #main-header .rf-container .main-nav .go-to-all-fonts i {
        display: inline-block;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        font-size: 30px;
    }

    .font-page #main-header .rf-container .main-nav #hamburger span {
        background-color: #433B56;
    }

    .font-page .hero {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 667px) {
    .font-page .font-example .rf-container {
        width: 90%;
    }

    .font-page .font-example .rf-container .font-name {
        font-size: 38px;
    }

    .font-page .font-example .rf-container .font-property-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .font-page .font-example .rf-container .font-property-btns .italic {
        margin-top: 10px;
    }
}