/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/


@font-face {
  font-family: "Red Hat Display Black";
  src: url("../fonts/RedHatDisplay-VariableFont_wght.ttf");
  src: url("../fonts/RedHatDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Red Hat Display Medium";
  src: url("../fonts/RedHatDisplay-Italic-VariableFont_wght.ttf");
  src: url("../fonts/RedHatDisplay-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: #0f1d2a !important;
        font-family: "Red Hat Display Medium" !important;
}

h1, h2, h3, h4, h5 {
    color: #19fffc !important;
    font-family: "Red Hat Display Black";
}



.header-main {
    background-color: rgb(15, 29, 42, 0.2) !important;
}

.header-main.has-fixed {
    background-color: #000023 !important;
}

.header-main.has-fixed a {
    /* color: #0f1d2a !important; */
}

p {
    color: #26e1e1;
}

.bg-white p {
    color: #ffffff !important;
}

.bg-white a {
    color: #26e1e1 !important;
}

.brawl-btn p {
    color: #26e1e1 !important;
}


.brawl-btn {
    background: transparent !important;
    border-radius: 0 !important;
    border-color: #26e1e1;
    color: #000000 !important;
    /* text-decoration: line-through; */
}

.brawl-btn:hover {
    background: #26e1e1 !important;
    color: #000000 !important;
}

.brawl-btn:hover p {
    color: #000000 !important;
    /* text-decoration: line-through; */
}

.team-info {
    border: 1px solid #26e1e1 !important;
}

.list-success li:before {
    color: #26e1e1 !important;
}

.img-circle.lg {
    height: 120px;
    width: 108px;
}

.logo-img {
    max-height: 4rem;
    min-height: 4rem;
}

.footerText {
    color: #0f1d2a !important;
}

.hiddenOnDesktop {
    display: none !important;
}
@media (max-width: 991.98px) {

    .hiddenOnMobile {
        display: none !important;
    }
    
    .hiddenOnDesktop {
        display: block !important;
    }
    
}

.carousel-item {
    transition: transform 1s ease-in-out !important;
}
