div.whowesection
{
	position: relative;
	background-color: #3366ff;
	background-image: url('images/architect_slider1_optimised.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: auto;
	width: 100%;
	padding-bottom: 6rem;
	z-index: 20;
}

div.whowesectionhead
{
	color: #ffffff;
}

div.whowebody
{
	display: block;
	text-align: center;
	/*font-size: 2rem;*/
	/*font-weight: lighter;*/
	color: #ffffff;
	margin-top: 6rem;
	margin-bottom: 6rem;
}

div.whowebodynarrow
{
	display: none;
	text-align: center;
	/*font-size: 2rem;*/
	/*font-weight: lighter;*/
	color: #ffffff;
	margin-top: 4rem;
	margin-bottom: 4rem;
	width: 90%;
	margin-left: auto;
	margin-right: auto
}

span.whowebodyhigh
{
	/*font-family: LatoBold;*/
/*	font-weight: bold;*/
	color: #ffffff;
}

div.whowecontact
{
	position: relative;
	top: 65%;
	background-color: #00a4de;
	border-color: #00a4de;
	color: #ffffff;
	letter-spacing: 0.1em;
}
div.whowecontact:hover
{
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
	letter-spacing: 0.2em;
}


@media only screen and (min-width: 1600px)
{
	/*div.whowesection {height: 45rem;}*/
	div.whowesection {padding-bottom: 8rem;}
	/*div.whowebody {font-size: 2.5rem;}*/
}

@media only screen and (max-width: 600px)
{
	/*div.whowesection {height: 30rem;}*/
	/*div.whowebody {font-size: 2.5rem;}*/
	div.whowebody {display: none;}
	div.whowebodynarrow {display: block;}
}
