.jumbotron {
    background-image: url(../img/ivangunawan.jpg);
    background-size: cover;
    width: 100%;
    height: 300px;
}

.jumbotron .display-4 {
    font-family: Laila;
    font-weight: 500;
    color: #fff;
    font-size: 40px;
    text-align: right;
    margin-top: 10px;
}

.jumbotron .lead {
    font-family: Laila;
    font-weight: 300;
    color: #fff;
    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: -120px;
    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/ivangunawan.jpg);
        background-size: cover;
        width: 100%;
        height: 500px;
    }
    .jumbotron .display-4 {
        font-family: Laila;
        font-weight: 700;
        color: #fff;
        font-size: 50px;
        text-align: right;
        margin-top: 100px;
    }
    .jumbotron .lead {
        font-family: Laila;
        font-weight: 300;
        color: #fff;
        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 p {
        font-family: Laila;
        font-weight: 300;
    } 
    /* .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;
    }
}