body
{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main
{
    flex: 1 0 auto;
    color: #343434;
    overflow: hidden;
}
footer
{
    color: #121212 !important;
    background-color:#FFA406 !important;
}

footer a
{
    color: #121212;
}
footer a:hover
{
    color: #545454;
}
a
{
    color: #212121;
    text-decoration: none;
}
a:hover
{
    color:#FFA406;
}

.page-footer
{
    padding: 0px;
    height: 22px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
textarea.materialize-textarea {
    font-size: 1.8rem;
}
.header
{
    color: #212121;
    background-color: #FFA406;
}

.foot
{
    color: #212121;
    background-color: #FFA406;
}

.breadcrumbs a:not(:last-child):after
{
    content: ' / ';
}

.button, .button:focus, .button:visited
{
    color: #212121;
    background-color: #FFA406;
}
.button:hover, .button:focus
{
    color: #212121;
    background-color: #FFA406;
}

nav{
    box-shadow: unset;
}