﻿
@font-face {
    font-family: 'Bodoni';
    src: url('../fonts/BOD_R.TTF') format('truetype'), url('../fonts/BOD_R.woff') format('woff');
}

@font-face {
    font-family: 'Bodoni';
    src: url('../fonts/BOD_I.TTF') format('truetype'), url('../fonts/BOD_I.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'Ebrima';
    src: url('../fonts/ebrima.ttf') format('truetype'), url(../fonts/ebrima.woff) format('woff');
}

@font-face {
    font-family: 'Ebrima';
    src: url('../fonts/ebrimabd.ttf') format('truetype'), url(../fonts/ebrimabd.woff) format('woff');
    font-weight: bold;
}

/* GLOBAL STYLES
-------------------------------------------------- */

body {
    color: #660000;
    background-color: #fbfbf4;
    font-family: 'Ebrima', Calibri;
    font-size: 18px;
}

.font-bodomi {
    font-family: Bodoni;
}

.font-bodomi-italic {
    font-family: 'Bodoni';
    font-style: italic;
}

.center {
    text-align: center;
}


.fundo-invertido {
    background-color: #660000;
    color: #fbfbf4;
}


h1 {
    margin-top: 45px;
    margin-bottom: 50px;
    font-size: 30px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

h3 {
    font-family: 'Bodoni';
    font-style: italic;
    margin-top: 0px;
    font-weight: bold;
}

    h3 img {
        
        margin-top: -25px;
        margin-right: 10px;
    
    }

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {

    .container {
        width: 1150px;
    }
}
