.jumbotron {
  background-image: url(../img/devano.jpg);
  background-size: cover;
  width: 100%;
  height: 300px;
}

.jumbotron .display-4 {
  font-family: Laila;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  text-align: right;
  margin-top: 160px;
}

.jumbotron .lead {
  font-family: Laila;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  text-align: right;
  margin-bottom: 5px;
}

.video {
  width: 300px;
  border-style: double;
  border-width: 5px;
  border-color: rgb(90, 90, 114);
  margin-top: -80px;
  float: right;
}

.info {
  margin-top: 90px;
}

/* .info h1 {
    font-family: Laila;
    font-weight: 400;
    font-size: 30px;
} */

.info p {
  font-family: Laila;
  font-weight: 300;
}

.info ol li {
  font-family: Laila;
  font-weight: 300;
}

table,
th,
td {
  font-family: Laila;
  border: 1px dotted rgb(90, 90, 90);
  text-align: center;
  margin-top: 30px;
  margin-left: 22px;
  margin-bottom: 30px;
  padding: 5px;
}

th {
  color: #fff;
  background-color: rgb(91, 157, 255);
}

.footer {
  background-color: #424242;
  height: 50px;
  text-align: center;
}

.footer h5 {
  font-family: laila;
  font-weight: 300;
  font-size: 14px;
  color: rgb(82, 79, 255);
  padding-top: 20px;
}

/* Dekstop Version */

@media (min-width: 992px) {
  .jumbotron {
    background-image: url(../img/devano.jpg);
    background-size: cover;
    width: 100%;
    height: 500px;
  }

  .jumbotron .display-4 {
    font-family: Laila;
    font-weight: 700;
    color: #000;
    font-size: 50px;
    text-align: right;
    margin-top: 100px;
  }

  .jumbotron .lead {
    font-family: Laila;
    font-weight: 300;
    color: #000;
    font-size: 24px;
    text-align: right;
  }

  .video {
    width: 600px;
    border-style: double;
    border-width: 5px;
    border-color: rgb(90, 90, 114);
    margin-top: -200px;
    float: right;
  }

  .info {
    margin-top: 190px;
  }

  /* .info h1 {
        font-family: Laila;
        font-weight: 400;
        font-size: 40px;
    } */
  .info ol li {
    font-family: Laila;
    font-weight: 300;
  }

  .footer {
    background-color: #424242;
    height: 70px;
    text-align: center;
    color: #fff;
  }

  .footer h5 {
    font-family: laila;
    font-weight: 300;
    font-size: 14px;
    color: rgb(82, 79, 255);
    padding-top: 30px;
  }
}
