body {
    font-family: 'Comfortaa', sans-serif;
    color: #333333;
}
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 76px;
}
h1 {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}
a {
    color: #990099;
}
a:hover {
    color: #FF00FF;
}
p {
    color: #333333;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}
.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #666;
}
.nav-scroller .nav-link:hover {
    color: #ff00ff;
}
.nav-scroller .active {
    font-weight: 500;
    color: #00ffff;
}
.bg-logo {
    height: 60px;
    width: 240px;
    background: url(bbscoot_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.social-logo {
    margin-right:10px;
    height: 48px;
    width: 48px;
}