.image {
  background-image: url(../pics/cream_pixels.png);
  /* background-position: center center; */
  background-repeat: repeat;
  /*background-attachment: fixed; */
  /* background-size: cover; */
  /* background-color:#464646; */
}
.logo {
  font-family: 'Fredericka the Great', cursive;
  font-size: 40px;
}

.logo_2 {
    font-family: 'Fredericka the Great', cursive;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: white; /*BACKGROUND color for active*/
background-color: rgb(26, 124, 215);
}

.color {
  background-color: #4ABDAC;
}


.keskus {
  margin-top: -20px;
  background-color: #FFFFFF;
  border: dotted;
  width: 60%;
  border-width: 0px 1px 0px 1px;
}

.info {
  margin-top: 75px;
  margin-left: 150px;
  padding: 10px;
  width: 350px;
  height: 270px;
  border-radius: 5px;
  background-color: rgba(97,195,222,1);
}

.font {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.font_400 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.hinta {
  color: white;
}

.form {
  width: 400px;
}

.kohteet {
  padding-top: 30px;
  padding-left: 60px;
  background-color: rgba(97,195,222,1);
}

.karuselli {
  width: 90%;
  padding-left: 10%;
}

.center {
  text-align: center;
}

.slogan {
  text-align: center;
  font-family: 'Kaushan Script', cursive;
  font-size: 700%;
  color: rgb(26, 124, 215); /* Blue */
}

.green {
  padding: 10px;
  border-radius: 5px;
  background-color: rgb(151,212,0);
}

.red {
  padding: 10px;
  border-radius: 5px;
  background-color: rgb(217,83,79);
}

.blue {
    color: rgb(26, 124, 215);
}

.taulukko {
  width: 40%;
}
.contact {
  background-color: #FFFFFF;
}

.rivi {

}
.gray {
  background-color: rgb(245, 244, 240);
}

.otsikko {
  font-family: 'Kaushan Script', cursive;
}

.tieto {
  text-align: left;
}
.yhteystiedot {
  color: white;
  height: 460px;
  background-color: rgb(26,124,215);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

hr.line {
  border-top: 3px double #8c8b8b;
}

p.bold {
  font-weight: bold;
}
/* Mobile devices */
@media only screen and (max-width: 767px) {
  /* .image {
    background-image: url(../pics/1920x1080.png);
  } */
  .keskus {
  width: auto;
  }

  .logo {
    font-family: 'Fredericka the Great', cursive;
    font-size: 20px;
  }
}

/* Big screens */
@media only screen and (min-width: 1600px) {
  .keskus {
    width: 45%;
  }
}
