html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
    overflow-x:hidden;
}

.navbar-brand{
    font-size: 1.6em;
}
.navbar-nav{
    font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6, strong {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.pengantar-pg{
    font-size: 1.4em;
    margin:30px 0px;
    text-align: left;
    text-indent: 50px;
}

h4.panel-title a{
    color:#006CA9;
    font-size: 1.6em;
    text-decoration: none;
}

.panel-body{
    font-size: 1.4em;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

iframe.youtube-video {
    position: absolute;
    margin-top:-60px;
    z-index: 0;
    /*background: url(mel.jpg) no-repeat;*/
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

section.homepage{
    margin-top:30px;
    padding-top:30px;
    border-top: 1px dashed black;
}

.testimonial-item img{
    margin-top:5px;
    margin-bottom:5px;
}

.testimonial-item h2{
    margin-top:5px;
    margin-bottom:5px;
}
.footer{
    background-color: #F2F2F2;
    color:#636b6f;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 2;
    .overlay-off & {
        z-index: 0;
    }
}

video {
    position: fixed;
    left: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: 500px;
    object-fit: fill;
    z-index: 1;
}

.text-copy {
    color:#fafafa;
    position: relative;
    top: 80%;
    left: 90%;
    z-index: 2;
    text-shadow: 1px 1px 1px #000;
}

.carousel-indicators{
    background-color: #030303;
    width: 60%;
    margin-bottom: 0px;
    opacity: 0.7;
    border-radius: 3px;
}

.title{
    font-size: 4em;
}

.regular-pg{
    font-size: 1.5em;
    margin:40px 0px;
    text-align: left;
    border-left:1px dashed black;
    padding-left: 20px;
}

.footer ul li{
    list-style: none;
}

.footer ul li>a{
    color: #636b6f;
    line-height: 40px;
    margin-left:-40px;
    font-size: 21px;
}

ul li>a:hover{
    color: #161616;
    text-decoration: unset;
}

.p-comment{
    font-size: 0.9em;
}

form legend{
    color:#636b6f;
}
.form-question input::placeholder {
    color: grey;
    font-size:20px;
    opacity: 1; /* Firefox */
}

.form-question input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: grey;
    font-size:20px;
}

.form-question input::-ms-input-placeholder { /* Microsoft Edge */
   color: grey;
    font-size:20px;
}
.form-question textarea::placeholder {
    color: grey;
    font-size:20px;
    opacity: 1; /* Firefox */
}

.form-question textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: grey;
    font-size:20px;
}

.form-question textarea::-ms-input-placeholder { /* Microsoft Edge */
   color: grey;
    font-size:20px;
}

.form-control, output{
    font-size: 20px;
}

.desc-poster p{
    padding:50px;
    font-size: 24px;
    word-wrap: break-word;
}

img#poster{
    max-width: 450px;
    height: 450px;
}

.arti-logo-penelitian{
    font-size: 1.5em;
}

table thead,tfoot tr th{
    font-size: 0.6em;
}

table tbody tr td{
    font-size: 0.6em;
}

@media all and (max-width: 699px) and (min-width: 360px), {
    .arti-logo-penelitian{
        font-size: 1.1em;
    }    
    iframe.youtube-video{
        height: 50vh;
        margin-top:-40px;
    }
    .full-height{
        height: 50vh;
    }
    .navbar-nav{
        margin-top:-14px;
    }
    .regular-pg{
        font-size: 1em;
    }
    .title {
        font-size: 54px;
    }
    .desc-poster p{
        padding:12px;
        font-size: 24px;
        word-wrap: break-word;
    }
    .footer ul li>a{
        color: #636b6f;
        line-height: 30px;
        margin-left:-40px;
        font-size: 14px;
    }
    img#poster{
        max-width: 250px;
        height: 350px;
    }
    .p-comment{
        font-size: 1em;
    }  
    .page-header h1{
        font-size: 1.8em;
    }
    .pengantar-pg{
        font-size: 1.1em;
        margin:20px 0px;
    }
    h4.panel-title a{
        font-size: 1.3em;
    }
    .panel-body{
        font-size: 1.1em;
    }
    p.pengantar-items{
        width: 250px;
    }
    .footer ul li>a{
        color: #636b6f;
    }
}