/****** PLACE YOUR CUSTOM STYLES HERE ******/

.parallax-box {
    /* The image used */
    background-image: url("../img/tactile_noise.png");
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

.text-justify {
    text-align: justify;
    font-size: large;
    font-family: 'Bold', sans-serif;
}

.accordion-list {
    font-size: 16px;
    text-justify: distribute-all-lines;
}

.text-title {
    font-family: 'Bold', sans-serif;
    font-weight: 700;
}

.custom-page-title {
    font-family: 'Bold', sans-serif;
}

.first-index-title{
    font-family: 'Bold', sans-serif;
}

.accordion-title {
    font-size: 16px;
}

.text-content {
    font-family: 'Light', sans-serif;
    font-weight: 100;
}

.bulleting {
    padding-left: 1em;
    padding-right: 1em;
}

.subtitle
{
    font-family: 'Light', sans-serif;
    font-size: large;
}

.subtitle-2
{
    font-family: 'Light', sans-serif;
}

.inline-block strong
{
    font-family: 'Light';
}
.inline-block li
{
    font-family: 'Light';
}

.progress-bar spanP
{
    font-family: 'Light';
}