* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #333; */
	font-family: cursive;
	font-weight: bolder;
}

#home-section {
	/* background: url(../img/scattered_clouds.jpg); */
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	min-height: 100vh;
	text-shadow: 2px 2px 1px black;
	transition: all .4s ease-in-out;
}

#home-section .dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
}

#home-section .home-inner {
	padding-top: 30px;
}

#home-section .card-form {
	opacity: 0.8;
	height: 400px;
}

@media(max-width: 767px){
	body {
		font-family:'Times New Roman', Times, serif !important;
	}
	#home-section {
		min-height: 822px !important;
	}
	#home-section .dark-overlay {
		min-height: 822px !important;
	}
}

/* @media(max-width: 991px){
	h2 {
		font-size: 1.3rem !important;
	}
	.date {

	}
}

@media(max-width: 767px){
	h2 {
		font-size: 0.9rem !important;
	}
}

@media(max-width: 536px){
	h2 {
		font-size: 0.8rem !important;
	}
} */
