
.footer {
	position: relative;
	z-index: 1;
}

.footer-heading-background {
	background-color: #74ddef;
	border-bottom: 5px dotted #caf4ff;
}

.footer-heading-container {
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer-heading {
	margin: 0;
	width: 33%;
	color: #fff;
	display: inline-block;
	text-align: center;
}

.footer-background {
	background-color: #aae7f8;
	position: relative;
	z-index: 2;
	box-shadow: 0 5px 5px #0003;
}

.footer-container {
	width: 80%;
	margin: 0 auto;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.footer-column {
	width: 33%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 30px;
}

.footer-row {
	width: 100%;
	padding: 2px 0;
}

.footer-link {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	-webkit-transition: color .125s;
    transition: color .125s;
}

.footer-link:hover {
	color: #0986a8;
	-webkit-transition: color .125s;
    transition: color .125s;
}

.social-link {
	display: inline-block;
	margin: 0 4px;
}

.social-svg {
	width: 40px;
	height: 40px;
}

.social-dark {
	fill: #fff;
	-webkit-transition: fill .125s;
    transition: fill .125s;
}

.social-light {
	fill: #0986a8;
	-webkit-transition: fill .125s;
    transition: fill .125s;
}

.social-svg:hover .social-dark {
	fill: #0986a8;
	-webkit-transition: fill .125s;
    transition: fill .125s;
}

.social-svg:hover .social-light {
	fill: #fff;
	-webkit-transition: fill .125s;
    transition: fill .125s;
}

.copyright-container {
	width: 100%;
	text-align: center;
	background-color: #fff;/*ffaa9c;*/
	position: relative;
	z-index: 1;
	padding: 15px 0;
}

.copyright {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	color: #b4b4b4;/*e6684d;*/
}

/*----- Responsive Styles -----*/

@media only screen and (max-width: 900px) {
	.footer-heading-container {
		width: 100%;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	
	.footer-container {
		width: 100%;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
}