﻿@charset "utf-8";

/* CSS Document */

@import url('layout.css');
@import url('custom-layout.css');
@import url('animate.css');
@import url('https://fonts.googleapis.com/css2?family=Livvic:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
@font-face {
    font-family: 'Conv_ROCK';
    src: url('../fonts/ROCK.eot');
    src: local('☺'), url('../fonts/ROCK.woff') format('woff'), url('../fonts/ROCK.ttf') format('truetype'), url('../fonts/ROCK.svg#Conv_ROCK') format('svg');
    font-weight: normal !important;
    font-style: normal;
}


/* my custom */

#footermy {
    position: fixed;
    padding: 7px 10px;
    bottom: 0;
    width: 100%;
    /* Height of the footer*/
    height: 60px;
    background: #000444;
    text-align: center;
}

#footermy a {
    color: white;
}