
body{
    font-family: 'DM Sans', sans-serif;
overflow-x: hidden;
transition: all 0.5s ease 0s;
background: #000;
}
section#roadmap, .team_section{
overflow: hidden;
position: relative;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'DM Sans', sans-serif;
}
p{
    font-family: 'DM Sans', sans-serif;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
a:hover, a:focus{
	text-decoration:none;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
b, strong {
    color: #ffffff;
}
p b, p strong {
    color: #fff;
    font-weight: 400;
}
ul{
    padding-left: 0px;
}
.header_area {
    position: relative;
    z-index: 99;
}

.navbar {
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
    position: absolute;
    width: 100%;
    transition: .2s ease-in-out;
}
.navbar-default .navbar-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    padding: 10px 12px;
}

.navbar-default .navbar-nav li a:hover {
        color: #fad02c;
}
a.navbar-brand.logo {
    padding: 10px 15px;
    height: auto;
}
a.navbar-brand.logo img {
    height: 70px;
}
.navbar-nav {
    margin-right: 0px;
    padding: 30px 0px;
}
.padding_section{
    padding: 70px 0px;
}
.coming_soon {
    background: url(../img/MTB_HeroBackground_Dark_2022-11-03.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: top center;
}
.text-center img {
    margin: auto;
}
.social_links a {
    display: inline-block;
    margin-top: 0px;
    margin-right: 15px;
}
.social_links a img {
        height: 75px;
}
.path_27 {
    height: 33px;
    margin-bottom: 7px;
}
.group_4{
    height: 250px;
}
.copy_tigh {
    position: absolute;
    bottom: 20px;
    left: 10%;
    color: #828282;
    opacity: 1;
}
.control_center {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0px;
    height: 445px;
    margin: auto;
}
.follow01 {
    height: 85px;
    margin-top: 10px !important;
}