
#contact-submit{

	background: transparent !important;
    color: white;
    padding: 1.5% 10%;
    font-size: 18px;
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 4%;
}


#contact-submit:hover{

	background: white !important;
    color: #282828;
    padding: 1.5% 10%;
    font-size: 18px;
    border: 1px solid #282828;
    border-radius: 5px;
}


.pop-form #content-md {
	background: white !important;
	border-radius: 20px  !important;
    text-align: center;
    padding: 60px  !important;
}


.pop-form #content-md p {
    font-family: Libre Baskerville;
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
}


.pop-form #content-md .close {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    color: #c82020 !important;
    font-size: 27px;
    font-weight: 500;
    padding-right: 10px;
}