@charset "UTF-8";
.largetopandbottompadding {
    padding-top: 200px;
    padding-bottom: 200px;
}
.largheading {
    font-size: 6em;
}
.blacktext {
    color: #141415;
}
.listenbtn {
    padding-right: 30px;
    padding-left: 30px;
    background-color: hsla(357,85%,52%,1.00);
    color: hsla(0,0%,95%,1.00);
    margin-top: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.whitetext {
    color: hsla(240,9%,98%,1.00);
}
.mediumtext {
    font-size: 1.2em;
}
.center {
    text-align: center;
}
.nopadding {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#biocontent {
    position: absolute;
    z-index: 1;
    padding-top: 15%;
}
.boldtext {
    font-weight: bolder;
}
.blackbg {
    background-color: hsla(240,8%,8%,1.00);
}
.toppadding {
    padding-top: 100px;
}
.small_topbottompadding {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mediumtopbottompadding {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px;
}
.small_toppadding {
    padding-top: 14px;
}
.redbg {
    background-color: hsla(359,100%,47%,1.00);
}
.align-right {
    text-align: right;
}
.fullwidth {
    width: 100%;
    margin-left: 0px;
}
.greybg {
    background-color: hsla(0,3%,86%,1.00);
}
.bottompadding {
    padding-bottom: 100px;
}
.hide {
    display: none;
}
