@font-face {
    font-family: Robertortiz;
    src: url('../fonts/robertortiz-webfont.woff2') format('woff2'),
    url('../fonts/robertortiz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pirulenregular';
    src: url('../fonts/typodermic_-_pirulenrg-regular-webfont.woff2') format('woff2'),
    url('../fonts/typodermic_-_pirulenrg-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Signature;
    src: url('../fonts/signature.woff2') format('woff2'),
    url('../fonts/signature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.brand {
    font-family: pirulenregular, serif;
    color: #a9a9a9;
    font-weight: bold;
}

.brand-red {
    font-family: pirulenregular, serif;
    color: #be1e2d;
    font-weight: bold;
}

.brand-gold {
    font-family: pirulenregular, serif;
    color: darkgoldenrod;
    font-weight: bold;
}

.signature {
    font-family: Signature, sans-serif;
    color: #999999;
    font-size: x-large;
    margin-left: 2px;
}

#footer:hover .signature {
    /*font-weight: bolder;*/
    color: #be1e2d;
    transform: rotate(30deg);
}

.btn-submit {
    background: #be1e2d !important;
    border-color: #be1e2d !important;
}

.btn-submit:hover {
    background: #9a1825 !important;
    border-color: #9a1825 !important;
}

.web {
    color: #9a1825 !important;
}

a:hover {
    color: #be1e2d !important;
}

#footer .copyright-content {
    padding-bottom: 0px !important;
}

#mainMenu nav > ul > li:hover a {
    color: #be1e2d !important;
}

.flickity-button:hover {
    background-color: #be1e2d !important;
}

#scrollTop:after, #scrollTop:before {
    background-color: #be1e2d !important;
}

#scrollTop:hover i {
    color: #fff !important;
}

#header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    height: 60px !important;
    margin-top: 10px !important;
}

i:not(.fa):not(.fab):not(.far):not(.fas):hover {
    background-color: #be1e2d !important;
    border-color: #be1e2d !important;
}

.list-icon li::before {
    color: #be1e2d !important;
}

.list-icon.list-icon-person li:before {
    content: "\f007";
    font-family: "font awesome 5 free"
}

.portfolio-item.no-overlay .portfolio-description span, .portfolio-item.no-overlay .grid-description span, .grid-item.no-overlay .portfolio-description span, .grid-item.no-overlay .grid-description span {
    text-transform: none !important;
}