@import url(https://fonts.googleapis.com/css?family=Exo+2) body {
    width: 100%;
    height: 100%;
    font-family: 'Exo 2', sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

.section-title {
    border-top: 1px solid #BAD8E8;
    border-bottom: 1px solid #BAD8E8;
}

.section-title h3 {
    color: #385175;
}

.page-head {
    width: 100%;
    background: url(../assets/images/header-background-alt.png) no-repeat bottom center scroll;
    display: table;
    height: auto;
    padding: 100px 0;
    text-align: center;
    background-color: #000;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
