* {
	padding: 0;
	margin: 0;
}
body {
	background: url(smcm_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:100vh;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
.section1 {
	vertical-align: bottom;
	align-items: center;
	text-align: center;
	padding: 3% 0 0 0;
}
.add-section {
	font-size: 14px;
	color: #232641;
	margin: 20px auto;
	line-height: 22px;
	font-weight: 400;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
.coming-section {
	color: #232641;
	text-align: center;
	font-weight: 100;
	font-size: 34px;
	font-style: italic;
	font-family: 'Kaushan Script', cursive;
	padding-bottom: 4%;
	padding-top: 1%;
}
.copy-right {
	font-size: 14px;
	color: #232641;
}
