/* DOWNLOAD */

#container {
	margin:auto;
	background: rgba(255,255,255,0.95);
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(0,0,0,0.1);
	text-align: center;
}

h1 {
	color:#6fb3f2;
	margin-top:15px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h2 {
	padding-top:0px;
	margin-top:0px;
}

#highlight {
	background-color:#efefef;
	padding:20px;
	border-radius:10px;
	margin-bottom:20px;
}

#notice {
	margin-top:20px;
	text-align:center !important;
}

#content {
	padding:20px;
}

#illustration {
	width:100%;
	height:300px;
	background-size:cover;
	background-position:top right;
	background-repeat:no-repeat;
	margin-bottom:30px;
	border-radius: 10px;
	padding:30px;
	text-align:left;
	position:relative;
}

#stamp {
	background-image:url("../../media/favicon.jpg");
	background-size:60px 60px;
	width:60px;
	height:60px;
	border-radius:10px;
	margin-right:10px;
}

#illustration h1 {
	color:rgb(255, 255, 255);
	padding:0px;
	margin:0px;
}

#illustration h2 {
	color:rgb(255, 255, 255);
	padding:0px;
	margin:0px;
}

h3, p, ul {
	text-align:left !important;
}

input[type="text"], input[type="email"] {
	padding:10px;
	border:1px solid #cccccc;
	border-radius: 5px;
	margin-bottom:10px;
}

input[type="text"]:focus, input[type="email"]:focus {
	outline: none;
	border:1px solid #6fb3f2;
}

#downloadBtn {
	padding:10px;
	background: #247cce;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	display:inline-block;
	margin:auto;
	margin-top: 25px;
}

#thankYou {
	background-color: #82b2f0;
	padding:20px;
	border-radius: 10px;
	margin-top:20px;
	font-weight:500;
}