body{
    margin: 0px;
    padding: 0px;
    background: url('../images/mms-header-bg.jpg') no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
}
*{
    box-sizing: border-box;
}
.logo{
    text-align: center;
    padding: 30px;
    margin: 0px auto;
}
.content{
    color: #000;
    text-align: center;
}
.content h1{font-size: 48px;}
.content p{font-size: 24px; }
.content a{    background:#000; color: #ffffff; padding: 10px 20px; font-size: 18px; text-decoration: none;}
.footer{
    background:#000;
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.footer-left,
.footer-middle,
.footer-right{
    flex:1;
}

.footer p{
    margin: 0px;
    color:white;
}
.footer-middle{
    text-align: center;
}
.footer-right{
    text-align: right;
}
.footer-right ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-right ul li.social-icon-wrap{
    display: inline-block;
    padding: 0px 10px;
}
.footer-right ul li.social-icon-wrap .social-icon-screen-only{
    display: none;
}
.footer-right ul li.social-icon-wrap a{color:#ffffff; font-size: 28px;}