/* Global Styles */
.row.full-width {
    max-width: 100%;
}.row {
    margin-bottom: 35px;
    max-width: 92rem;
    width: 100%;
}.row:last-of-type {
    margin-bottom: 0;
}
/* Header */
.page-header{
    margin: 0;
}.page-header.fixed-header {
    left: 0;
    position: fixed;
    top:0;
    z-index: 99;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
    width:100%;
    max-width:100%;
}
/* Background overlay */
.is-first-element{
    max-width: 100%;
    width:100%;
    position: relative;
}.has-background-image {
    height: 90vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
}.row.has-background-image.is-first-element {
    padding-top: 20vh;
    margin-bottom: 0;
}.background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*Footer*/
.page-footer {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}