.modalDialog {
 position: Fixed;
 font-family="Titillium Web"; src: local="Titillium Web" url="webfont/white/TitilliumWeb-Regular.ttf" format="true type";
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(150, 150, 150, 0.9);
 background-image:  url (../../userfiles/images/dsbg.jpg) ; background-repeat: repeat;
 z-index: 99999;
 opacity: 0;
 transition: opacity 400ms ease-in;
 pointer-events: None;
}

.modalDialog:target {
 opacity: 1;
 pointer-events: Auto;
}

.modalDialog > div {
 width: 90%; max-width: 1100px;
 position: relative;
 margin: 5% auto;
 padding: 5px 10px 13px 10px;
 border-radius: 10px;
 background-color: rgba(250, 250, 250, 1.0);
  cursor: Default;
  text-align: center;
}

.close {
 background-color: transparent;
 padding: 15px;
 color: #b07540;
 font-size: 0.8em;
 font-weight: 500;
 position: Absolute;
 right: 15px;
 text-align: center;
 top: 0px;
 width: auto;
 height: 24px;
 text-decoration: None;
 font-weight: 500;
 
}

.close:hover {
 color: black;
 
}

.closeb {
background-color: #b07540;
 display: block;
 padding: 15px;
 color: #ffffff;
 font-size: 0.85em;
 text-align: center;
 line-height: 1.3em;
 text-decoration: None;
 font-weight: 500;
 border-radius: 5px;
 width: 100%; max-width: 300px;
 margin: auto;
}

.closeb:hover {
color: white;
text-decoration: None;
background-color: rgba(100, 100, 100, 0.9);
font-weight: 600;
}

.proh5data {color: #b07540; font-size: 1.2em; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; padding: 20px 15px 0 15px; text-align: center; }
.protxtdata {color: #7c737e; font-size: 0.85em; font-weight: normal; line-height: 1.3; text-decoration: none; letter-spacing: 0.08em; text-align: center; padding: 0px 15px 0 15px;}
@media only screen and (max-width: 768px){
.proh5data {color: #b07540; font-size: 0.90em; font-weight: 600; text-transform: uppercase; letter-spacing: 0.025em; padding: 20px 15px 0 15px; text-align: center; }
.protxtdata {color: #7c737e; font-size: 0.9em; font-weight: normal; line-height: 1.3; text-decoration: none; letter-spacing: 0.08em; text-align: center; padding: 0px 15px 0 15px;}
}