
body {
    background-image: url(binary.gif);
}

html, body {
    height: 100%;
    overflow: auto;
}

.logo {
    position: absolute;
    top: 0px;
    height: 90px;
}
@font-face {
    font-family: atomFont;
    src: url(atomSof_.ttf);
}
.navbar{
    font-family: atomFont;
}
.navbar-brand{
    color: #3d3b3b !important;
}

.active .nav-link {
    font-weight: bold;
    border-bottom: 5px solid #da251d;
    padding-bottom: 0px;
}

.nav-link a, a:hover {
    font-weight: bold;
}

.fix {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 100px;
}

.rodape {
    font-family: atomFont;
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 200px;
    margin-top: 1px;
    padding-top: 20px;
}

.conteudo {
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: white;
    /*    min-height: 100%;*/
}

ul {
    list-style-image: url(check.gif);
}

blockquote{
    border-left: 3px solid #816363;
    padding: 2px 2px 2px 10px;
}