@font-face {
    font-family: 'OpenSans';
    src: url('./../../fonts/OpenSans-VariableFont_wdth\,wght.ttf');
}

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    background-color: #000002;
}

.navbar {
    background-color: black;
    border-bottom: 8px solid #CF9455;
}

.navbar a {
    color: white;
}

.logo {
    position: absolute;
    top: 12px;
    left: 42%;
}

.navbar-toggler {
    background-color: #CF9455;
}

.navbar-toggler-icon {
    color: black;
}

.hero {
    background-image: url("../img/about/Group1760.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 150%;
}

.hero .container {
    margin-top: -20%;
}

.hero h2 {
    text-transform: uppercase;
    font-weight: 700;
}

.hero .left {
    background-color: #686868;
    color: white;
    border-top: 8px solid #CF9455;
    border-bottom: 8px solid #272727;
    height: 100%;
}

.hero .right {
    background: none;
}

.hero .top {
    background-color: #686868;
    color: white;
    border-top: 8px solid #CF9455;
    border-bottom: 8px solid #272727;
}

.hero .bottom {
    background-color: #686868;
    color: white;
    border-top: 8px solid #CF9455;
    border-bottom: 8px solid #272727;
}

.black {
    border-color: black;
}

.accomplishments p {
    font-size: 1rem;
    font-weight: 500;
}


/* --------------------- Footer ----------------------- */

footer {
    margin-top: 10%;
    bottom: 0;
    background-color: #686868;
    color: white;
}

footer .number i,
footer .mail i {
    color: #CF9455;
}

footer .socials i {
    background-color: #CF9D4B;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
}

footer .popular a {
    color: #bdbdbd;
    text-decoration: none;
}

footer .quick {
    color: #bdbdbd;
}

footer .quick a {
    color: white;
}

footer .quick h5 {
    color: white;
}

footer .popular button {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
    border-radius: 0;
    margin: 2px;
}

footer .popular button:hover {
    background-color: #CF9455;
}

footer .popular button:hover a {
    color: white;
}

.footer-nav {
    background-color: #272727;
}

.footer-nav a {
    color: white;
}

.footer-bottom {
    background-color: #686868;
    color: white;
}


/* ------------------------------------------------------------------------------ */

@media (max-width: 786px) {
    .hero .container {
        margin-top: 0;
    }
    .hero h2 {
        font-size: 1.5rem;
    }
    footer img {
        width: 50%;
    }
}

.margin-top-10 {
    margin-top: -5px;
}

.img-flag {
    height: 30px;
    width: auto;
}

.fight_records_container {
    border-color: #CF9455;
    border-style: solid;
    border-width: 4px;
    /* margin-top: -350px; */
    margin-bottom: 45px;
    width: 10px;
    padding-bottom: 10px;
}

.fight_records_title {
    margin-top: 10px;
    color: #fff;
    font-size: 4em;
}

.fight_record_text {
    color: #fff;
    font-size: 2.5em;
}

.bio_text {
    font-family: 'OpenSans';
    color: #fff;
    font-size: 1.5em;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #CF9455;
    border-style: solid;
    border-width: 4px;
    padding-top: 8px;
}

.bio-card-container {
    background-color: #D9D9D9;
    height: 100%;
    width: 100%;
}

.bio-name-section {
    background-color: #000;
    height: 155px;
    width: 100%;
}

#bio_fullname {
    font-size: 2.6em;
    padding: 20px;
    color: #fff;
}

#bio_lastname {
/* color: #CB2A22; */
}

#bio_nickname {
    color: #fff;
    font-size: 2.6em;
    padding-left: 20px;
    margin-top: -10px;
    color: #CB2A22;
}

.bio-stats-section {
    padding: 20px;
}

.bio-stats-section p {
    margin-bottom: 2px;
}
