html {
    background:#000;
    text-align: center;
    color: #ffffe0;
}

body {
}

.main-img {
    width: 100%;
}

ul#main-menu {
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 4% 0;
    margin-bottom: 4%;
}

li {
    display: inline;
    padding: 4% 2%;
    font-size: 2.777em;
}


h1 {
    font-size: 9rem;
    margin-bottom: 0;
}

h2 {
    font-size: 2.777em;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    font-size: 32px;
}

a.selected, .page-home a.home-nav-link, .page-shop a.shop-nav-link, .page-shows a.shows-nav-link, .page-music a.music-nav-link, .page-videos a.videos-nav-link, .page-about a.about-nav-link {
    text-decoration: underline;
}

.main-content {
    background-image: url(images/aaron_mannino_2020.jpg);
    background-color: #29291c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

.inner-content {
    background: rgba(0, 0, 0, 0.777);
    padding: 5% 4.5%;
    margin: 0 1.5%;
}

#social_links {
    margin-bottom: 4%;
}

#social_links img {
    height: 4%;
}

#footer {
    margin: 9% 0;
    font-size: 0.333rem;
}
