/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-sep-2017, 13:36:22
    Author     : Gabriel
*/

body {
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;

    /*    background: url('../img/ORZRE70.jpg'), no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
}

#hfib{
    color: #0b4c96;
    font-weight: 700;
    /*    text-shadow: 0 1px 4px rgb(231, 64, 64);*/
}

@media screen and (max-width:1170px) {
    #hfib {
        font-size: 23px;
    }

}
@media screen and (max-width:992px) {
    #hfib{
        font-size: 17px;
    }

}