html,
body,
header {
        height: 100%;
}

h1 {
        font-size: 1.3rem;
        margin-left: 3px;
}

h2 {
        font-size: 1.0rem;
        margin-left: 3px;
}

.bg-light {
        background-color: transparent !important;
}
.navbar {padding-left: 0px; }

html, body {
        background-image: url("imgs/bg1.jpg");
        background-position:top;
        background-repeat:repeat-x;
        background-color:#E8E3D6;
        padding-top: 0px;
}

/* not active */
.nav-pills .nav-link:not(.active) {
        background-color: transparent !important;
        color: black;
        font-weight: 400 !important;
}

/* active*/
.nav-pills .nav-link {
        background-color: #E8E2D4 !important;
        color: white;
        font-weight: 600 !important;
}




.central {
        background-image: url("imgs/graybg.jpg");
        background-position:top;
        background-color: #ffffff;
        background-repeat: no-repeat;
        border-color: #c1c1c1;
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 3px;
}

.custom-file-input ~ .custom-file-label::after {
        content: "Escolher";
}
