
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: 'Arial';
}

.navbar {
  padding: 1rem;
  background-color: #ffffff;
}
.navbar-brand {
  padding-left: 3rem;
  font-family: 'Bungee';
}
.nav-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-nav .nav-item .nav-link {
    color: black;
}
.nav-item:hover .nav-link:hover {
    color: #b88645;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 40%;
  z-index: 10;
  text-shadow: 2px 2px 2px #000000;
  color: white;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  position: relative;
}
.carousel-item > img {
  position: absolute;
  min-width: 60rem;
  min-height: 100%;
  margin:auto;
  top:0;right:0;bottom:0;left:0;
}

.content {

}

.featurette {
  padding-bottom: 3rem;
}

.featurette-text {
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
}
.featurette-image {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 1rem;
}

.footer-item{
  padding: 0px;
  display: inline;
}

.yhteysteksti {
  font-size: 30px;
}

.black-text {
  color: #000000;
}

.black-bungee {
  font-family: 'Bungee';
  color: #000000;
}

.border-red {
  border: 2px solid red;
}

.image-size {
  height: 50%;
}
