/* Navbar */
.navbar-brand {
  font-weight: bold;
}

/* Jumbotron */
.jumbotron {
  background-image: url(../img/newoldi-mobile-01.jpg);
  background-size: cover;
  height: 460px;
}

.jumbotron .display-4 {
  color: white;
  text-align: center;
  font-size: 40px;
}

/* Info-panel */
.info-panel {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  background-color: white;
  padding: 30px;
}

.info-panel img {
  height: 80px;
  width: 80px;
  margin-right: 20px;
}

.info-panel h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.info-panel p {
  font-size: 14px;
  color: #acacac;
  font-weight: 200;
}
/* end of info-panel */
/* workingspace */
.workingspace {
  margin-top: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  padding: 30px;
}

.workingspace h3 {
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}
.workingspace h3 span {
  font-weight: 500;
}

.workingspace a img {
  height: 30%;
  width: 30%;
}
/* end of workingspace */

/* Feature */
.feature {
  margin-top: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  padding: 30px;
}

/* End of Feature */

/* testimoni */
.testimoni {
  margin-top: 30px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  padding: 30px;
}

.testimoni h3 {
  margin-bottom: 20px;
}

.testimoni img {
  height: 100px;
  width: 100px;
  float: left;
}

.testimoni .row {
  margin-top: 20px;
}

.testimoni p {
  margin-top: 20px;
}

.testimoni span {
  font-weight: 200;
  font-style: italic;
}
/* End of Testimoni */

/* Slidehow */
.slideshow {
  margin-top: 30px;
}

.slideshow img {
  height: 30%;
  width: 30%;
}
/* Footer */
.footer {
  margin-top: 50px;
  background-color: #de2c34;
  color: white;
}

.footer a {
  color: white;
  font-style: normal;
}

/* Desktop */
@media (min-width: 992px) {
  .navbar-brand,
  .nav-link {
    color: white !important;
    text-shadow: 1px, 1px, 1px, rgba(0, 0, 0, 0.7);
  }

  .nav-link {
    text-transform: uppercase;
    margin-right: 30px;
  }

  .nav-link:hover::after {
    content: '';
    display: block;
    border-bottom: 3px solid white;
    width: 50%;
    margin: auto;
    margin-bottom: -8px;
  }

  .jumbotron {
    margin-top: -75px;
    background-image: url(../img/newoldi-01.jpg);
    background-size: cover;
    height: 768px;
  }

  .jumbotron .display-4 {
    margin-top: 300px;
    text-align: left;
    font-size: 62px;
  }

  .info-panel {
    border-radius: 12px;
    margin-top: -105px;
    background-color: white;
    padding: 30px;
  }
}
