body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: #3e454c;
  background-color: #ffffff; }

a {
  color: #1784c7; }

header {
  background-image: url("https://static.eeventti.fi/cdn-cgi/image/width=1960,quality=90,format=auto/taustakuva-ylareuna-tre.jpg");
  background-position: center center;
}

/* ELEMENTS */
h1, h2, h3, h4 {
  font-family: "Roboto Slab", serif; }

h1 {
  background-color: #006b9f;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 3px #006b9f;
  color: #fff; }

h2 > a, h3 > a, h2, h3 {
  color: #006b9f; }

h4 > a, h4 {
  color: #3e454c; }

footer {
  background-color: #006b9f;
  color: #fff; }

p.box {
  border: 1px solid #006b9f;
  color: #000;
  background-color: #fff; }

p.box:last-of-type {
  margin-bottom: 30px; }

p.info {
  background-color: #FDFD96;
  color: #000; }

p.error {
  background-color: #fd8b8a;
  color: #fff; }

p.success {
  background-color: #33cc77;
  color: #fff; }

input {
  background-color: #fff;
  border: 2px solid #006b9f; }

.btn {
  background-color: #006b9f;
  color: #fff; }

.btn.btn-primary {
  background-color: #006b9f;
  color: #fff; }

.btn.btn-selected {
  background-color: #319cde;
  color: #fff; }

/* NAVIGATION COLORS */
.bc-nav-body, .bc-nav-item, .bc-mobile {
  background: #006b9f none repeat scroll 0 0;
  color: #fff; }

.bc-mobile .bc-nav-open {
  color: #fff; }

.bc-nav-item > a {
  color: #fff; }

.bc-nav-item > a:hover {
  background: #00a2df none repeat scroll 0 0;
  color: #fff; }

li.bc-nav-item.bc-dropdown-open,
li.bc-nav-item.bc-hropen,
li.bc-hropen > a:hover,
li.bc-nav-item.active,
.bc-hrsub {
  background: #00a2df none repeat scroll 0 0;
  color: #fff; }

li.bc-nav-item.bc-logo > a:hover {
  background: #006b9f none repeat scroll 0 0;
  color: #fff; }

.bc-nav {
  text-transform: none; }

.bc-hrsub h4 {
  color: #fff; }

.bc-hrsub .bc-hrsub-inner > div p {
  color: #fff; }

.bc-hrsub .bc-hrsub-inner > div a {
  color: #fff; }

.cb-btn.selected {
  background-color: #1784c7;
  color: #fff; }

.cd-timeline-img.cd-picture {
  background: #1784c7; }
