.container{
    max-width: 1120px!important;
}

.text-custom{
    color: #005f6f;
}

.bg-custom{
    background-color: #005f6f;
    color: white;
}

.bg-secondary-custom{
    background-color: #F0F0F0;
}

.navbar-nav .nav-item .nav-link{
    color: #005f6f;
}

.dropdown-item{
    color: #005f6f;
}

.btn-custom-border{
    border: 1px solid #005f6f;
}

.border-custom{
    border: 1px solid #F0F0F0;
}

.btn-custom{
    background-color: #005f6f!important;
}

.text-justify{
    text-align: justify;
}