/*
Section 1 : Custom Font
*/

timeline-section p{
    font-family: 'Prompt', sans-serif;
}

.sub-header{
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.text-block p
{
    font-family: 'Prompt', sans-serif;
}

p.super-lead{
    font-family: 'Prompt', sans-serif;
}

.narrow-feature .content p{
    font-family: 'Prompt', sans-serif;
}

p.lead
{
    font-family: 'Prompt', sans-serif;
}

.english {
    font-family: 'Montserrat', serif;
}

.alt-font{
    font-family: 'Prompt', sans-serif;
}

.sub{
    font-family: 'Prompt', sans-serif;
}

.btn{
    font-family: 'Prompt', sans-serif;
}

.description{
    font-family: 'Prompt', sans-serif;
}

/*
Section 2: Custon Text Placement
*/

.text-right{
    font-family: 'Prompt', sans-serif;
}

.text-left{
    font-family: 'Prompt', sans-serif;
}

.color-highlight {
    color: #48CF4A !important;
}

/*
Section 3: Custom Margin and Padding
*/

.logo{

}

/*
Section 4: Additional CSS
*/

.hero-slider .btn{

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin:0;
}

.display-table{
    display: table;
    table-layout: fixed;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}