@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000000;
}

.navbar {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.nav-links:after {
    content: "";
    display: table;
    clear: both;
}

.logo {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0px;
}

.bio-img {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: auto;
    position: relative;
    z-index: inherit;
}

.cover {
    border: solid black 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10%;
    padding-bottom: 0;
    width: 100%;
    height: auto;
    position: relative;
    z-index: inherit;
}

h1 {
    color: #a39f9f;
}

.highlight-red {
    color: #ff0000;
}

.title {
    color: #a39f9f;
}

h2 {
    color: #a39f9f;
}

.check-out-single {
    margin: 50px;
    padding: 10px;
    text-align: center;
    margin-bottom: 150px;
}

.baby-come-on {
    position: relative;
    padding-left: 1000px;
}

h4 {
    color: #fffbfb;
    position: absolute;
    padding-top: 15px;
}

.buy-img {
    max-width: 100px;
    max-height: 100px;
    display: inline-block;
    margin-bottom: 20px;
}

.bio-text,
.text {
    color: rgb(212, 212, 212);
    display: flex;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0;
    min-height: 50vh;
    width: 85vw;
}

.audioplayer {
    position: absolute;
    padding-bottom: 100px;
    width: 5px;
    height: 5px;
    left: -60px;
    right: 10px;
}

.play {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
}

.email {
    max-width: 600px;
    max-height: 400px;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 10%;
    margin-bottom: 30%;
}


.footer {
    width: 100%;
    height: 10%;
    padding-top: 0px;
    padding-bottom: 0;
}

.footer a {
    color: #ff0000;
    padding-top: 15%;
    font-size: 20px;
    padding: 10px;
    transition: all .5s ease;
}

.footer a:hover {
    color: white;
}

.social-links {
    color: black;
}

.social-links :hover {
    color: rgb(214, 209, 209);
}

.copyright {
    padding-bottom: 30%;
    color: #000000;
    text-align: center;
    font-size: 12px;
}


