.modal-fullscreen {
    background-color: #003a5d;
    font-family: 'Lato', sans-serif;
    color: #003a5d;
    opacity: 0.8;
}

.modal-fullscreen a:hover {
    text-decoration: none;
}

.modal-fullscreen .close {
    color: #e6ebef !important;
    text-shadow: none;
    font-weight: 300;
    opacity: 1;
    padding-top: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0px;
    z-index: 100;
}

.modal-fullscreen .modal-body {
    color: #e6ebef !important;
    padding: 0px !important;
    margin: 0px !important;
}

.modal-fullscreen .modal-body .welcome {
    padding-top: 100px;
}

.modal-fullscreen .modal-body .logo {
    max-width: 250px;
}

.modal-fullscreen .modal-body h3 {
    font-weight: 400;
}

.modal-fullscreen .modal-body h4 {
    padding-top: 30px;
    font-weight: 400;
    margin: 0px;
}

.modal-fullscreen .modal-body .bookmark {
    font-size: 20px;
    color: #73b564;
}

.modal-fullscreen .modal-body .dismiss {
    padding-top: 40px;
}
.modal-fullscreen .modal-body .dismiss a {
    color: #e6ebef !important;
    font-weight: 400;

}


.underline {
    border-bottom: 1px solid currentColor;
}