@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    background: #e2e7f0;
}
a, a.link {
    text-decoration: none;
    border-bottom: none;
    color: #337ab7;
}
a:hover, a.link:hover {
    text-decoration: underline;
    border-bottom: none;
}
#page, #main-wrapper {
    background: #e2e7f0;
}

.site-footer {
    background: #000;
}

input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-file, input.form-number, input.form-color, textarea.form-textarea {
    color: #999999;
}
.bg-white {
    background-color: #FFF;
}
/* header */
#header {
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}
.button.search-form__submit, .search-form__submit {
    border-radius: 0;    
    border-color: #cccccc;
}

.region-primary-menu .menu a {
    background: rgba(234, 232, 233, 0.95);
}
.region-primary-menu .menu-item a.is-active, .region-primary-menu .menu-item--active-trail a {
    background: #ffffff;
}
.region-secondary-menu .menu a {
    background-color: #788baf;
    padding: 0.8em;
    color: #fff;
}