.modal-header h3 {
	color: #888278;
    font-size: 1.4em;
}
.modal-header h2 {
    color: #000000;
    font-size: 2.2em;
    padding: 15px 0;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.modal-body {
	 text-transform: lowercase;
	 font-size: 12px;
}

.modal-content {
    padding: 20px 0;
    font-size: 1.6em;
    line-height: 2em;
    text-transform: lowercase;
    color: #000000;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}