@charset "UTF-8";

	
		
	
/*===================================================================================================
3) Typography
===================================================================================================*/
	
p {
  font-size: 30px;
  line-height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: light;
  white-space: nowrap; /* Prevent text from wrapping */
}

p2 {
  font-size: 19px;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: light;
  white-space: nowrap; /* Prevent text from wrapping */
}

p3 {
  font-size: 19px;
  line-height: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: light;
  white-space: nowrap; /* Prevent text from wrapping */
}
p4 {
  font-size: 15.4px;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: light;
  white-space: nowrap; /* Prevent text from wrapping */
}
	
	/*4) Links
===================================================================================================*/
	a, a:visited { color: #E6727E; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #4E4E4E; }
	p a, p a:visited { line-height: inherit; }
	p, p:visited { color: #4E4E4E; text-decoration: none; outline: 0; }
	p2, p2:visited { color: #4E4E4E; text-decoration: none; outline: 0; }
	p3, p3:visited { color: #4E4E4E; text-decoration: none; outline: 0; }
	p4, p4:visited { color: #4E4E4E; text-decoration: none; outline: 0; }


/* BUG android: https://code.google.com/p/android/issues/detail?id=3301 */


}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* This prevents horizontal scrolling */
}

body {
  background: url("http://guillaumeschweizer.ch/240325_Dune_edit_web_05.jpg") center 0px/cover no-repeat fixed;
  background-size: cover;
}

