﻿.modal {
    margin-top: 50px; 
}

.modal-body {
    height: 100%;
    padding: 30px;
}

.modal-body > p {
    font-family: poppins, sans-serif;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
    text-align: center;
}

.modal-content {
    height: auto;
    min-height: 100%;
    width: auto;
    border-radius: 0;
}

.close {
    font-size: 30px;
    opacity: 1;
    color: white;
    margin-top:-10px;
}

.close:focus, .close:hover {
  color: white;
  cursor: pointer;
}

.herotext {
    color: white;
}

.titletext {
    color: white;
}

.subtitle {
    color: white;
}

.herotext-no-shadow {
    color: white;
}

.titletext-no-shadow {
    color: white;
}

.subtitle-no-shadow {
    color: white;
}

@media screen and (max-width: 767px) {
    .modal {
        margin-left: 25px;
    }

    .modal-dialog {
        width: 90%;
    } 
}
