.cw-header{
    background-image: url(https://apihoard.webit.com/api/v1/Image/C0620BB9C30CA07E6BA56454C2C0298F/C0620BB9C30CA07E6BA56454C2C0298F.jpg?size=Original)!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}

.text{
    padding-top: 3em;
    padding-bottom: 3em!important;  
}

.list{
    padding-top: 4em!important;
    padding-bottom: 1em!important;
    text-align: center;
    color: #fff;
}

/* HOME WELCOME SECTION =======================================================*/



.cw-welcome-text .list-group-item.active{
    background-color: #BB0000;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}

.cw-welcome-text .list-group-item{
    background-color: #fff;
    color: #232323;
    border-color: #BB0000;
    padding: .65rem 1.25rem;
}

.cw-welcome-text .list-group-item:nth-of-type(even){
    background-color: #fff;
    color: #232323;
}

.cw-welcome-text h2{
    color: #BB0000;
    font-size: 2.01rem;    
}

.cw-welcome-text hr{
    border-top-color: #BB0000;
}

.cw-learn-more{
    color: #232323;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.carousel-caption{
    position: absolute;
    right: 0%!important;
    bottom: 20px;
    left: 0%!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center!important;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
}

.carousel-caption p{
    text-align: center!important;
}

.cw-call-to{
    background-color: #AA0000;
}

/* MEDIA QUERIES ====================================================================*/

@media (max-width: 575px){
    .cw-learn-more{
            margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
    }
    .cw-welcome-text h2{
        text-align: center;
    }
    .cw-welcome-text p{
        text-align: center;
    }
    .cw-welcome-text p:nth-of-type(1){
        text-align: center;
    }
    .cw-header img{
        max-width: 99%!important;
    }
}


@media (min-width: 768px){
    .cw-learn-more{
        font-size: 1rem;
    }
}



@media (min-width: 1281px){
    .cw-welcome-text p{
        text-align: justify;
    }
        .cw-learn-more{
    font-size: 1.7rem;
    }
    .cw-header{
        min-height: 415px;
        padding-top: 9rem;
    }
    .cw-welcome-text{
        background-image: url(https://apihoard.webit.com/api/v1/Image/6228BBF46113D8CC08512AFECADE66A1/6228BBF46113D8CC08512AFECADE66A1.jpg?size=Original)!important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;     
    }
}
