@charset "UTF-8";
/* CSS Document */


@media only screen and (min-device-width: 736px) {
	div.clients {
		padding:0;
		margin:0;
		position:absolute;
		top:55px;
		bottom:40px;
		left:0;
		right:0;
		overflow:hidden;
		
	}
	
	div.background {
		position:fixed;
		top:0;
		bottom:0;
		width:100%;
		z-index:-1000;
		background-image:url(logos/riess_logo.svg);
		background-repeat:no-repeat;
		background-size:40%;
		background-position:center;
		opacity:0.05;
	}
	
	p.clients {
		margin-top:150px;
		text-align:center;
		line-height:30px;
		font-size:15px;
		font-weight:100;
		color:rgba(0,0,0,1.00);
		letter-spacing:2px;
		width:70%;
		margin-left:auto;
		margin-right:auto;
		height:100%;
		box-sizing:border-box;
	}
	
	div.footer {
		background-color:white;
	}
	
	div.header {
		background-color:white;
	}

	.mobileclients {
		display:none;
	}

}

@media only screen and (max-device-width: 736px) {
	div.clients {
		padding:0;
		margin:0;
		position:absolute;
		top:55px;
		bottom:40px;
		left:0;
		right:0;
		overflow-y:auto;
		padding:10px;
		
	}
	
	div.background {
		position:fixed;
		top:0;
		bottom:0;
		width:100%;
		z-index:-1000;
		background-image:url(logos/riess_logo.svg);
		background-repeat:no-repeat;
		background-size:80%;
		background-position:center;
		opacity:0.05;
	}
	
	p.clients {
		display:none;
	}
	
	p.mobileclients {
		text-align:center;
		font-size:18px;
		line-height:30px;
	}
	
	div.footer {
		background-color:white;
	}
	
	div.header {
		background-color:white;
	}

}

