/* FOOTER CSS */

@media screen and (min-width: 720px)
{
        .above-footer{
        padding: 25px;
}
        .footer {
          background: black;
          height: 60px;
          padding-top: 10px;
          display: block;
          margin-top: 20px;
          bottom: 0;
          position: relative;
          width: 100%;}

        .footer h3{
            color: white;
            text-align: left;
            padding-left: 18%;
            font-size: 18px;
        }
}

/* MOBIL FOOTER CSS */
@media screen and (max-width: 719px)
{
        .footer {
            background: black;
            height: 60px;
            padding-top: 1px;
            margin-top: 10px;
            padding-bottom: 10px;
            position: relative;
            width: 100%;}

          .footer h3{
            color: white;
            text-align: left;
            padding-left: 5px;
            font-size: 14px;
        }
}
