body {
    font-family: 'Nunito Sans', sans-serif;
}

li {
    width: 58px;
    height: 30px;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
}

ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

.hero {
    background-image: url(hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 742px;
    background-position-y: center;
    display: flex;
    align-items: center; 
    padding-top: 220px;
    flex-direction: column;
}

.hero-title {
    font-size: 72px; 
    color: #DCD0BE;
}

.hero-second-title {
    font-size: 22px; 
    color: white;
}

.aethereal-group {
    background-image: url(aethereal-group.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bio {
    display: flex;
    justify-content: center;
    background-color:#67241D;
    color: white;
    flex-direction: column;
    padding: 140px;
}

.widget-player.small .playlist.ng-scope {
    height: 150px;
}


form {
    width: 100%;
    max-width: 940px;
    margin-top: 40px;
}

.form-control {
    border-radius: 0px;
    border: 2px solid #222;
    background-color: #dcd0be;
    height: 52px;
}

.contact-section {
    padding: 115px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #5B4A31;
    background-image: url(jaming-out.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    flex-direction: column;
    color: white;
}

footer {
    background-color: #000;
    height: 130px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 50px; */
    padding: 30px;
}