body {
	padding-top: 60px;
}
.navbar-brand{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 200%;
}
.imgjump{
	margin-left: 2%;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 50%;
	float: right;
}
@media (max-width: 589px) {
	.imgjump {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
}
* {
    margin: 0;
}
.footer {
    width:100%;
    /* height:60px; old value for two line footer*/
	height:25px;
    background-color:#FFFFFF;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
	text-align: center;
	
}