
/* MODAL */
.modal {
    background: rgba(0,0,0,0.75);
    color: white;
}
.modal-content {
    background: transparent;
}
.modal-header {
    border: none;
}
.modal-header .title {
    font: normal normal 1.2em "Nissan Brand Light";
    letter-spacing: 2.5px;
    text-align: center;
    width: calc(100% - 25px);
    width: -webkit-fill-available;
    text-transform: uppercase;
}
.modal-header .title sup {
    font-size: 0.8em;
}
.modal-header .close {
    opacity: 1;
    outline: 0;
}
.modal-header .close .btn-close {
    font-family: "Nissan Brand Light";
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px;
    background: #fffefe4d;
    border-radius: 50%;
    color: white;
    text-shadow: 0 0 0 #fff;
    opacity: 1;
    line-height: 0.55;
    margin-top: 0.25em;
}
.modal-header .close:hover .btn-close {
    border: solid 2px #FFFFFF;
    background: white;
    color: #C3002F;
}
.modal-body .intro {
    margin: 1.25em auto;
    font-size: 0.875em;
    line-height: 1.5;
    text-align: justify;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    background-color: rgba(0,0,0,0.5) !important;
    width: 0.75em !important;
    border-radius: 10px;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(199, 20, 68, 0.75) !important;
    border-radius: 10px;
}
.modal-title {
    font-family: "Nissan Brand Light";
    letter-spacing: 1px;
    text-align: center;
    padding: 1em;
}
.modal-title p {
    padding: 0 15px;
}
.modal-footer {
    border: none;
}

.modal-body .intro a {
    text-decoration: underline;
    color: #c1c1c1;
}
.modal-body .intro a:hover, .modal-body .intro a:active {
    color: #C3002F;
}



@media (min-width: 1600px) { 
    .modal-dialog {
        max-width: 800px;
    }
}
