#home-section {
    background: url(../img/angry-white-men.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 700px;
}

#home-section .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px;
    background: rgba(0,0,0,0.6);
}

#home-section .home-inner {
 padding-top: 150px;
    text-align: center;
}

.navbar {
    font-family: 'Hind', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Hind', sans-serif;
    text-transform: uppercase;
}

.card {

}

#images-section {
    text-align: center;
    background: #222;
}
body {
    font-family: 'Open Sans', sans-serif;
}

.bg-darker {
    background: rgba(0,0,0,.9);
}