/*119 124 150  777c96 light grey*/
/*140 217 212  8cd9d4 primary color*/
/*114 208 204  72d0cc*/
/*44 156 161   2c9ca1*/
/*30 27 48     1e1b30 dark grey*/
/*05092e hero background*/

* {
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h1 {
    color: #8cd9d4;
}

header {
    background-color: #777c96;
}

header > div {
    display: inline-block;
    vertical-align: middle;
}

header a {
    text-decoration: none;
    color: #8cd9d4;
}
header a:hover {
    color: #2c9ca1;
}
header a:active {
    color: black;
}
#header-logo {
    width: 50px;
}

section#banner {
    background-color: #05092e;
    height: 500px;
    align-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
}
.banner {
    background: url("img/banner-800x465.png") no-repeat center;
    /*background: url("img/banner-800x465.png") no-repeat fixed center;*/
    height: 100%;
}
.banner h1 {
    padding: 15px 0 0 0;
    margin: 0;
}

#hero-img {
    width: 800px;
}

section {
    text-align: center;
    align-content: center;
}
