



header {
	padding: 0.4em 0.4em 0.3em 0em;
	clear: both;
	
}



nav {
	clear: both;
}



body {
	font: 1em 'PT Sans', sans-serif; 
}


p {
	margin: 1em;
}

ul {
	padding: 0 0 0 10px; /* top right bottom left */
}



footer {
        font-size: 1em;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
        line-height: 1.3em;
        margin-top: 1em;
}


/* This limits phone call link in footer to mobile devices */
/*.mobilesOnly {
visibility:hidden;
}
*/


/* Social media buttons */
/* This gets the Google+ button to fall into place */
.social {
        font-size: 1px;
}
 

/* This gets the Facebook Like button to fall into place */
.social iframe {
        vertical-align: bottom;
}


/* This sets an optional width for the social button wrappers */
.social span {
        display: inline-block;
        width: 75px
}

.linkedIn {
		vertical-align: top;
}
*/





