/** **************************************
* Author:		Anthony McCarville
* Assignment:	UXD Website
* Student ID:	D12127716
* Date:			26-Mar-2014
* Ref:
* Description:	Experiment with Paralax

* Version:    0.01 -    Set backgrounds
****************************************** **/

body  {
	margin: 5rem;
    padding:0;
    font-size: 1.5rem;

	}

section {
	min-height: 400px;
}


#tpOrange{
	padding-left: 5rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10rem;
	color: #EF4C2A;
	opacity: 0.8;
}
#tpGrey{
	position: relative;
	left: 40%;
	top: -80px;

	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10rem;
	color: #D8D8D8;
	opacity: 0.8;
}

#wad {
	display:block;
	float: right;
}
.wad-o {
	color: #EF4C2A;

}

.wad-g {
	color: #D8D8D8;
}
