.sectiontopwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: column;
    align-items: center;
}

.sectionbodywrap {
    width: 100%;
    overflow: auto;
}

.indextext {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.58);
    border-radius: 0px;
    display: flex;
    width: auto;
    padding-left: 20px;
    position: absolute;
    padding-right: 20px;
    padding-top: 0px;
    margin-top: 190px;
}

.sectionheader {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
}

.textbody {
    color: #ffffff;
    font-family: Optima;
    font-size: 18px;
}

.textlink {
    color: aqua;
}

.textlink:hover {
    color: rgb(130, 177, 177);
}

.indextitlewrap {
    text-align: center;
    z-index: 4;
    margin-top: 10px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.indextitle {
    font-family: Optima;
    text-shadow: 0px 0px 3px #ffffff;
    max-height: 62.5px;
    max-width: 250px;
    width: 100%;
}

.videosectionwrap {
    width: 100%;
    max-width: 590px;
    max-height: 370px;
    margin-top: 94px;
}

.videowrap {
    width: 100%;
    padding-bottom: 56.25%;
    border-style: none;
    position: relative;
    margin-top: 40px;
    max-height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.video {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 16px 21px #000000;
    border: 2px solid #ffffff;
    max-height: 300px;
    max-width: 534px;
    position: absolute;
}

.musiclinks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MusicIcon {
    fill: white;
    width: 50px;
    transition: padding 200ms;
    height: 50px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: -5px;
    padding: 2px;
}

.MusicIcon:hover {
    fill: #666;
    padding: 0px;
}

.filterbuttonwrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn {
    border: 1px solid #000000;
    background-color: #ffffff;
    font-size: 15px;
    color: #000000;
}

.btn:hover {
    background-color: #c0c0c0;
}

.fltractive {
    background-color: #666;
    color: white;
}

.DiscographyWrap {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    padding-top: 8px;
    align-content: flex-start;
    padding-bottom: 10px;
    width: 98%;
    margin: 180px auto 15px;
    border: 0px solid #ffffff;
    max-width: 1220px;
}

.releasewrap {
    width: 250px;
    display: none;
    text-align: center;
    margin: 0px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.releasewrap.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.releaseartwork {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.releasetext {
    color: white;
    font-size: 15px;
    text-align: center;
    font-family: OPTIMA;
    flex-direction: column;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-left: 5%;
    margin-right: 5%;
}

.ReleaseIcon {
    fill: white;
    width: 40px;
    transition: padding 200ms;
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: -10px;
    padding: 2px;
}

.ReleaseIcon:hover {
    fill: #aaa6a6;
    padding: 0px;
}

.SongKickWrap {
    width: 100%;
    overflow: auto;
}

.SoundcloudWrap {
    width: 100%;
    height: 100%;
    padding: 15px;
}

@media (max-width:670px) {
    .textbody {
        font-size: 14px;
    }

    .indextext {
        font-size: 20px;
    }

    .DiscographyWrap {
        margin-top: 160px;
    }

    .MusicIcon {
        width: 40px;
        height: 40px;
        padding: 1px;
        margin: 2px 2px -7px;
    }

    .releasewrap {
        width: 160px;
        padding: 5px;
    }

    .releasetext {
        padding: 2px;
        padding-bottom: 2px;
        font-size: 12px ;
    }

    .ReleaseIcon {
        width: 25px;
        height: 25px;
        padding: 1px;
        margin: 0px 0px -12px;
    }

    .filterbuttonwrap {
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .btn {
        font-size: 12px;
        padding: 4px;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
    }
}

@media (max-width:480px) {
    .sectionheader {
        font-size: 20px;
    }

    .indextext {
        font-size: 20px;
    }

    .textbody {
        font-size: 12px;
    }

    .DiscographyWrap {
        margin-top: 130px;
    }

    .releasewrap {
        width: 150px;
        padding: 5px;
    }

    .MusicIcon {
        width: 32px;
        height: 32px;
        padding: 1px;
        margin: 2px 2px -7px;
    }

    .btn {
        font-size: 10px;
        padding: 4px;
        padding-left: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
    }
}

@media (max-width:410px) {
    .indextext {
        font-size: 18px;
    }
}

@media (max-width:380px) {
    .indextext {
        font-size: 16px;
    }
}

@media (max-width:360px) {
    .MusicIcon {
        width: 30px;
        padding: 1px;
        margin: 2px 2px -7px;
    }

    .releasewrap {
        width: 230px;
        padding: 5px;
    }

    .ReleaseIcon {
        width: 30px;
        height: 30px;
        padding: 1px;
        margin: 0px 0px -5px;
    }
}