/*.nav-link*/
/*{*/
/*    color: #00334F !important;*/
/*}*/

/*.nav-link.active*/
/*{*/
/*    color: #00ABD6 !important;*/
/*    font-weight: bold;*/
/*}*/

/*.tab-content*/
/*{*/
/*    height: calc(100% - 50px);*/
/*}*/

/*.tab-pane*/
/*{*/
/*    height: 100%;*/
/*    padding: 20px;*/
/*    overflow: auto;*/
/*    text-align: justify;*/
/*}*/

.home_message
{
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_header
{
    min-height: 250px;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url("../images/bg8.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.home_message .home_title
{
    justify-self: center;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 60px;
}

.home_text
{
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border: solid 1px #e3e3e3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 5px;
}

.home_message p
{
    text-align: justify;
    font-size: 20px;
    line-height: 1.6;
    padding: 15px;
}

@media (max-width: 730px)
{
    .home_text
    {
        margin-right: 0;
        margin-left: 0;
    }

    .home_message .home_title
    {
        font-size: 45px;
    }

    .home_message p
    {
        font-size: 15px !important;
    }

}