﻿/*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*	FILE NAME:			master_footer.css												*
*	FILE PURPOSE:		css styles for the footer										*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*/


/*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*	NAME:		footer																	*
*	TYPE:		id																		*
*	PURPOSE:	style for the footer													*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*/
#footer {
	height:						fit-content;
	padding:					5px;
	position:					fixed;
	right:						0;
	bottom:						0;
	left:						0;
	color:						white;
	background-color:			rgba(0,0,0,.8);
}


/*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*	NAME:		footer a																*
*	TYPE:		id built-in																*
*	PURPOSE:	style for footer links													*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*/
#footer a {
	text-decoration:			none;
	background-color:			transparent; 
}


/*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*	NAME:		footer img																*
*	TYPE:		id built-in																*
*	PURPOSE:	style for footer images													*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*/
#footer img{
	height:						32px; 
	margin:						1px;
}


/*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*	NAME:		footer links															*
*	TYPE:		id id																	*
*	PURPOSE:	style for footer div to hold social media links							*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*/
#footer #links {
	float:						right;
}


/*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*	NAME:		footer copyright														*
*	TYPE:		id id																	*
*	PURPOSE:	style for footer div to hold copyright info								*
***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****
*/
#footer #copyright {
	position:					fixed;
	bottom:						10px;
	left:						10px;
}