/**
 * My code
 */

body {
    min-height: 100vh;
    background-image: url('./images/A_5.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

header {
    /*background-color: #FF8F5E; */
    font-family: 'Bangers', cursive;
    width: 100%;
    padding: 10px;
    align-items: center
}

a.abi-header {
    font-size: 50px;
    font-weight: 900;
    color: #111;
}



.main-menu-text {
    font-size: 25px;
    color: black;
}

.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
}

.main-menu {
    background-image: url(menu.svg);
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    font-family: 'Bangers';
    color: white;
}

    footer a {
        color: black;
    }

    footer a:hover{
        color: white;
    }



    .footer-box-round-corner {
    text-align: center;
    font-size: 15px;
    display: block;
    color: black;
    overflow: auto;
    border-radius: 15px;
    padding: 2px;
    width: 130px;
    }


.sm-links {
    text-align: right;
}

.twitter-icon {
    background-image: url('./icons/twitter.svg');
}

    .twitter-icon:hover,
    .twitter-icon:focus {
        background-image: url('./icons/twitter-red.svg');
    }

.instagram-icon {
    background-image: url('./icons/instagram.svg');
}

    .instagram-icon:hover,
    .instagram-icon:focus {
        background-image: url('./icons/instagram-red.svg');
    }

.youtube-icon {
    background-image: url('./icons/youtube.svg');
}

    .youtube-icon:hover,
    .youtube-icon:focus {
        background-image: url('./icons/youtube-red.svg');
    }
