/* Enter Your Custom CSS Here */

.pum-content{
	font-size: 50px;
	
}

h2.pop_up.head{
	font-family: "PT Sans", sans-serif;
	text-align: center;
	font-weight: bolder;
	font-size: 30px !important;
	color: #205c70;
	line-height: 35px !important;
	
}

p.pop_up.body{
	font-family: "Alegreya Sans", sans-serif;
	font-size: 17px;
	text-align: center;
	
}

a.pop_up.click{
	font-family: "Alegreya Sans", sans-serif;
	font-size: 15px;
	padding: 12px 20px;
	max-width: 200px;
	text-align: center;
	text-decoration: none;
	background: #9C2023;
	border-radius: 25px;
	text-transform: uppercase;
	
	
}
a.pop_up.click:hover,
a.pop_up.click:active,
a.pop_up.click:focus{
	background: #d32326
}

.pum-content.popmake-content{
	border: solid 17px #205c70;
	padding: 17px 5px 32px 5px;
}

.pum-container.popmake{
	padding: 0;
}

.pum.pum-overlay{
	background-color: rgba(0,0,0, 0.5) !important;
}

.pum-close.popmake-close{
	width: 50px !important;
	height: 50px !important;
	border-radius: 50% !important;
	background: #000000 !important;
	right: -10px !important;
  top: -10px !important;
	
}