#home h1 span {
	font-size: 55px;
}
#alert {
	position: fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,.8);
}
#alert .alert {
	padding:10px 20px;
	border:1px solid #0FB7CE;
	position: absolute;
	width:500px;
	max-width:80%;
	left:0;
	right:0;
	top:150px;
	margin-left:auto;
	margin-right:auto;
	background:black;
	color:white;
}
#alert h1 {
	text-transform: uppercase;
}
#alert .btn-blue {
	background: #0FB7CE;
	padding:2px 16px;
	font-style: normal;
	border-radius: 30px;
	border:0;
	color:white;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.giant-btn {
	height: 120px;
}
@media all and (min-width: 650px) {
	#sliderModules .slick-slide {
		max-width: 400px !important;
	}
}
footer .mail a {
	font-size: 16px;
	letter-spacing: 1px;
	color: white;
}
