/* Section 1: Launch Page */

html { 
      background: url(../img/background.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

.fatmute {
	font-family: 'Lato'; 
	font-size: 50px; 
	font-weight: 400; 
	line-height: 50px;
}

.thinmute {
	font-family: 'Lato'; 
	font-size: 50px; 
	font-weight: 300; 
	line-height: 50px;
}

.tinymute {
	font-family: 'Lato'; 
	font-size: 30px; 
	font-weight: 300; 
	line-height: 30px;
}

