body{
    display: flex;
    flex-direction: column;
	margin:0;
overflow-x:hidden;
}


.page-footer {
	flex-grow: 0;
    flex-shrink: 0;
}




.footer{
background:#0698fc;
padding:30px 0px;
font-family: 'Play', sans-serif;
text-align:center;
	border-top:solid #FFFFFF thick;
}

.footer .row{
width:100%;
margin:1% 0%;
padding:0.9% 0%;
color:white;
font-size:0.8em;
}

.footer .row span{
font-size: 1.6em;
}

.footer .row a{
text-decoration:none;
color:#56c1fc;
transition:0.5s;
}

.footer .row a:hover{
color:#fff;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:3em;
margin:0% 1%;
}

figure{
    display:flex;
    width:90px;
    height: 90px;
    border-radius: 80px;
    font-size: 25px;
    margin-right: 10px;
    background: #fff;
	overflow: hidden;
	align-content: center;
	justify-content: center;
	border: #56c1fc solid medium;
}

figure img{
   display:inline-block;
   width: 150px;
   height: auto;
}

@media (max-width:720px){
.footer{
text-align:center;
padding:5%;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:center;
}
.footer .row a i{
margin:0% 3%;
}
}