@font-face {
    font-family: "FiraSans";
    src: url("../fonts/fira-sans/FiraSans-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FiraSans";
    src: url("../fonts/fira-sans/FiraSans-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: "FiraSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

section {
    position: relative;
    padding: 7em 15px 5em;
    width: 100%;
    overflow: auto;
}

section .full-width {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (min-width: 768px) {
    section {
        padding-left: 30px;
        padding-right: 30px;
    }
    section .full-width {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media screen and (min-width: 992px) {
    section {
        padding-left: 10%;
        padding-right: 10%;
    }
    section .full-width {
        width: 120% !important;
        margin-left: -10% !important;
        margin-right: -10% !important;
    }
}

@media screen and (min-width: 1200px) {
    section {
        padding-left: 20%;
        padding-right: 20%;
    }
    section .full-width {
        width: 140% !important;
        margin-left: -20% !important;
        margin-right: -20% !important;
    }
}

section:first-of-type {
    padding-top: 5em;
}

section:nth-child(even) {
    background-color: #F3F3F3;
}

section:nth-child(odd) {
    background-color: #fff;
}

section + section::before {
    position: absolute;
    display: block;
    top: 0px;
    left: 50%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    content: "";
    width: 0;
	height: 0;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
}

section:nth-child(even) + section::before {
    border-top: 60px solid #F3F3F3;
}

section:nth-child(odd) + section::before {
    border-top: 60px solid #fff;
}

section h1,
section h2 {
    margin-top: 0px;
}

footer,
header {
    z-index: 1;
    padding: 1em;
    text-align: center;
    color: #fff;
    background: #003b4c;
    overflow: hidden;
    position: relative;
}

header h1 {
    margin: 0px;
    font-weight: bold;
}

header h2 {
    margin: 0.25em 0px;
    color: rgba(255, 255, 255, 0.5);
}

header a img {
    position: absolute;
    right: 1.3em;
    bottom: 1.3em;
}

header #backlink {
    position: absolute;
    top: 1.3em;
    left: 1.3em;
}

footer img {
    margin-bottom: 1em;
    max-width: 100%;
}

.links {
    padding: 1em;
    color: #fff;
    background-color: #001319;
}

main {
    position: relative;
}

p:last-of-type {
    margin: 0;
}

a,
a:hover,
a:focus {
    color: #999;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.glyph {
    font-family: "Segoe UI Symbol", sans-serif;
}
