* {
    margin: 0;
    padding: 0;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-text {
    color: rgba(255,255,255,1);
}
.navbar {
    border-bottom: 3px solid #777;
}
.nav-link:hover {
    color: #cf0d44!important;
}
p {
    color: #222222;
    font-size: 1em;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}
a {
    font-family: "Rubik", sans-serif;
}
a.btn {
    letter-spacing: 1px;
}
::selection {
    background: #cf0d44;
    color: white;
}
.metro-red {
    color: #cf0d44;
}
.whitepaw {
    text-shadow: 2px 2px 2px #eeeeee;
}
.darkpaw {
    text-shadow: 2px 2px 2px #111111;
}
.splash {
    background-size: cover;
    background-position: center;
}
.row ul li {
    list-style: none;
    font-family: "Rubik", sans-serif;
    line-height: 1.6em;
    font-weight: 400;
}
.row ul li:before {
    content:"\2013";
}
#bluelight li a {
    color: #58cdff !important;
}
h2 {
    color: #cf0d44;
    font-size: 2.5em;
    font-family: "Orbitron", monospace;
    font-weight: 600;
}
h2 span {
    color: black;
}
h3 {
    font-size: 1.7em;
    font-family: "Orbitron", monospace;
    font-weight: 700;
    letter-spacing: 1px;
}
h5 {
    color: #222222;
    font-size: 1.3em;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}
#footer h6 {
    color: #ccc;
    font-size: 1em;
    font-family: "Orbitron", monospace;
    font-weight: 700;
}
#footer ul {
    padding-left: 0px !important;
}
#footer li {
    font-size: 0.9em;
    list-style: none;
}
#footer li a, #footer p {
    color: #aaa;
}

/* JESSA STYLES */

.j-bg-city {
    background-image: url('images/bgs/city-bg-lighter.jpg');
    background-position: bottom;
    background-size: cover;
}
.j-bg-max {
    background-color: #123456;
    background-image: url('images/max/max-fistpump-transparent.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.j-bg-dark {
    background-color: #343a40;
    border-top: 3px solid #777;
    border-bottom: 3px solid #777;
}
.j-bg-light {
    background-color: #eee;
    border-top: 3px solid #bbb;
    border-bottom: 3px solid #bbb;
}
.planbox {
    margin-top: 50px;
    padding: 5px;
    background: white;
    border: 3px solid #777;
    max-width: 82%;
    text-align: center;
}
.planbox img {
    max-width: 100px;
    margin-top: -50px;
}
.planbox ul li {
    text-align: left;
    padding-left: 15px;
}
.j-form .form-group {
    color: white;
}
.j-form input {
    padding: 5px;
}
.j-button {
    background: white;
    color: black !important;
    padding: 8px 20px;
    border: 2px solid black;
}
.j-button:hover {
    cursor: pointer;
    border: 2px solid #cf0d44;
}
.hideme, .honeypot {
    display: none;
}

@media (max-width: 375px) {
    .navbar-left img {
        height: 40px !important;
    }
}