@charset "UTF-8";
/* CSS Document */

html,
body {
    background-color: #000000;
    padding-top: 10px;
}

a:hover {
    outline: 0;
    color: #9d9d9d;
    text-decoration: none;
    cursor: pointer;
}

a {
    font-family: "Road Rage", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.navbar-custom a {
    font-family: 'Shadows Into Light', cursive;
    font-size: 24px;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-item .nav-link {
    color: #9d9d9d;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item:hover .nav-link {
    color: #fff;
}

.navbar-custom .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-custom .navbar-toggler {
    border-color: #fff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}