

* { 
margin: 0; 
padding: 0; 
box-sizing: border-box;
} 

html,body { 
	height: 100%; 
	background-color: #fff;
  background-image: url(/vpwaitingroom/staples_desktop/prod/background.svg);
	font-family: motiva-sans, sans-serif;
	font-weight: 300;
	color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 

h1 {
	font-size: 32px;
	font-weight: 400;
	color: #000;
}

h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 16px;
} 

p, a {
	font-size: 16px;
	letter-spacing: .15px;
	line-height: 24px;
	font-weight: 300;
}


/* Tile */

.wrapper {
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
  padding: 0 32px;
}

.tile {
	position: relative;
	top: 80px;
	margin: 0 auto;
	text-align: center;
	max-width: 960px;
  background-color: #fff;
	padding: 64px 120px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
}

.bold {
  font-weight: 700;
}

.phone {
  color: #0875E3;
  font-weight: 700;
}

.artwork {
  padding: 24px 0;
}

.logo {
  padding-top: 48px;
}





