body {
    padding-top: 50px;

    background-image: url("pictures/musicBanner2_darker.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #222;
}

/* NAV STYLE */
.navbar-header a {
    font-weight: bold;
}
.navbar {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}
.navbar.navbar-inverse.navbar-transparency {
    background-color: rgba(34, 34, 34, 0.8);
}
.active a {
    background-color: rgba(0, 0, 0, 0.5)!important;
    font-weight: bold;
}
.inactive a {
    font-weight: bold;
}
.inactive a:hover {
    background-color: rgba(15, 15, 15, 0.5)!important;
}

/* CONTENT STYLE */
h1 {
    font-weight: bold;
}
.content {
    color: white;
    text-shadow: 1px 1px black;
}
.linespacing {
    margin-bottom: 12px;
}
.content-bottom-padding {
    padding-bottom: 140px;
}
.youtube-video {
    position: relative;
    max-width: 560px;

    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube-video iframe, .youtube-video object, .youtube-video embed {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

/* FOOTER STYLE */
.footer {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.contact-text{
    font-size: 20px;
    font-weight: 900;
    color: rgba(2,2,2,0.5);
}
.contact-color-border {
    background: rebeccapurple;
    border-radius: 8px;
    padding: 3px 22px 3px 22px;
}
.contact-color-border:hover {
    background: #442266;
}
.contact-link-hover:hover {
    text-decoration: none;
    color: rgba(2,2,2,0.5);
}
.bottom-spacing {
    margin-bottom: 6px;
}
.horizontal-spacing {
    padding-right: 4px;
}
.bottom-spacing-negative-16 {
    margin-bottom: -16px;
}
.bottom-spacing-negative-7 {
    margin-bottom: -7px;
}
.panel-footer.panel-footer-color {
    background-color: rgba(34, 34, 34, 0.95);
}
.github-icon-color {
    color: rebeccapurple;
}
.github-icon-color:hover {
    color: #442266;
}
h6 {
    color: rgba(255, 255, 255, 0.2)!important;
}