@charset "utf-8";
/* CSS Document */

/* Fonts laden */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Titillium+Web:400,700);
body {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    background-image: url(../img/page-hg.png);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    text-align: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
h1 {
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    font-size: 2.25em;
}
h2 {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
    font-size: 1.75em;
    color: #1F5F93;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-bottom: 8px;
}
h3 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
}
h4 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
}
h5 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    font-size: 1.3125em;
}
h6 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    font-size: 1.5em;
}
a {
    color: #004e9e;
    text-decoration: none;
}
a:hover {
    color: #67a0b1;
}
.btn-primary {
    background-color: #004e9e;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
}
.btn-primary:hover {
    background-color: #67a0b1;
}
a.btn-primary {
    color: #ffffff;
}
.logo {
    width: 300px;
}
img, a.img {
    border: 0px;
}
hr {
    width: 60%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #C7C7C7;
    border-left-color: #FFF;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}
