/* Style */
 body { text-align: center; padding: 150px; }
 h1 { font-size: 36px; }
 body { font: 20px Helvetica, sans-serif; color: #333; }
 #logo {
        position: relative; height: 50px; margin: 0px auto;
        background-image: url("../img/snps-logo-sts-purple-grey.png");
        background-size: contain; background-repeat: no-repeat;

 }
 #round {
         
         border-radius: 15px; 
         border: 2px solid #4d0090;
         padding: 20px; margin: 0 auto;
 }
 #contact {
         float: right;
         border-radius: 15px; width: 300px;
         padding: 10px; margin: 0 auto;
 }
 a { color: #dc8100; text-decoration: none; }
 a:hover { color: #333; text-decoration: none; }

*,
*:before,
*:after {
	border-radius: 0;
	box-sizing: border-box;
	font-weight: normal;
	margin: 0;
	outline: none;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	cursor: default;
	font: normal 0.75em/1 'Atlas Typewriter', 'Consolas', monospace;
}
a {
	color: #AAA;
	border-bottom: 1px solid #AAA;
	padding-bottom: 2px;
	text-decoration: none;
	transition: all 300ms ease;
}
a:hover {
	border-bottom-color: #000;
	color: #000;
}
h1 {
	margin: 0;
}
h2,
h3 {
	margin: 1em 0;
	text-align: center;
}
#article {
	font: 20px Helvetica, sans-serif; color: #333;
	display: block; text-align: center;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: top;
}
p {
	line-height: 1.0;
	margin: 2em 0;
}
pre {
	background: #000;
	color: #FFF;
	font: inherit;
	line-height: 1.6;
	padding: 2em;
	tab-size: 4;
}
table {
	font: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
tbody tr:nth-child(2n+1) {
	background: #EEE;
}
th,
td {
	line-height: 1.6;
	padding: 1em;
	text-align: left;
	vertical-align: middle;
}
header,
section,
footer {
	margin: 5em auto;
	max-width: 90%;
	width: 40em;
}
footer {
	color: #FFF;
	margin: 0;
	max-width: 100%;
	padding: 2em;
	text-align: center;
	width: 100%;
}
footer img {
	height: 1em;
}
footer a:hover {
	border-bottom-color: #FFF;
	color: #FFF;
}
.wrapper {
	background: #FFF;
	overflow: hidden;
}
.social {
	margin: 2em auto;
	overflow: hidden;
}
.github,
.tweet {
	float: left;
}

/* Responsive */

@media (max-width: 40em) {
	h3 {
		margin-top: 1em;
	}
	footer {
		line-height: 2;
	}
	footer img {
		margin: 0.5em 0;
	}
}
