.bg-gray-800 {
    background-color: #004869 !important;
}

.bg-gray-700 {
    background-color: #003a54 !important;
}

.border-gray-800 {
    border-color: #003a54 !important;
}

.text-gray-800 {
    color: #004869 !important;
}

.headerWebsite {
    background: url('/img/header_website.jpeg');
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.shadowLayer {
    filter: drop-shadow(0px -0px 5px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0px -0px 5px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0px -0px 5px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0px -0px 5px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0px -0px 5px rgba(0, 0, 0, 0.5));
}