@charset "UTF-8";
/* CSS Document */




p {
	font-family: 'Quicksand', sans-serif !important;
	font-size: 16px !important;
}


h1 {
	font-family: 'Quicksand', sans-serif !important;
	font-size: 40px !important;
}

    
.words{
	  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
  color: #fff;
	font-size: 4em;
	font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';

}




.bg {
    background-image: url("/images/me-apple-park.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	}
    





@media screen and (max-width: 480px) {
    
	h1 {
		text-align: center;
    }
	
	
	h3.subhead {
        font-size: 1em;
		text-align: center;
    }
	
		
	h4 {
		text-align: center;
    }
	
		body{
		background-color: #343a40;
	}
    
	
	
}


@media screen and (min-width: 800px) {
	
	body{
	/*	color: #343a40;*/
	

	
	}