@font-face {
    font-family: "Roboto";
    src: local(""),
    url("../fonts/roboto-v30-latin-regular.woff2") format('woff2'),
    url("../fonts/roboto-v30-latin-regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed";
    src: local(""),
    url("../fonts/roboto-condensed-v25-latin-regular.woff2") format('woff2'),
    url("../fonts/roboto-condensed-v25-latin-regular.woff") format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    font-family: "Roboto", sans-serif, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h4, h6 {
    font-family: "Roboto Condensed", sans-serif, sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background: url("../img/bg.png") repeat-x center bottom fixed, #f5f5f5;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

a, .green-highlight{
    color: #32992E;
    text-decoration: none;
}

a:hover {
    color: #32992E;
    cursor: pointer;
    text-decoration: underline;
}

.maintenance-message-container{
    border: 1px solid #e7e7e7;
}
.title{
    margin: 0;
    margin-left: 50px;
}
