html {
    font-family: 'Work Sans';
    font-size: 20px;
}

nav {
    background-color: rgba(212, 212, 212, 1);
}

    nav li a {
        font-size: 16px;
        padding: 0px 22px;
        color: #333;
    }

        nav li a:hover {
            color: #000;
        }

    nav .brand-logo {
        font-size: 30px;
        font-weight: 500;
        padding: 0px 10px !important;
        font-family: Cinzel !important;
    }

    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        line-height: 64px;
    }

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: #333;
    background-color: #e3e3e3;
}

.sidenav, .sidenav li > a, .sidenav ul .collapsible-header i {
    font-size: 0.7rem;
}

    .sidenav ul .collapsible-body {
        padding-left: 20px;
    }

.collapsible-header i {
    margin-right:0px;
}

.tab a {
    color: black !important;
}

.tab a::after {
    content:'';
}

#tab-panels-container .active::after {
    content: '';
}

.collection .collection-item.active {
    background-color: transparent;
    color: #ddd;
}

.tabs .indicator {
    background-color: #000;
}
/*Color of underline*/

    .hero-container {
    background-image: url(../images/DSC_0281a.JPG);
    background-size: cover;
    background-position-y: center;
    width: 100%;
    height: 600px;
    text-align: center;
}

.hero-text-div {
    padding-top: 270px;
    font-size: 30px;
    color: white;
    text-transform: uppercase;
}

#trackBackground {
    font-size: 0.6rem;
    line-height: 16px;
}

h1 {
    font-size: 90px;
    margin-top: 0px;
    padding-top: 0px;
}

h2 {
    font-size: 60px;
    color: black !important;
}

h3 {
    font-size: 40px;
    color: black !important;
}

.main-contents {
    text-align: left;
    margin-bottom: 40px;
}

    .main-contents h2 {
        text-align: center;
    }



.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent;
}

#tab-panels-container {
    min-height: 400px;
    background-color: #f4f4f4;
    margin-bottom: 50px;
}

.tab-contents {
    text-align: left;
    padding: 30px;
    font-size: 0.9rem;
}

    .tab-contents h2 {
        font-size: 1.4rem;
    }

    .tab-contents h3 {
        font-size: 1.2rem;
        font-weight: 300;
    }


.play-button {
    background-color:transparent !important;
}

.lyrics {
    font-family: Courier New, Courier, monospace;
    font-size:0.8rem;
    margin:20px 0px;
}

#WhatWeDo .container div {
    height: 50px;
}

.parallax-container {
    height: 500px;
}

.section {
    padding: 0px !important;
}

.page-footer .footer-copyright {
    padding: 10px;
    text-align: left;
    display: -webkit-box;
    justify-content: normal !important;
}

@media only screen and (max-width: 900px) {
    nav .brand-logo {
        font-size: 21px;
        font-weight: 300;
    }
}

@media only screen and (max-width: 700px) {
    nav .brand-logo {
        font-size: 15px;
        font-weight: 300;
    }
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 24px;
    }

    nav .brand-logo {
        font-size: 12px;
        font-weight: 300;
    }

    h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 50px;
    }

    #footer {
        font-size: 20px;
    }
}
