body {
    padding-top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #FFF;
    /*font-size: $font-big;*/
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

header {
    height: 100vh;
    background-attachment: fixed;
    background-repeat: none;
    background-position: center center;
    text-align: center;
}

.intro-text {
    font-family: 'Open Sans', sans-serif;
    padding-top: 200px;
    padding-bottom: 50px;
    color: #00304e;
}

.intro-text .intro-lead-in {
    font-style: italic;
    font-size: 5em;
    line-height: 22px;
    margin-bottom: 25px;
}

.intro-heading img {
    width: 200px;
    padding-bottom: 5px;
}

.contact {
    background-color: #00304e;
    padding: 10px 5px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.contact ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.contact ul li {
    display: inline-block;
    padding: 0 2em;
    color: #ffa904;
}

.contact a {
    text-decoration: none;
    color: inherit;
}

.icn {
    vertical-align: middle;
    display: inline-block;
    fill: #ffa904;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
