
/* Common STYLES
-------------------------------------------------- */
.p_title {
    margin-top:62px;
    margin-bottom:22px;
    font-size: 48px;
    color: #232323;
    text-align: center;
}
.p_description {
    font-size: 24px;
    color: #232323;
    width:80%;
    margin-left:10%;
}
.line {
    height: 4px;
    width: 88px;
    background-color: #017bc4;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    margin-bottom:54px;
}
/* Jumbotron
-------------------------------------------------- */
.jumbotron {
    margin:0;
    height:520px;
    background-image: url(../img/cus_banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}
.jumbotron>.container {
     margin-top:130px;
}
.jumbotron_title {
    letter-spacing: 8px;
    margin-bottom: 20px;
}
.jumbotron_desc {
    letter-spacing: 5px;
}


/* Cases
-------------------------------------------------- */
.cases_box {
    padding:0;
}
.cases_div {
    margin-bottom:30px;
}
.cases_div>img {
    width:100%;
    height:250px;
}
.cases_text {
    background-color: #ffffff;
    height:60px;
    font-size:18px;
    color: #232323;
    line-height:60px;
}
.cases_button {
    margin:10px auto 50px auto;
}
.case_btn {
    height:42px;
    width:60px;
    border-radius: 4px;
    color:#555555;
    font-size:18px;
    background-color: #ffffff;

}
.case_btn:hover {
    height:42px;
    width:60px;
    border-radius: 4px;
    color:#ffffff;
    font-size:18px;
    background-color:#007cc3;
}

@media only screen and (max-width: 450px) {
    .jumbotron {
        height: 200px;
    }
}