/*  Author:   Martin Stettler (https://dieweberei.ch/)
    Version:  22/11/2019 // BS v4.3.1
*/

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff; }

h1{
    font-size: 24px;
    margin-bottom: 0px; }

p {
    margin-bottom: 25px; }

b,
strong {
    font-weight: 700; }

a {
    color: #000;
}

a:hover {
    color: #c00000;
}
a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
        transition: all 0.5s; }

/* ==========================================================================
   SELECTION
   ========================================================================== */

.main {
    margin: 15px; }

@media (min-width: 481px) {
    .centered {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh; }
}

.logo img {
    width: 300px;
    height: 244px;
    margin-bottom: 30px; }
