/* Ini Style Jumbotron */
.jumbotron {
  background-image: url(img/jumbotron-bg.jpg);
  background-size: cover;
  height: 750px;
  text-align: center;
  margin-top: -120px;
}

.jumbotron .display-4 {
    color: white;
    margin-top: 200px;
}

.jumbotron p {
    color:white;
    font-size: 25px;
}

.jumbotron hr {
    border-color: #f05f40;
    width: 70px;
    border-width: 3px;
}

.jumbotron .btn {
    background-color: #f05f40;
    border: none;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}

/* Ini Style Slide */
.carousel-item {
    height: 800px;
}

.carousel-item img{
    margin-top: -10px;
}

.carousel-item .display-4 {
    margin-top: 100px;
    text-align: left;
    margin-left: 300px;
    color: black;
}


.carousel-item p {
    color: black;
    margin-top: -670px;
}

.carousel-item .container {
    margin-top: -600px;
}


