body{
    background-color:#131515;
    font-family: 'roboto';
    overflow:hidden;
}

.container{
    max-width: 1200px;
}

#blheader{
    padding:40px 0px;
}

.bl-header{
    border-radius: 10px;
}

.bl-header-bg{
    position: relative;
    z-index: 1;
    margin:0 auto;
}

.bl-header-content{
    position: absolute;
    z-index: 10;
    left:100px;
    bottom:50px;
}

h3.bl-header-h3{
    color:white;
    font-weight: bold;
    font-size:32px;
    text-transform: uppercase;
}

p.bl-header-p{
    color:#D4CECE;
    font-size: 14px;
    width: 100%;
    margin-bottom:30px;
}

#joinbtn{
    background: rgb(251,215,101);
    background: linear-gradient(270deg, rgba(251,215,101,1) 0%, rgba(239,158,63,1) 100%); 
    color:black;
    font-size:14px;
    padding:10px 55px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
}

section#pills{
    padding:0px;
}

.pills-img{
    padding:15px;
}

.bl-pill{
    background-color: #323738;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom:30px;
    min-height: 250px;
    max-height: 250px;
}

p.pills-p b{
    font-size:18px;
    color:white;
}

p.pills-p{
    color:#D4DBDD;
    font-size:14px;
    padding:15px;
    text-align: center;
}

@media only screen and (max-width : 1024px) {
   
    .bl-header-content{
        position: absolute;
        z-index: 10;
        left:15px;
        bottom:30px;
    }

    h3.bl-header-h3{
        font-size:24px;
    }

    p.bl-header-p{
        font-size: 12px;
        width: 60%;
        margin-bottom:20px;
    }
}

@media only screen and (max-width : 480px) {
    .bl-pill{
        display: block;
        text-align: center;
        margin-bottom:50px;
        max-height: none;
    }
    
    .pills-img{
        padding:15px;
        margin-top:-40px;
        width: 120px;
    }
    
    #pills .col-6{
        display:flex;
        align-items: stretch;
    }
    
    p.pills-p b{
        font-size:15px;
    }

    p.pills-p{
        font-size:12px;
    }
    
    .bl-header-content{
        position: absolute;
        z-index: 10;
        left:0px;
        bottom:20px;
        width: 100%;
        text-align: center;
    }

    h3.bl-header-h3{
        font-size:18px;
    }

    p.bl-header-p{
        font-size: 12px;
        width: 100%;
        margin-bottom:20px;
    }
    
    .mobnopx{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .bl-header{
        border-radius: 0px;
    }
}
