*{ margin: 0px; padding: 0px; }
body{
	font-family: Arial, sans-serif;
	color: #fff;
	background-color: /* #f9cbcd; */ #2a3143;
	font-size: 20px;
}

h1, h2{ font-weight: 300; }

.container{
	width: 700px;
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}

.cntct_btn{
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid #666;
	transition: 0.4s;
	padding: 15px 30px;
	box-sizing: border-box;
	margin: 20px;
	display:inline-block;
	color: #000;
	text-decoration:none;
	background-color: #ffffff;
	font-size: 15px;
}

.cntct_btn:hover{
	background-color: rgba(255, 255, 255, 0.9);
}

small{ font-size: 11px; }
a{
	color: #666;
	text-decoration:none;
}

.x{
	font-size: 43px;
	right: 15px;
	top: 0px;
	position: absolute;
}
.x a{ color: #fff; }
#overlay_box{
	position: absolute;
	top: 20px;
	width: 800px;
	max-width: 100%;
	margin: auto;
	left: 0px;
	right: 0px;
	display: none;
	background-color: #343a40;
	color: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 15px;
	box-sizing: border-box;
	min-height: 400px;
	max-height: 100%;
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	transition: 2.4s;
}

#overlay_box h2{
	font-weight: 500;
	border-bottom: 1px solid #fff;
}

.cntct_mail{
	color: #19B5FE;
}