body {
	background-color: #cccccc;
}

.modal-body {
	max-height: 100%;
}

.hero-unit {
	background-image: url(/img/Background_head.png);
	background-repeat: no-repeat;
	background-size: cover;
	color:#ffb61c;
	text-shadow: 
		#3a3a3a 1px 1px, 
		#3a3a3a -1px 1px, 
		#3a3a3a -1px -1px, 
		#3a3a3a 1px -1px; 
}

#modal_1, #modal_2 {
	width: 60%; /* SET THE WIDTH OF THE MODAL */
	margin-left: -30%;
}

p {
	text-align: justify;
}

.center {
	text-align: center;	
}