@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
    font-family: 'Montserrat', sans-serif;
}

.unique-color-dark {
    background-color: #1c2331 !important;
}

footer.page-footer {
    bottom: 0;
    color: #fff;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
}

/* .navbar {
    background-color: #1c2331 !important;
} */
