/*sticky footer*/

@font-face {
    font-family: 'Amsi Pro Narw';
    src: local('Amsi Pro Narw Black'), local('AmsiProNarw-Black'),
    url('../font/AmsiProNarw-Black.woff2') format('woff2'),
    url('../font/AmsiProNarw-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Silver Age Queens';
    src: local('Silver Age Queens'), local('SilverAgeQueens'),
    url('../font/SilverAgeQueens.woff2') format('woff2'),
    url('../font/SilverAgeQueens.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



html {
    position: relative;
    min-height: 100%;
    background-color: #000000;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
    background-color: transparent;
    font-family: 'Amsi Pro Narw', serif;
    font-weight: 900;
    font-style: normal;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;

}
/*end sticky footer*/

.footer {
    font-weight: 900;
    line-height: 1.4;
    color: black;
    text-align: center;
}

.footer a{
    background-color: white;
}

.footer a, footer a:hover {
    color: black;
}
.footer a:visited {
    color: black;
}

@media (min-width: 768px) {
    .footer {
        padding:0 100px;
    }
}

/*----------------------*/
.good-box {
    margin-top: 2%;
}

@media (min-width: 768px) {
    .footer {

        padding:0 100px;
    }
}



.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}