html {
    overflow-y: scroll;
}

body {
    font-family: 'Palanquin', sans-serif;
    font-size: 1.6rem;

    padding-top: 50px;
}

h1, h2, h3 {
    font-family: 'Palanquin', sans-serif;
}

h1 {
    font-size: 7rem;
}

h2 {
    font-size: 3.5rem;
    line-height: 1.3;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.2rem;
}

p {
    text-align: justify;
}

.row {
    padding-top: 4rem;
    padding-bottom: 8rem;
}

.slogan {
    font-family: 'Palanquin', sans-serif;
    font-size: 6.5rem;

    text-align: center;
    color: #111;

    background-color: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
}

.button {
    width: 16rem;
}

#banner1 {
    background: url('../img/banner1.jpg') no-repeat center;
    background-size: cover;
    height: 40rem;
}

#banner2 {
    background: url('../img/banner2.jpg') no-repeat center;
    background-size: cover;
    height: 30rem;
}

#banner3 {
    background: url('../img/banner3.jpg') no-repeat center;
    background-size: cover;
    height: 30rem;
}

#banner4 {
    background: url('../img/banner4.jpg') no-repeat center;
    background-size: cover;
    height: 30rem;
}

#banner5 {
    background: url('../img/banner5.jpg') no-repeat center;
    background-size: cover;
    height: 40rem;
}

pre, code {
    background: none;
    border: none;
    padding: 0;
    font-family: monospace;
}

.editor {
    font-size: 1.4rem !important;
    width: 100%;
    height: 8rem;
}

.output {
    font-family: "Droid Sans Mono", monospace;
    font-weight: bold;
    margin-top: 1rem;
}
