﻿.footerM {
    background-color: rgba(8, 8, 8, 0.81);
    color: white;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    margin-left: 0;
    font-size: 100%;
    margin-top: 300px;
    height: auto;
    padding: 20px;
    float: left;
    margin-left: 0px;
    margin-left: -8px;
    margin-right: -8px;
    font-weight: 500 !important;
}

.row2 {
    max-width: 290px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

    .row2 div {
        margin-bottom: 12px;
    }

.social {
    width: 30px;
    height: 30px;
    background-position: center;
    display: inline-block;
    background-size: cover
}

.cookLink {
    text-decoration: none;
    border-color: #ffbc76;
    background-color: #363636;
    padding: 5px;
    border-style: solid;
    color: #fcddb7;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
}
