.brand img {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.65rem;
    height: 3rem;
}
.text-display-2 {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0;
}

.title-hr {
    background: #febd58;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #febd58;
}
::selection {
    background-color: #febd58;
    color: #fff;
}
a {
    color: #febd58;
}
a:hover, a:focus {
    color: #febd58;
    outline: none;
}
.experience-border {
    border: 0.357rem solid #febd58;
}
.hover-border::before,
.hover-border::after,
.hover-border div::before,
.hover-border div::after {
    background: #febd58;
}
.footer ul .active a, .footer ul li a:hover {
    color: #febd58;
    text-decoration: none;
}
.social-list a:hover {
    color: #febd58;
    text-decoration: none;
}
.navbar-toggle:hover .icon-bar {
    background-color: #febd58;
}
blockquote {
    font-family: 'Poppins', sans-serif;
    border-left: 0.3rem solid #febd58;
}