﻿/*----------------------------------------/
modal-dialog
----------------------------------------*/
.dialog-modal{ width:400px;  height:250px; background-color: #1A1311!important;  color: #fff; text-align: center!important;  display: none;   }
.dialog-modal h2{font-size: 1.5rem; }
.dialog-modal p{font-size: 1.5rem;}
.dialog-modal p a{ color: #fff;  text-decoration: underline!important;}
@media (max-width:767.98px) {
 .dialog-modal{  margin: auto;   width:100%;  height:250px!important; background-color: #1F100B!important;  color: #fff; text-align: center!important; position: absolute!important;left:0px; top:25%!important;  }
}
@media (max-width:320px) {
.dialog-modal h2{font-size: 1.125rem; }
.dialog-modal p{font-size: 1.125rem;}
}

