/***************************
Add your custom styles below
****************************/

.grey-overlay {
    filter: brightness(30%);
    /* -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%); */
}

.front-page-title {
    font-family: Orbitron;
    margin-bottom: 5px;
}

footer .logo {
    max-height: 75px;
}

.featured-image {
    max-width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.feature {
    margin-bottom: 3em;
}

body {
    font-family: 'Noto Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pb-40 {
    padding-bottom: 40px;
}

@media all and (max-width: 767px) {
    .footer-right-content {
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .footer-right-content {
        text-align: right;
    }
}
