

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
	height: 100%;
}

body {
	background-color: #222;
	height: 100%;
}

.container {
	position: relative;
	height: 100%;
}

.logo a{
	display: block;
	padding: 20px;
	margin: 20px;
	border: 1px solid #fff;
	transition: all .2s ease-in-out;
}

.logo a:hover {
	transform: scale(1.1);
}

.logo img {
	width: 100%;
	
}


footer {
	color: #fff;
	text-align: center;
}


@media (min-width: 992px) { 


.logos {
	position: absolute;
	top: 20%;
}



footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

}












