nav ul a,
nav .brand-logo {
  color: #1f1f1f;
}


body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}

.footer-container {
    position:fixed;
    bottom: -5px;
    width: 100%;
    padding: 5px;
    z-index: 5;
    background-color: #c8c8c8;
}
.footer-caption{
    margin: 0;
    font-size: small;
    padding-left: 64px;
}

.footer-contact{
    margin-left: auto;
    margin-right: auto;

}
.footer-contact-img{
    height: 20px !important;
}
@font-face {
    font-family: Neuropol;
    src: url('../fonts/neurofont.ttf');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: GillSans, Calibri, Trebuchet, sans-serif;
  }

.brand-logo{
    display: flex;
}
.brand-logo-a{
    font-family: Neuropol;
    font-size: large !important;

}
.brand-logo-text{
    height: 75%;
    margin: 8px;
    margin-right: 20px;
    right: 140px !important;
}
.no-margin{
    margin: 0;
}

.page-caption{
    font-size: 3rem;
    margin-top: 16px;
    margin-bottom: 16px;
}

@media only screen and (max-width : 992px) {
    .footer-caption {
        padding-left: 4px;
    }
    .footer-contact {
        width: 100%;
    }
    .page-caption{
        font-size: 2rem;
    }
}

@media only screen and (max-width : 320px) {
    .footer-caption{
        margin-top: 3px;
        font-size: x-small;
    }
}
