﻿
/* ---------- START OF LOCAL SITE STYLE SHEET ---------- */

	/* ---------- Main Top Header ---------- */
	
	#bnlLogoLink, #doeLogoContainer {
	    display: none !important;		/* Hide or show top BNL and DOE logos - default: inline-block */
	    width: auto !important;
	    margin-top: 0 !important;
	    vertical-align: top !important;
	}

	img.comscopeLogo {
		width:30%;
	}

	/* ---------- Footer ---------- */

	#footer {
		background-color: #1a5b7d;
		height:auto;
		margin-top:2em;
		padding-bottom: 0em;
		}
		
	#footer p, #footer a:link, #footer a:visited, #footer ul li.copyright {
		color: #a8d43e;
		font-family:'Raleway';
		font-weight:400;
		}
		
	#footer ul.responsiveLinkList.footerList {
		float:right;
		}
	
	#footer p.sponsors {
		font-size:1em;
		border-bottom:1px dashed #98a5b9;
		padding-bottom:5px;
		color: #98a5b9;
		}	
	
	#footer img {
		padding-bottom:4em;
		}	

	/* ---------- Misc ---------- */

	h2.name {
		margin-top: 2%;
		margin-bottom: 1%;
	}
	
	img.portrait {
		border-radius:50%;
		margin-bottom:1.5em;
		}
		
	img.figure {
		border:1px solid #ccc;
		width:100%;
		}
		
	img.softwareIcon {
		margin-bottom:1.5em;
		}

/* ---------- END OF LOCAL SITE STYLE SHEET ---------- */