﻿body {
    color: #333333;
    font: 16px/20px Arial, Helvetica, sans-serif;
    background-image: url(/images/background-winter.jpg);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
    background-clip: padding-box;
    background-origin: padding-box;
}



h1, .h1 {
    color: #000000;
    font: 24px/40px Oswald, sans-serif;
}

h2, .h2 {
    letter-spacing: 0;
    color: #000000;
    font: 21px/33px Oswald, sans-serif;
}

h3, .h3 {
    letter-spacing: 0;
    color: #000000;
    font: 19px/26px Oswald, sans-serif;
}

h4, .h4 {
    letter-spacing: 0;
    color: #000000;
    font: 18px/20px Oswald, sans-serif;
}

h5, .h5 {
    letter-spacing: 0;
    color: #ffffff;
    font: 28px/16px Oswald, sans-serif;
}

h6, .h6 {
    letter-spacing: 0;
    color: #000000;
    font: 25px/29px Oswald, sans-serif;
}

code {
    color: #f62e46;
    background-color: rgb(255,245,255);
}

pre {
    color: #555555;
    background-color: rgb(246,246,246);
    border-color: rgb(200,200,200);
}

kbd {
    background-color: rgb(47,47,47);
}

.site-link {
    color: #444444;
    font: 700 30px/36px "Open Sans", sans-serif;
}

.footer-logo-link {
    color: #444444;
    font: 700 20px/25px "Open Sans", sans-serif;
}

.divInsideBlue {
    margin: 0px;
    width: 100%;
    color: #000000;
    padding: 20px;
    background-color: #ffffff;
    max-width: 800px;
    margin: 0 auto; /* Centers the div horizontally */

}

.site-header {
    position: relative;
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;
    height: 206px; /* Adjust the height as needed */
}

.header-bottom-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

    .header-bottom-container span {
        font-size: 18px;
    }

.logo-container {
    position: relative;
    width: fit-content;
    margin: 20px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.site-content {
    background-image: url(/images/background-content.png);
    background-repeat: repeat;
    background-position: left;
    background-attachment: fixed;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;
}

.site-footer {
    color: #333333;
    font: 300 14px/22px Roboto, sans-serif;
    background-image: url(/images/footer-background.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: scroll;
    background-clip: padding-box;
    background-size: cover;
    background-origin: padding-box;
    padding-top: 165px;
    margin-top: -185px;
}

a {
    color: #000000;
}

    a:hover {
        color: #db7523;
    }

.menu-primary a {
    color: #ffffff;
    font: 300 17px/18px "Open Sans", sans-serif;
}

.menu-secondary a {
    color: #474747;
    font: 300 14px/17px "Open Sans", sans-serif;
}

.text-muted {
    color: rgb(119,119,119);
}

.legend {
    color: rgb(34,34,34);
    font-size: 21px;
    border-bottom: 1px solid rgb(223,223,223);
}

blockquote {
    border-left: 5px solid rgb(221,221,221);
    font-size: 17px;
}

hr {
    border-top: 1px solid rgb(221,221,221);
}

.close, .close:hover, .close:focus {
    color: #fcf8e3;
    font-size: 21px;
}

.lead {
    font-size: 16px;
}

.form-control {
    color: #555555;
    font-size: 14px;
    line-height: 18px;
}

output {
    color: #555555;
    font-size: 14px;
    line-height: 18px;
}

small, .small {
    color: rgb(51,51,51);
    font-size: 12px;
}

@media (max-width: 600px) {
    .site-header {
        background-image: url(/images/header.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 150px;
    }

    .logo-container {
        margin: 10px auto;
        text-align: center;
    }

    .logo {
        position: relative;
        top: auto;
        left: auto;
    }
}
