.card-comments img {
    width: 4rem; }

@font-face {
    font-family: 'monofurregular';
    src: url('http://johnmotyljr.com/codepen/programming-fonts/monof55-webfont.eot');
    src: url('http://johnmotyljr.com/codepen/programming-fonts/monof55-webfont.eot?#iefix') format('embedded-opentype'),
        url('http://johnmotyljr.com/codepen/programming-fonts/monof55-webfont.woff') format('woff'),
        url('http://johnmotyljr.com/codepen/programming-fonts/monof55-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'monofur__italic';
    src: url('http://johnmotyljr.com/codepen/programming-fonts/monof56-webfont.eot');
    src: url('http://johnmotyljr.com/codepen/programming-fonts/monof56-webfont.eot?#iefix') format('embedded-opentype'),
        url('http://johnmotyljr.com/codepen/programming-fonts/monof56-webfont.woff') format('woff'),
        url('http://johnmotyljr.com/codepen/programming-fonts/monof56-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'monofurregular';
        src: url('http://johnmotyljr.com/codepen/programming-fonts/monof55-webfont.svg#monofurregular') format('svg');
    }
    @font-face {
        font-family: 'monofur__italic';
        src: url('http://johnmotyljr.com/codepen/programming-fonts/monof56-webfont.svg#monofur__italic') format('svg');
    }
}

.fontsforweb_fontid_368_titulo {
    font-family: 'monofurregular' !important;
    font-size:24pt !important;
    font-height: bold;
    text-shadow: 2px 1px 7px rgba(13,6,3,0.6);
    color: #205EA0;
    margin-top: 10px;
    margin-bottom: 20px;
   
    /*background: #FFFFFF;*/
}

.nav-item:hover {
  background: #a87b60;
  color: #151415;
}
