﻿.container {
	display: flex;
	flex-wrap: wrap;
}
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
#wrapper {
	min-height: 100%;
	position: relative;
	background: #ffffff;
}
#footer {
	height: 50px;
	width: 100%;
	background: #2F4F4F;
	color: #ffffff;
	line-height: .3;
	padding: 0;
	text-align: center;
	border-bottom: 3px solid #000000;
	position: absolute;
	bottom: 0;	
}
body {
	background-color: #F5F5F5;
	width: auto;
	overflow-x: hidden;
}
header { 
	border-top: 2px solid #8c8c8c;
	width: 100%;
	order: 1;
}
.home img {
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}


@media screen and (max-width: 666px) {
.home img {
	width: 25px;
	height: 25px;
	margin-top: 7px;
	margin-right: 10px;
}
}
	
