html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    min-height: 100%;
    padding-bottom: 6rem;
    box-sizing: border-box;
    position: relative;
    color: #484848;
}

.body.homepage {
    background-image: url(../img/risorse_per_educazione.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

nav.navbar {
    background-color: #234463;
    color: #f4ebe8;
}

.navbar .scimmia {
    max-height: 2em;
    margin-right: .5em;
}

.navbar-light .navbar-toggler {
    color: #f4ebe8;
    border-color: transparent;
}

.navbar-light .navbar-brand {
    color: #f4ebe8;
}

.navbar-light .navbar-brand:hover {
    color: rgb(82, 175, 200);
}

.navbar-light .navbar-nav .nav-link {
    color: #f4ebe8;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(82, 175, 200);
}

a {
    color: #234463;
}

a:hover {
    color: rgb(82, 175, 200);
}

.btn {
    text-transform: uppercase;
}

button:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.svg-inline--fa {
    margin-right: .5em;
}

/* ---- HOME ---- */
.homepage h1 {
    color: #e76819;
    text-shadow: 2px 2px 2px #4e1e00e3;
}

.lista-risorse {
    background-color: rgba(244, 235, 232, 0.8);
    border: 2px solid #f4ebe8;
    box-shadow: 5px 5px 5px 2px #00000057;
}

/* ---- FINE HOME --- */
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    color: #f4ebe8;
}

footer a {
    color: #f4ebe8;
}
