/* 
 * Copyright (C) 2017 Marcelo C. Pereira <mcper at unicamp.br>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

body, h1, h2, h3, h4, h5 {
    font-family: "Arial", sans-serif;
}

body {
    font-size: 16px;
}

.w3-blue {
    color:#fff!important;
    background-color:#0065A2!important
}

.w3-text-blue {
    color:#0065A2!important
}

.w3-half img {
    margin-bottom: -6px;
    margin-top: 16px;
    opacity: 0.8;
    cursor: pointer;
}

.w3-half img:hover {
    opacity: 1;
}

.auto-style1 {
    width: 130px;
    height: 130px;
}

#blackout {
    width: 100%;
    height: 10600px;
    overflow: hidden;
    position: absolute;
    left: 0; 
    right: 0;
    top: 0; 
    bottom:0;
    z-index: 99;
    background-color: Black;
    opacity:0.6;
    display: none;
}














