@import url('https://fonts.googleapis.com/css?family=Oswald:200&display=swap');

html, body {
    margin: 0px !important;
}

.blue {
    background-color: #80B3F2;
}

.section-title {
    text-align: center;
    color: white;
    text-transform: uppercase;
    position: absolute;
    max-width: 80%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-size: 3.5em;
    font-weight: 100;
}

h3 {
    font-size: 2em;
    font-weight: 100;
}

a {
    color: white;
    text-decoration: none;
}

section {
    height: auto;
    min-height: 400px;
    position: relative;
}

.separator {
    position: absolute;
    top: 0;
}

.separator-bottom {
    position: absolute;
    bottom: 0;
}

#five .section-title {
    padding-bottom:2.5em;
}
