/* Your custom styles */

.splash {
    background: rgba(23, 24, 32, 0.95);
}

.logo {
    width: 200px;
}

.navbar-brand {
    margin-right: 0;
}

footer.page-footer .footer-copyright {
    background-color: rgba(0, 0, 0, 0.5);
}

.footer-copyright a {
    color: #ff3547;
}

.tb-btn {
    padding: 10px;
}