body {
    font-family: 'Lora', serif;
    line-height: 1.7;
    font-size: 20px;
}
p {
    font-size: 20px;
}
H1,
H2,
H3,
H4,
H5 {
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    line-height: 1.3;
}
H1,
H2 {
    margin-bottom: 30px;
}
H3,
H4,
H5 {
    margin-bottom: 15px;
}
H1 {
    font-size: 90px;
}
H2 {
    font-size: 50px;
}
H3 {
    font-size: 26px;
}
H4 {
    font-size: 21px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #333;
    margin: 1em 0;
    padding: 0;
}
a {
    text-decoration: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.whitetext {
    color: #fff;
}
.darktext {
    color: #222;
}
.centertext {
    text-align: center;
}
.smalltext {
    font-size: 80%;
}
.description {
    font-size: 80%;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #000;
}
.whitelink,
.whitetext a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.whitelink:hover,
.whitetext a:hover {
    border-bottom: 4px solid #fff;
}
.darklink {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.darklink:hover {
    border-bottom: 4px solid #333;
}
.bgblue {
    background-color: #80c3cf;
}
.bggrey {
    background-color: #151b1c;
}
.shortstripe {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.darktext .shortstripe {
    background-color: #333;
}
.fullviewport {
    display: block;
    height: 100vh;
    min-height: 400px;
}
.relative {
    position: relative;
}
.vcentered {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 780px) {
    .paddingvertical {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 781px) {
    .paddingvertical {
        padding: 80px 0;
    }
}
.box h2:before,
.box h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
.darktext .box h2:before,
.darktext .box h2:after {
    background-color: #333;
}
.box h2:before {
    margin-bottom: 20px;
}
.box h2:after {
    margin-top: 25px;
}
.slide-foto img {
    width: 100%;
    height: auto;
}
.slide-intro {
    background: #80c3cf;
}
@media only screen and (min-width: 800px) {
    .slide-intro {
        background: #80c3cf url(../../img/building.png) no-repeat;
        background-position: top left;
        background-size: auto 95%;
    }
}
.slide-intro_intro {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 50px;
    color: #165f6c;
}
.slide-intro_title {
    text-transform: uppercase;
    letter-spacing: 0.001em;
    text-shadow: 4px 4px 0px #4394a2, -3px -2px 0px #80c3cf;
    margin-bottom: 15px;
}
.slide-intro_subtitle {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 0px #4394a2, 4px 4px 0px #80c3cf, -3px -2px 0px #80c3cf;
}
.slide-intro_subtitle--dark {
    color: #165f6c;
    text-shadow: none;
}
.slide-intro_scrollbtn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}
.slide-intro_scrollbtn #button-down {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slide-intro_scrollbtn #button-down:hover {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slide-intro_scrollbtn .scrollbutton {
    border-bottom: none;
}
.slide-intro_scrollbtn .scrollbutton:hover {
    border-bottom: none;
}
@media only screen and (max-width: 780px) {
    h1.slide-intro_title {
        font-size: 50px;
    }
}
@media only screen and (min-width: 781px) {
    h1.slide-intro_title {
        font-size: 85px;
    }
}
/*# sourceMappingURL=styles.css.map */
