html,body {
    height: 100%;
    width: 100%;
    font-family: "Raleway", sans-serif;
}
body {
    background-color: rgb(0, 0, 0);
}
p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
* {
    transition-property: all !important;
    transition-duration: 500ms !important;
}

.mh-90 {
    max-height: 80vh !important;
}

.mw-1920 {
    max-width: 1920px !important;
}

.bg-01 {
    background-image: url("/img/generic/bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.text-roboto {
    font-family: "Roboto Mono", monospace;
}
.social {
    opacity: 0.5;
}
.social:hover {
    opacity: 1;
}
.reel-link {
    text-decoration: none;
}
.reel-link:hover {
    background-color: var(--bs-danger);
}
.reel-link:hover small {
    color: var(--bs-black);
}
.reel-title {
    font-family: "Roboto Mono", monospace;
    text-transform: capitalize;
}
.reel-description {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    opacity: 0.8;
}
.reel-description small {
    color: var(--bs-secondary);
}
.nav-link {
    color: var(--bs-light);
    padding: 0.5rem 1rem;
    text-align: center;
}
.nav-link:hover {
    background-color: var(--bs-danger);
    color: #fff;
}
.nav-link:focus {
    color: #fff;
}
.navbar-toggler {
    border: var(--bs-border-width) solid var(--bs-danger);
    background-color: var(--bs-danger);
    padding: 0.05rem 2rem !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important;
}
.bg-dark-op3 {
    background-color: rgba(0, 0, 0, 0.3);
}
.bg-dark-op4 {
    background-color: rgba(0, 0, 0, 0.4);
}
.bg-dark-op5 {
    background-color: rgba(0, 0, 0, 0.5);
}
.bg-dark-op6 {
    background-color: rgba(0, 0, 0, 0.6);
}
.bg-dark-op7 {
    background-color: rgba(0, 0, 0, 0.7);
}
.bg-dark-op8 {
    background-color: rgba(0, 0, 0, 0.8);
}
.bg-dark-op9 {
    background-color: rgba(0, 0, 0, 0.9);
}
.brand-logo {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
}
.brand-logo .img-top {
    border-radius: .5rem;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: inline;
    opacity: 0;
}
.brand-logo:hover .img-top {
    opacity: 1;
}


/* scrollbar */
::-webkit-scrollbar {
width: 10px;
background-color: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb {
background: var(--bs-danger); 
/* border-radius: 10px; */
}
