#footer
{
	background-color:black;
	position:absolute;
	bottom:0px;
	height:300px;
	width:100%;
	margin-top:300px; /*Same as height*/
	color:white;
	min-width:260px;
}

#copyright_text
{
	color:white;
	text-align:center;
	
	position:relative;
	
}


#footer_logo
{
	position:relative;
	display:block;
	width:7%;
	top:20px;
	max-height:200px;
	margin-left:auto;
	margin-right:auto;
	
}

/* For medium screens */
@media (max-width:800px)
{
	
#footer_logo
{
	width:12%;
}
	
}



/* For small screens */
@media (max-width:450px)
{
#footer_logo
{
	width:20%;
}
}