body{
	font-size: 16px;
}

h2{
	font-size: 35px;
	font-weight: 800;
	color: black;
}

h4{
	font-size: 20px;
	color: #f59a00;
	font-weight: 500;
}

hr{
	border-top: 3px double #8c8b8b;
}

ul{
	list-style: circle;
}

.side-address-container {
    background-color: #eee7d5;
    border: 1px solid #dcd6c6;
    padding: 20px 5px 30px;
    text-align: center;
	margin-top: 80px;
}

.side-finance-container {
    background-color: #026285;
    padding: 5px 5px 10px;	
	margin-top: 20px;
	color: white;
	font-size: 13px;
}

.phone-number {
	font-size: 30px;
}

.fa-phone{
	font-size: 50px;
}

a:hover .fa-facebook {
  color: white;
}

a:hover .fa-twitter {
  color: white;
}

.fa-twitter {
	color: #22BBF4;
}

.fa-facebook {
	color:#0884d5;
}

header .fa-facebook {
	color: white;
}

footer p {
	font-size: 14px;
}

footer .fa-phone {
	font-size: inherit;
}

a {
	color: #026285;
}

footer a {
	color: white;
}