footer{
    height: 60px;
    margin-top: 80px;
    padding: 20px 40px 20px 240px;
    font-family: 'Lato', helvetica !important;
    font-weight: 300;
    max-width: 670px;
    margin-right: 60px;
}
footer .footerinfo{
    height: 100%;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footerinfo p, footer  .footerinfo a {
    font-size: 11px;
    font-weight: lighter;
    color: rgb(184, 184, 184);
}

footer a{
    text-decoration: underline;
}

footer a:hover{
    text-decoration: none;
}

/* effect */



@media screen and (max-width: 800px) {
    footer{
        display:none;
    }
    footer .footerinfo{
        display:none;
    }
}
