@charset "UTF-8";
/* CSS Document */

.modal-footer{
	background-color: #000000; 
	color: #ffffff;
	text-align: center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	justify-content: center;
}

.modal-header {
	background-color: #000000; 
	color: #000000;
	text-align: center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
}

h1{
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 36px;
	color: #c52033;
}

h2{
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 28px;
	color: #c52033;
	line-height: 38px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.email,.email:visited {
	color: #000000;
}

.email:hover,.email:focus {
	color: #ffffff;
	background-color: #c52033;
	padding: 3px;
	text-decoration: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}

.vertical-seperator {
	border-right: 1px solid #000000;
}


@media (max-width: 1000px) {
p{
	font-size: 14px;
	line-height: 28px;
}
}

@media (max-width: 850px) {
h2{
	font-size: 24px;
}

p{
	font-size: 12px;
	line-height: 22px;
}

.vertical-seperator {
	border-right: none;
}
}

@media (max-width: 480px) {
h2{
	font-size: 28px;
}

p{
	font-size: 16px;
	line-height: 28px;
}
}
