/*
    Created on : Apr 11, 2019, 5:18:30 PM
    Author     : Paulo Gonçalves <pgoncalves@digitalsales.pt>
*/
/*******************************************************************************
 FONTS
*******************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
/*******************************************************************************
 GENERAL
*******************************************************************************/
html, body {
    height: 100%;
    background: #ffffff;
    font-family: 'Dosis', sans-serif;
}
h2 {
    color: #424242;
    font-size: 2rem;
}
@media (min-width: 1024px) {
    h2 {
        font-size: 4.5rem;
    }
}
/*******************************************************************************
 TO DELETE
*******************************************************************************/
body * {
    /*    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.25);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.25);
        box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.25);*/
}