.page-background{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #005392;
}

.text-content{
    padding-top:4%;
    padding-bottom: 4%;
}

/*h4{
    font-family:"Roboto Bold";
    color: white;
    font-weight: bold;
}*/

.page-content h1, h2, h3, h4, h5, h6 {
    font-family: 'A-Love-of-Thunder', 'Roboto', sans-serif !important;
}

p{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-weight: normal;
    color: black;
    font-family: 'Roboto', sans-serif !important;
    text-align: justify;
}

.title{
    text-align: center;
}

.bigTitle{
    display: inline-block;
    background-color: #ececeb;
    padding: 10px 5%;
    border-left: 12px solid #d1d1d1;
    color: #005392;
}

.page-content{
    /*padding-top:5%;*/
}

@media (max-width:460px){
    .bigTitle{
        font-size: 1.5rem;
    }
}

.page-content h1{
    color: black;
    text-align: center;
}