@charset "UTF-8";
/* CSS Document */

.body {
	margin-top: 180px
}

.logo-footer {
	padding-left: 25px;
}


@media(max-width:1000px) {
	div.imagespace {
	display: none;
	}
	.smallScreen{
		margin-bottom: 15px;;
	}
}

@media (min-width:1001px) {
	div.imagespace {
		display:block;
	}
	.smallScreen {
		margin-bottom: 15px;
	}
}
.color {
	border-top-width: thick;
}

