.pagefoot{width:100%;background-color: #dadee4;}
.pagefootcol{margin:auto auto;width:95%;font-size:14px;display:flex;flex-direction:row;justify-content: space-between;}
.pfcomlogo{width:30%;padding-top: 6%;}
.pfcominfo{
	width: 58%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 6%;
    }
.pflogo{margin-bottom: 7%;}
.pflogo img {width: 90%;}
.pfcomname{font-size: 18px; font-weight: bold; margin: 10px 0;color:white;letter-spacing:2px;}
.pfphone{ color:red; font-size: 28px;}
.pfcontact{font-size: 14px;margin: 12px 0;}
.pfccol{
	padding-left: 16px;
    font-size: 16px;
}
.pfcctitle{
    margin-bottom: 24px;
    color:#16181a;
    font-size:16px;
 }
.pfccrow{
	color: #495770;
    margin: 18px 0;
    font-size:14px;
}
.pbottom{
	width: 95%;
    margin: auto auto;
	padding:10px 0;
	border-top:solid 1px #dadee4;
	text-align:center;
	font-size:12px;
	color:#495770;
}
.pbottom p{margin:11px;}

@media screen and (max-width: 580px){
	.pfcominfo{
		display:none;
	}
	.pfcomlogo{
		width: 100%;
		text-align: center;
	}
	.pflogo img {width: 50%;}
}