/* saira-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/saira-condensed-v11-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    color: #06090f;
    /*font-family: 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
    text-align: left;
    background-color: #E6E5E4;
    background-image: url('../img/site_background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a {
    color: #06090f;
}

a:hover {
    text-decoration: underline;
}

footer {
    background-color: #b0adac;
    
    text-align: center;
    font-size: smaller;
    padding: .5rem 1.5rem;
    line-height: 30px;
    color: #06090f;
    margin-top: 30px;
}

footer a,
a:hover {
    color: #06090f;
    text-decoration: none;
}

h1, h2, h3 {
    font-family: 'Saira';
}

h2 {
/*    text-align: center; */
    margin-bottom: 20px;
}

.site-header {
    background-color: #b0adac;
    margin-bottom: 20px;
    /* background-image: url('../img/header-background.png'); */
    background-position: center;
    background-repeat: no-repeat;
}

.site-header .header-headline {
    font-family: 'Saira';
    text-align: left;
    font-size: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.site-header .header-slogan {
    font-family: 'Saira';
    text-align: center;
    font-size: 30px;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-header .header-contact {
    text-align: left;
    padding-bottom: 30px;
}

.portrait {
    border: 1px solid #b0adac;
}

.headline {
    font-family: 'Saira';
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    
}

p {
    text-align: justify;
}