/* CSS Document */
body {
	background-color: #262626;
	color:white;
	font-size: 15px;
	margin: 0;
	padding:0;
}

.hero {
	width: 100%;
	height: 100vh;
	text-align: center;
	background-image: url('/assets/img/cloud-mini-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero .text {
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 80vh;
	font-size: 32px;
	display: inline-block;
	width: 100%;
	height: 20vh;
	padding-top: 54px;
	box-sizing: border-box;
}



