/* Navbar */
.navbar{
  position: relative;
  z-index: 1;
}

.navbar-brand{
  font-family: 'Viga', sans-serif;
  font-size: 32px;
}

/* jumbotron */
.jumbotron{
  background-image: url("../img/jumbotron-bg.jpg");
  background-size: cover;
  height: 540px;
  text-align: center;
  position: relative;
}

.jumbotron .container{
  position: relative;
  z-index: 1;
}

.jumbotron::after{
  content: '';
  display: block;
  width: 100%;
  height: 92%;
  background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  position: absolute;
  bottom: 0;
}

.jumbotron .display-4{
  color: white;
  margin-top: 115px;
  font-weight: 200;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.7);
  font-size: 48px;
  margin-bottom: 25px;
}

.jumbotron .display-4 span{
  font-weight: 500;
}

/* info panel */
.info-panel{
  background: white;
  box-shadow: 0 3px 20px rgba(0,0,0,0.5);
  border-radius: 12px;
  margin-top: -100px;
  padding: 30px;
}

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

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

.info-panel p{
  font-size: 14px;
  color: #ACACAC;
  margin-top: -5px;
  font-weight: 200;
}

/* workingspace */
.working-space{
  margin-top: 120px;
  text-align: center;
}

.working-space h3{
  font-size: 52px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 30px;
}

.working-space h3 span{
  font-weight: 500;
}

.working-space p{
  color: #ACACAC;
  font-size: 18px;
  font-weight: 200;
  margin: 25px 0;
}

/* testimonial */
.testimonial{
  margin-top: 100px;
}

.testimonial h5{
  text-align: center;
  font-weight: 200;
  font-style: italic;
  font-size: 24px;
}

.testimonial figure img{
  width: 60px;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  opacity: 0.6;
}

.testimonial figure .main{
  width: 90px;
  opacity: 1;
  margin-top: 5px;
}

.testimonial figure h5{
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #1C2C5D;
}

.testimonial figure p{
  font-size: 12px;
  color: #ACACAC;
  margin-top: -5px;
}

.testimonial figcaption{
  text-align: center;
}

/* footer */
.footer{
  margin-top: 100px;
}

.footer p{
  color: #ACACAC;
  font-size: 18px;
}

/*utility */
.newbutton{
  text-transform: uppercase;
  border-radius: 40px;
}

/* DEKSTOP VERSION */
@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 #0B63DC;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }

  .jumbotron{
    margin-top: -75px;
    height: 640px;
  }

  .jumbotron .display-4{
    font-size: 62px;
    margin-top: 150px;
  }

  .info-panel{
    background: white;
    box-shadow: 0 3px 20px rgba(0,0,0,0.5);
    border-radius: 12px;
    margin-top: -100px;
    padding: 30px;
    height: 140px;
  }

  .working-space{
    margin-top: 120px;
    text-align: left;
  }

  .testimonial h5{
    font-size: 32px;
  }
}

@media (max-width: 380px){
  .jumbotron .display-4{
    margin-top: 70px;
  }
}

@media (max-width: 462px){
  .jumbotron .display-4{
    margin-top: 85px;
  }
}
