/* FOOTER */
#Footer{
	color: #FFFFFF;
	height: 10vh;
	padding: 1vh 3vw;
	margin-top: calc(50vh - 1.5vw);
	
	ul{
		padding: 0px;
		line-height: 1vw;
		width: 50%;
		
		li{
			display: inline-block;
			font-size: 1.25vw;
			&:last-child::after{ content: ' '; }
		}
		
		li::after{
			content: ' \2022 ';
			font-weight: bold;
		}
		
		a{
			text-decoration: underline;
			color: #FFFFFF;
		}
		
		a:hover{
			color: #00003C;
		}
	}
	
	#Left{
		float: left;
	}
	
	#Right{
		float: right;
		text-align: right;
	}
}

.resized{
	font-size: 2vw !important;
	&::after{ content: ' ' !important; }
	
	a{
		line-height: auto !important;
		padding: 5px;
		background-color: rgb(146,0,54);
		color: #FFFFFF !important;
		border: #FFFFFF 2px solid;
		border-radius: 5px;
	}
}