@font-face {
    font-family: 'harrington';
    src: url('/assets/fonts/harrington.ttf') format('truetype');
}
/*
Kranich color: F50D01
*/

body {
    padding-top: 60px;
}

h1 {
    font-family: 'harrington';
    font-size: 98pt;
    font-weight: bold;
    color: #FFFFFF;
}

h2 {
    font-size: 24pt;
    color: #FFFFFF;

}
.friends {
    font-family: 'harrington';
    font-size: 36pt;
}

.harrington {
    font-family: 'harrington';
}
.imprint-header {
    font-size: 48pt;
}

.red {
    color: #F50D01;
}

.white {
    color: #FFFFFF;
    text-color: #FFFFFF;
}
a.nodeco {
    text-decoration: none;
}

hr {
    border-color: white;
}

a:hover {
    color: inherit;
}

footer {
    padding-top: 25px;
}
