 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
background-color:#ffe600;
    margin-left: 50px;
    margin-top: 50px;
    margin-right: 50px;
    }
    
footer {
margin: 0;
width: 100%;
}

p.paragraph {
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
	font-weight:400;
    line-height: 1.4;
    color:black;	
	margin-top: 1px;
}

p.header {
 font-family: 'Open Sans', sans-serif;
 font-weight:600;
 text-transform:uppercase;
    font-size: 1em;
    color:white;
    line-height: 1.0;
	 margin-bottom: 4px;
	 margin-top: 3px;
    }
	
p.social {
 font-family: 'Open Sans', sans-serif;
 font-weight:700;
 text-transform:uppercase;
 letter-spacing: 2px;
 text-align:center;
 font-size: .75em;
 color:white;
 margin-bottom:0px;
    }
    
 p.clients {
 font-family: 'Open Sans', sans-serif;
 font-weight:700;
 text-transform:uppercase;
 letter-spacing: 2px;
 text-align:center;
 font-size: 1em;
 color:white;
 margin-bottom:0px;
    }
    
 p.number{
 font-family: 'Open Sans', sans-serif;
 font-weight:500;
 letter-spacing: 3px;
 text-align:center;
 font-size: 1 em;
 color:black;
 margin-bottom:0px;
 }

div#wrapper {
width: 1024px;
}

div.top
{
width: 95%;
}

div.tl
{
float:left;
width:60%;
padding:0px;
border:0px;
margin:0px;
}

div.tr
{
float:right;
width:40%;
border:0px;
margin:0px;
}

div.m
{
width:60em;
padding-top: 1em;
border:0px;
margin:0px;
padding-left: .5em;
}

div.mm
{
float:left;
width: 25em;
padding-right: 5em;
}

div.logos
{
float: center;
width: 58em;
margin-left:auto;
margin-right:auto;
border:0px;
}

div.s
{ 
float:left;
width: 60em;
padding-top:1em;
padding-bottom:2em;
}


div.ss
{
float: center;
width: 20.75em;
margin-left:auto;
margin-right:auto;
border:0px;
}

.ssimage {
	float: right;
	margin: 0;
	padding-left:20 em;
	border: 0px;
}

.logoimage {
	float: left;
	border: none;
	padding-left: 0em;
	padding-bottom: 1em;
}

div.ltdivider
{
background-color: #51c0e8;
margin-top: 2em;
width: 95%;
}

div.clientbk
{
background-color: #ffffff;
float:left;
padding-top:1.5em;
padding-bottom:.5em;
width: 95%;
}


a:link, a:active, a:visited   
{ text-decoration:none;
   color: inherit; 
}

 a:hover 
 {
 text-decoration:none;
    cursor:pointer; 
   color: inherit; 
 }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    border: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi),
       only screen and (max-width: 480px) {
       

div#wrapper {
width: 400px; 
margin: 0;
padding: 0; 
}

p.paragraph {
	margin-top: 1px;
}

p.header {
	margin-bottom: 4px;
	margin-top: 3px;
    }
	

div.tl
{
float:none; 
width:auto;
}

.shrink {
	width: 23em;
}

div.tr
{
    display: none !important;
    visibility: hidden;
}

div.m
{
width: 23em;
}

div.mm
{
float:none;
width: 23em;
}


div.s
{ 
float:none;
width: 23em;
padding-top:1em;
}

div.logos
{
float: left;
margin-left:auto;
margin-right:auto;
border:0px;
}

div.ss
{
float:none;
width: 20.75em;
margin-left:auto;
margin-right:auto;
border:0px;
}

.ssimage {
	float: right;
	border: none; 
}

.logoimage {
	float: left;
	border: none;
	padding-left: 0em;
	padding-bottom:.75em;
	width:10%;
}



.invisible {
    visibility: hidden;
    
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1}
}
