@charset "UTF-8";


.container {
  margin: 0;
  padding: 0;
  height: 100vh;
	


  background:	linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("images/lvthn_low.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: black;
	
}

.mainHeading {
	color: white;
	text-align: center;
	padding-top: 40px;
	font-size: 4rem;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.subHeading {
	text-align: center;
	font-size: 3rem;
	color: #FFFFFF;
}

.gen_white {
	text-align: center;
	font-size: 2rem;
	color: #FFFFFF;
}

.basic_font {
	color: white;
}


.center {
  margin-left: auto;
  margin-right: auto;
}
* {
	margin: 0;
	padding: 0;
	clear: both;
}

@media only screen and (max-width: 768px) {
  body {
    background-size: contain;
  }
	
	.mainHeading{
		padding-top: 10px;
	}
}

.subHeading {
	
}
