* {

        font-family: "Titillium Web";
}

body {
    margin: 0;
    background-image: url("./back.png");
}
main {
    width: 980px;
    margin: 0 auto;
    background-color: white;
    display: flow-root;
}
nav {
    background-image: url("./topmenu_bg.png");
    height: 38px;
    border: 1px solid #4d4c4c;
    ul, li,a {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        color: white;
        text-decoration: none;
        font-weight: 800;
        font-size: 16px;
        text-transform: uppercase;
    }
    li > ul {
        visibility: hidden;
        position: absolute;
        padding: 0;
        margin: 0;
        z-index: 9;
        margin-top: 38px;
        background-color: black;
        display: block;
        li {
            width: 100%;
            float: left;
            clear: both;
            margin: 0; padding: 0;
        }
        a, a:hover {
            width: 100%;
            margin: 0px;
            padding: 5px;
            padding-left: 17px; 
            border-bottom: 1px solid #4a4949;
        }
        a { background-color: black; }
        a:hover { background-color: #252625; }
    }
    li:hover > ul {
        visibility: visible;
    }
    a {
        border: 1px solid transparent;
        padding: 6px 23px;
    }
    a:hover {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 23px;
        padding-right: 23px;

        border: 1px solid #4a4949;
        border-top: 1px solid transparent;
        background-color: #252625;
    }
    ul {
        padding-left: 40px;
        padding-right: 40px;
    }
}
aside {
    float: left;
    margin-top: 26px;
    width: 270px;
    .title {
        color: white;
        line-height: 53px;
        letter-spacing: 1px;
        font-family: "Titillium Web";
        font-size: 20px;
        font-weight: 700;
        background-image: url("./vmenu_item.png");
        text-align: center;
        position: relative;
        right: 10px;
        width: 280px;
    }
    ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-right: 2px;
    }
    li {
        font-size: 12px;
        font-weight: 100;
        font-family: "Verdana";
        padding-left: 20px;
        letter-spacing: 1px;
    background-color: #272e26;
      border-top: 1px solid #232a23;
        border-bottom: 1px solid #3a4935;
          display: block;
            color: white;
            line-height: 42px;
    }
    li:hover {
        background-image: url("./vmenu_subitem_hover.png");
    }
    a, a:visited {
        color: white;
        text-decoration: none;
    }
}
article {
    padding-right: 20px; 
    min-height: 600px;
    margin-left: 300px;
    h1 {
        font-size: 36px;
        text-align: center;
    }
    h2 {
        text-align: center;
    }
    .align-right {
        float: right;
    }
    .gallery img {
        width: 150px;
    }
    .lyrics {
        line-height: 13px;   
       margin-bottom: 30px; 
    .chord {
        line-height: 18px;
        padding: 0;
        margin: 0;
        font-weight: 600;
        }
    }
}
footer {
    height: 428px;
    background-image: url("./footer.png");
    clear: both;
    padding-left: 25px;
    padding-right: 25px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 25px;
    .column {
        font-family: "Titillium Web";
        font-size: 18px;
        float: left;
        color: white;
        margin-top: 250px;
        ul, a {
            font-family: verdana;
            font-size: 11px;
            color: white;
            text-decoration: none;
            line-height: 25px;
        }
        a:hover {
            text-decoration: underline;
        }
    }
}
.copyright {
    background-color: black;
    color: white;
    font-family: Verdana;
    font-size: 10px;
    font-weight: 100;
    padding: 10px;
    text-align: center;
}
