#myFooter {
	background-color: #72cae6;
	color:2e2e2e;
	border-top: solid 3px #042452;
	margin-top: 50px;
}

#myFooter .footer-copyright{
	background-color: #001430;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center;
}

#myFooter .footer-copyright p, #myFooter .footer-copyright a{
	margin:10px;
	color: #909090;
}

#myFooter ul{
	list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
	font-size: 16px;

}

#myFooter h5{
	font-size: 20px;
    color: #042452;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a{
	color:#2e2e2e;
	text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus{
	text-decoration: none;
	color:white;
}

#myFooter .myCols{
	text-align: center;
}

#myFooter .social-networks{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 18px;
}

#myFooter .suppliers{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 18px;
}

#myFooter .social-networks a{
    font-size: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: #6594d6;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .suppliers img{
    margin-right: 5px;
    margin-left: 5px;
    color: #f9f9f9;
    padding: 10px;
	max-height: 100px;
}

#myFooter .social-networks a:hover{
	text-decoration: none;

}

.fa-twitter, .fa-facebook-official, .fa-instagram{
	color: #73cae6;
}

.fa-facebook-official:hover{
	color:#3b5998;
}

.fa-instagram:hover{
	color:#fff;
}

.fa-twitter:hover{
	color: #00aced;
}

@media screen and (max-width: 767px){
	#myFooter {
		text-align: center;
	}
}



/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */


