/*  Flugplatzmanager Theme
    by Marc Philippi
    20.12.2017
*/

@import url('https://fonts.googleapis.com/css?family=Lato|Roboto+Condensed');

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url('./bg.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h1, h1 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
.h1, h1 {
    font-size: 3.5rem;
}

}

#text {
    position: relative;
    top: 100px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 50px;
}