.logo_img{
    position:fixed;
    top:0;
    left:0;
    display:inline-block;
    z-index:1;
}
.logo_img:after{
    display:none;
}
.center-menu .info-header{
    height: 61px;
    line-height: 61px;
    font-size: 3vw;
    color: #ffffff;
    background-color: #2a2a2a;
    font-weight: bold;
    padding: .5vh 2vw;
    display:inline-block;
}
.center-menu .info-text{
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    display: inline-block;
    height: 61px;
    vertical-align: top;
    padding: 10px 2vw;
    border: 2px solid #2a2a2a;
    border-left: none;
}
.text-red{
    color: #d71921;
}
.text-bold{
    font-weight:700;
}
form{
    position:relative;
}
form .participant-number{
    right: calc(100%);
    width: 200px;
    text-align: right;
    font-family: 'abugetregular', cursive;
    display: inline-block;
    position: absolute;
    color: #d71921;
    font-size: 40px;
    top: 0;
}
form .form-control{
    margin-bottom:15px;
}
.team-members-header{
    font-family: 'abugetregular', cursive;
    position: relative;
    color: #d71921;
    font-size: 70px;
    transform: rotate(-20deg);
    text-transform: capitalize;
    text-align: center;
    margin-top: 25px;
    line-height: 50px;
}
.how-it-works li{
    font-size:1.5em;
    font-weight:bold;
    position: relative;
}
.how-it-works li span{
    font-family: 'abugetregular', cursive;
    color: #d71921;
    font-size: 1.75em;
    line-height: 1.5em;
    top: 5px;
    font-weight:normal;
    position: relative;
    top: 6px;
}
ul li:before{
    display:none;
}
.navbar-contact{
    position:absolute;
    top:0;
    height:61px;
    
}
.navbar-contact-left{
    left:0;
}
.navbar-contact-right{
    right:0;
    text-align:right;
}
.navbar-contact-right a{
    line-height: 61px;
    padding:0 16px;
    color: #ffffff;
    display:inline-block;
    background:#d71921
}
.navbar-contact-right a:hover{
    color: #ffffff;
}
.navbar-contact a{
    margin:0 10px;
    
}
.navbar-contact a svg{
    fill: rgba(255, 255, 255, 0.75);
    transition: fill .5s ease;
    margin-top:16px;
}
.navbar-contact a:hover svg{
    fill: #ffffff;
}
.navbar-contact a:hover:after{
    display:none;
}

.checkbox-wrapper{
    
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 18px;
    margin-bottom: 15px;
    text-align: center;
}
.btn.sign-up{
    height: 50px;
    line-height: 50px;
    background:#d71921;
    border-color:#d71921;
}
.btn-back{
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #d71921;
    border-color: #d71921;
    position: absolute;
    left: -65px;
    bottom: -1px;
}