/* 



1. Add your custom Css styles below

2. Place the this code in your template: 



 <link href="css/custom.css" rel="stylesheet">



*/

.inspiro-slider .slide .slide-captions h1 {

    font-weight: 400 !important;

    margin-bottom: 20px !important ;

}

.inspiro-slider .slide .slide-captions p {

    font-size: 30px;

}



.inspiro-slider .slide .slide-captions a {

    font-size: 17px!important;

}



.lead {

    font-weight: 300!important;

}


.profile-image{
    /* width: 55%!important; */
}
.profile-bio {

    /*font-weight: 300 !important;*/

    font-size: 1.3rem!important;
    /* width: 45%!important; */
}
.profile-bio li {
    padding-bottom: 12px;

}



@media (max-width: 1024px) {

.profile-content .profile-bio {

    display: block;

    float: none;

    height: auto;

    margin: 15px auto;

    padding: 15px;

    width: 100%;

    text-align: center;

}



}