
body, html{
	background-color: #FFFFFF;
	margin:none;
}

::selection {
    color: white; 
    background: blue;
}



#maincontent{
	width:1040px;
	margin:auto
}


.blockright {
	float:right;
	font-family: 'Apercu';
	font-size:35px;
	color: #000000;
	width:360px;
	display:block;
	padding-top:50px;
	font-weight:200;
}


.blockclear {
	clear: both;
	height:180px;
	width:100%;
}

.maintext {
	font-family: 'Apercu';
	font-size:50px;
	color:	#000000;
}

minisection_left {
	width:675px;
	float:left
}


.monotext {
    font-family: 'apercu_monoregular';
    font-size:14px;
    color:#000000;
    text-transform: uppercase;
}

.contact {
	width:220px;
	line-height: 16px;
	float:left;
	font-size:50px;
}

.talking {
	width:220px;
	line-height: 16px;
	float:left;
	font-size:50px;
}

.monoclear {
	clear: both;
	height:90px;
}

.listeningfix {
	line-height: 55px;
}

.listening {
	width:440px;
	float:left;
	font-size:50px;
	line-height: 4px;

}

.minisection_right {
	width:360px;
	float: right;
    font-family: 'apercu_monoregular';
    font-size:14px;
    color:#000000;
    vertical-align: top !important;
    margin-top: -139px;
}

.clients {
	float:left;
	width:180px;
}

.studios {
	float:left;
	width:180px;
}

a:link{
	text-decoration:none;
	color:#000000;
	border-bottom: 4px solid #000000;
}

a:visited{
	text-decoration:none;
	color:#000000;
}

.blink_text	{
    color:red
}

	
/* Smartphones (portrait) ----------- */
@media only screen 
and (device-width: 375px) {
	#maincontent{
	width:94%;
	margin:auto
}

	.blockright {
	float:right;
	font-family: 'Apercu';
	font-size:50px;
	color: #000000;
	width:380px;
	display:block;
	padding-top:180px;
	font-weight:200;
	}

	.maintext {
	font-family: 'Apercu';
	font-size:65px;
	color:	#000000;
	}
	
	.contact {
	width:220px;
	line-height: 16px;
	display: block;
	float: none;
	font-size:65px;
	margin-bottom: 120px
	}

	.talking {
	width:220px;
	line-height: 16px;
	display: block;
	float: none;
	font-size:65px;
	}
	
	.monoclear {
	clear: both;
	height:90px;
	}
	
	.listeningfix {
	line-height: 55px;
	}
	
	.listening {
	display: none;
	}
	
.monotext {
	display: none;
    font-family: 'Apercu';
    font-size:36px;
    color:#000000;
    text-transform: uppercase;
    margin-bottom: 21px
	}

.minisection_right {
	width:360px;
	float: none;
	font-family: 'Apercu';
    font-size:36px;
    color:#000000;
    vertical-align: top !important;
    margin-top: 120px;
	}

.clients {
	float:none;
	width:100%;
	display: block;
	margin-bottom: 140px;
	}

.studios {
	float:none;
	width:100%;
	}

/* END SMARTPHONES */
	}