.pagefoot{width:100%;background-color: #252628;}
.pagefootcol{margin:auto auto;width:95%;max-width: 1200px;font-size:14px;display:flex;flex-direction:row;justify-content: space-between;}
.pfcomlogo{width:25%;margin-top: 5%;}
.pfcominfo{
	width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 6%;
    }
.pflogo{text-align:center;}
.pflogo img {width: 150px;}
.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;
    color: #b0b3b7;
	text-align: center;
}
.pfccol{
	padding-left: 16px;
    font-size: 16px;
}
.pfcctitle{
    margin-bottom: 24px;
    color: white;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
 }

.pfccrow{
	color: #b0b3b7;
    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; color:#b0b3b7;}
.pbottom p a{color:#b0b3b7;}

.pfcontact{
    margin-top:15px;
}
.pfcontact ul{
    font-style: normal;
    font-weight: 400;
    display: block;
    list-style-type: disc;
    margin-left:0;
}
.pfcontact ul li{
    display: inline-block;
    margin-right: 16px;
}
.pfcontact img{
    height:35px;
	border-radius:50%;
}

@media screen and (max-width: 580px){
	.pfcominfo{
		display:none;
	}
	.pfcomlogo{
		width: 100%;
		text-align: center;
	}
	.pflogo img {width: 25%;}
}