body {
	background: #006;
	color: #fff;
	font: 18px/28px 'Raleway', sans-serif;
	font-weight: 300;
	
}


/* General  */

a,
a:hover,
a:focus {
	color: #fff;
}

a:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Coustard', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

.main{
	text-align: center;
  z-index: 1;
}


.comingsoon-paralax {
	padding: 4rem 0 0 0;
	margin-top: 4rem;
}


  .img-fluid{
	max-width: 100%; 
	height: auto;
  }
  
  .full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }


/* Footer  */

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size: 13px;
	text-align: center;

}

#footer p {
	margin: 10px;
}

@media (max-width: 767px) {
	/* Footer Style Starts */
	#footer ul.sm-links li a span {
		width: 45px;
		height: 45px;
		line-height: 42px;
		font-size: 20px;
	}

	.copyright {
		font-size: 16px;
	}

}