html, header{
    height: 100vp;
    /*background-image: url(../img/bg.jpeg);*/
    background-color: black;
    background-size: cover;
    background-position: center;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    font-family: "Open Sans";
}

hr{
    width: 80%;
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    
    overflow: visible;
    
    margin-top: 30px;
    margin-bottom: 30px;
}

hr:after {
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.1em;
    padding: 0 0.4em;
    background: rgba(0, 0, 0, 1);
    color: white;
}

hr#ep_header:after {
    /*content: "New EP 'Reverse' Out Now";*/
    content: "FCK 2020 Out Now!";
}

hr#social_header:after {
    content: "Social Media";
}

figcaption{
    color: blue;
    font-size: 16px;
}

a {
    text-decoration: none;
}

#logo{
    width: 20%;
    min-width: 300px;
    height: auto;
    opacity: 0.7;
}

.icon{
    color: white;
    width: 10%;
    min-width: 100px;
    height: auto;
}

.social{
    margin-bottom: 30px;
}

#b_click{
    color: white;
    font-style: italic;
}