/* -----------------------------------
Sand: #FBF8F5;
Soap Dish: #242426;
------------------------------------ */


/* --------------------------------- */
/* Basic Setup */
/* --------------------------------- */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #FBF8F5;
}

html {
	background-color: #FBF8F5;
	color: #242426;
	font-family:Equity-Bold;
	text-rendering: optimizeLegibility;
}

.row {
	max-width: 1140px;
	margin: 0 auto;
}



/* ------- Headings ------ */


h1 {
	margin-top: 34px;
	text-align: center;
	color: #242426;
	font-size: 377%;
	font-family: Equity-Bold;
}

h2 {
	margin-top: 21px;
	text-align: center;
	color: #242426;
	font-size: 144%;
	font-family: Equity;
}

h3 {
	margin-top: 89px;
	text-align: center;
	color: #242426;
	font-size: 233%;
	font-family: Equity-Caps;
	border: 2px solid #242426;
	padding:  13px;
}

h4 {
	margin-top: 89px;
	text-align: center;
	color: #242426;
	font-size: 144%;
	font-family: Equity-Italic;
}

p {
	margin-top: 34px;
	text-align: center;
	color: #242426;
	font-size: 144%;
	font-family: Equity;
	line-height: 144%;
}




/* --------------------------------- */
/* Coming Soon */
/* --------------------------------- */


.coming-soon {
	
	width: 38.5%;
	margin-left: 30.75%;
}

span.cell {
	
	font-family: Equity-Italic;
	font-size: 89%;
}


