#footer {
	clear: both;
}
#footer-container {
	color: #fff;
	font-size: 1em;
}
#footer-col1, #footer-col2 {
	padding: 20px;
	text-align: center;		
}
#footer-col1 p, #footer-col2 p, #footer-col1 a, #footer-col2 a {
	text-decoration: none;
	color: #fff;
	margin: 0;
	line-height: 1.5;
}
#footer-col1 a:hover, #footer-col2 a:hover {
	text-decoration: underline;
}
#footer-col1 {
	background: hsl(197, 100%, 18%);
}
#footer-col2 {
	background: hsl(197, 100%, 13%);
}
.footer-quarter {
	margin: 10px 0 10px 0;
}
.socmed_ico {
	width: 100%;
	max-width: 40px;
	margin-top: 20px;
	border-radius: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.socmed_ico:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#footer-nercukri img {
	width: 100%;
	max-width: 400px;
	margin-top: -20px;
}
@media screen and (min-width: 400px) {
	#footer-col1 {
		overflow: hidden;
	}
	.footer-quarter {
		float: left;
		width: 50%;
		min-width: 145px;
	}
}
@media screen and (min-width: 700px) {
	.footer-quarter {
		width: 25%;
		text-align: left;
	}
}
@media screen and (min-width: 1100px) {
	#footer-container {
		overflow: hidden;
		padding-bottom: 20px;
	}
	#footer-col1, #footer-col2 {	
		padding-bottom: 100%;
		margin-bottom: -100%;
	}
	#footer-col1 {
		float: left;
		width: calc(60% - 40px);
	}
	#footer-col2 {
		float: right;	
		width: calc(40% - 40px);
	}
	#footer-nercukri img {
		margin-top: 10px;
	}
}

/* --------- Static notifications --------- */
.notification {
	color: #262626;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	display: flex;
	margin: 15px;
	font-size: 1.1em;
	line-height: 1.5;
}
.notification p {
  	margin: 15px 20px;
}
.notification-icon {
	font-size: 1.5em;
	text-align: center;
	min-width: 50px;
	position: relative;
}
.notification-icon .fas {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	margin: -25% 0 0 -25%;
}
.information {
	background: #cce5ff;
}
.information .notification-icon {
	color: #cce5ff;
	background: #66b0ff;
}
.success {
	background: #d0f4be;
}
.success .notification-icon {
	color: #d0f4be;
	background: #66cc33;
}
.warning {
	background: #ffeccc;
}
.warning .notification-icon {
	color: #ffeccc;
	background: #ffc766;
}
.error {
	background: #ffcccc;
}
.error .notification-icon {
	color: #ffcccc;
	background: #ff6666;
}

.feature {
	width: 100%;
	margin: 20px auto;
}
.feature img {
	width: 100%;
}
@media screen and (min-width: 560px) {
	.feature {
		width: calc(50% - 20px);
		margin: 10px;
		float: left;
	}
}