/*BODY*/
.bodyCustom{
    font-family: 'Jura', sans-serif;
    font-size: 18px;
}

/*NAVBAR*/
.navbar-brand img{
    height: 80px;
}
.navbar-custom{
    background-color: #fff;
    color: gray;
}
.navbar-custom a{
    color: #232323;
    font-family: 'Jura', sans-serif;
    font-weight: 100;
}
.navbar-custom a:hover{
    color: #e1512a;
    border-bottom: 1px solid #e1512a;
    padding-bottom: 1px;
}

/*CAROUSEL*/
#myCarousel{
    margin-top: 100px;
}

/*RUNNING SETS*/
.container-running{
    color: #e1512a;
    padding-bottom: 80px;
    padding-top: 100px;
}
.titGreyLg{
    font-size: 44px;
    font-weight: 700;
    color: #808080;
    text-align: center;
/*    padding-top: 100px;*/
    padding-bottom: 20px;
}
.runImg{
    padding: 20px;
    width: 100%;
}
.container-running a{
    color: #e1512a;
    text-decoration: none;
}
.container-running a:hover{
    color: #e1512a;
    text-decoration:underline;
}
#audioWrap{
    padding: 0 20px 20px 20px;
}

.col-running span{
    color: #232323;
}
.col-running p{
/*    margin-top: 0;*/
    margin-bottom: auto;
}
.col-running hr{
/*    margin-top: 0;*/
    margin-bottom: 10px;
    margin-top: 10px;
}


/*LIVE4U*/
.container-live4u{
    background-color: #999999;
    color: white;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 100px;
}
.titWhiteLg{
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center;
/*    padding-top: 50px;*/
    padding-bottom: 20px;
}
.container-live4u p{
    padding: 0 250px;
}

/*GALLERY*/
.container-gallery{
    padding-bottom: 50px;
    padding-top: 100px;
}
.col-sm-4{
    padding-bottom: 15px;
}

/*BIOGRAPHY*/
.container-biography{
    background-color: #E5E5E5;
    padding-bottom: 50px;
    padding-top: 100px;
}
.thumbImgBio{
    max-height: 400px;
}

/*CAREER*/
.container-career{
    background-color: #808080;
    padding-top: 100px;
    padding-bottom: 50px;
}
.container-career p{
    color: white;
}
.thumbImgCar{
    max-height: 250px;
}

.list{
    color: white;
}

/*CONTACT*/
.contact{
    padding-bottom: 200px;
    padding-top: 100px;
}
.btn-secondary{
    width: 200px;
}

/*FOOTER*/
.footer{
    background-color: grey;
    color: white;
    font-size: 14px;
    padding: 20px 20px 5px 50px;
}