/* Main Styles */
body {
    background: #090909;
}
a {
    text-decoration: none;
}

/* Form Styles */
.form-group {
    margin-bottom:10px;
}

/* Nav Styles */
.site-logo img {
    max-height:150px !important;
}

/* Profile Page Syles */
.team-highlight {
    color:#eb2084 !important;
}
.vl {
    border-left:1px solid rgba(255,255,255,0.5);
    height:80%;
    padding-right:40px;
    margin-top:-10px;
    float:left;
}
.team-small {
    font-size:14px;
    color:#9e9e9e;
}
.team-big {
    font-size:20px;
    font-weight:700;
}
.player-card {
    border:1px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}

/* Buttons */
.btn:hover {
    text-shadow: 2px 0px 13px rgb(255 255 255);
}
.btn-twitch {
    background-color: #8e42fe;
}
.btn-twitch:hover {
    background-color: #A970FF !important;
    box-shadow: 0px 0px 10px 0px #A970FF;
}
.btn-discord {
    background-color: #404EED;
}
.btn-discord:hover {
    background-color: #2331B5 !important;
    box-shadow: 0px 0px 10px 0px #2331B5;
}
