html {
	scroll-behavior: smooth;
}

body {
	color: white;
	background-color: #353535;
}

.navbar {
	border-bottom: 2px solid #008ed6;
	opacity: 0.8;
}

#home-section {
	min-height: 700px;
	background: url('../img/home.jpg');
	background-size: cover;
	background-attachment: fixed;
}

#home-section > .dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: inherit;
	background-color: rgba(0, 0, 0, 0.7);
}

#home-section .home-inner {
	padding-top: 150px;
}

#home-section .home-inner .fas, #create-section .fas {
	color: #008ed6;
	background-color: white;
	padding: 5px;
	border-radius: 5px;
}

#home-section .home-inner .card-form {
	opacity: 0.8;
}

#explore-section .fas, #share-section .fas {
	color: white;
	background-color: #353535;
	padding: 5px;
	border-radius: 5px;
}
