body, html {
    height: 100%;
}

.hero-section { 
    background-image: url("../img/hero-bg.jpg");
    color: #ffffff;
}

.hero-logo {
    width: 20%;
    height: auto;
}

.parallax-section {
    min-height: 100%;
    padding:60px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logo, h1, h2, h3, .hero-content button {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar {
    min-height: 40px;
}
ul.navbar-nav > li > a {
    line-height: 40px;
}
.navbar-toggler {
  margin-top: 30px;
}
.logo img {

    width: auto;
    height: 60px;


