@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext);

#container{
    margin-top: 3em;
}

#HeaderPic {
	padding:0px 0px 0px 0px;
	border-width : 0;
	width:370px;
	z-index:3;
	margin-left: -0.9em;
}

.inlineImage{
	padding:0.5em 0em 0em 0em;
	border-width : 0; /*1px 1px 1px 1px;*/
	width: 370px;
	z-index:3;
}

.inlineImage#georgRed{
	margin-left: 0.7em;
}

p.sub-title{
	padding-top: 0px;
    font-size: 1.5em;
    margin: 0.1em 0em 2em 2em;
}

p.caption{
	padding-top: 0px;
	font-size: 0.8em;
	margin: 0.5em 0em 0em 0em;
}

p.bigger{
	padding-top: 0px;
    font-size: 2.5em;
    margin: -0.3em 0em 0.1em 1em;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.padded{
	padding: 0.6em;
}

a.button{
	background-color: darkolivegreen;
	color: white;
	padding: 0.6em;
	text-decoration: none;
	border-radius: 0.3em;
}

a.login-button{
	background-color: cadetblue;
	color: white;
	padding: 0.3em;
	text-decoration: none;
	border-radius: 0.3em;
	font-size: 0.8em;
	margin-bottom: 1.3em;
}