/* Navbar */
.navbar {
    position: relative;
    z-index: 1;
}
.navbar-brand {
    font-family: 'Viga';
    font-size: 42px;
}

/* Info Panel */
.info-panel {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    margin-top: -100px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
}
.info-panel img {
    width: 80px;
    height: 80px;
    margin-right: 55px;
    margin-bottom: 0px;
}
.info-panel h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}
.info-panel p {
    font-size: 17px;
    color: cadetblue;
    margin-top: -5px;
    font-weight: 300;
    font-family: 'New Tegomin';
}

/* Workingspace */
.workingspace {
    margin-top: 110px;
    text-align: center;
}
.workingspace h3 {
    font-size: 52px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 30px;
}
.workingspace h3 span {
    font-weight: 500;
}
.workingspace p {
    font-size: 18px;
    color: cadetblue;
    font-weight: 300;
    margin: 25px 0px;
}

/* Alamat */
.alamat {
    margin-top: 150px;
    text-align: center;
}
.alamat h5 h6 {
    text-align: center;
    font-family: 'Gentium Book Basic';
}
.alamat h5 {
    color: green;
    font-weight: 500;
    font-size: 12px;
}
.alamat h6 {
    margin-top: -15px;
    font-size: 11px;
    font-weight: 300;
    text-shadow: darkolivegreen;
    color: green;
}
.alamat figure img {
    width: 75px;
}
.alamat .text {
    margin: -20px -50px 0px;
}


/* Footer */
.footer {
    margin-top: 20px;
    margin-bottom: -50px;
}
.footer p {
    color: darkolivegreen;
    font-size: 10px;
}

/* Utility */
.tombol {
    text-transform: uppercase;
    border-radius: 40px;
}

/* DEKSTOP VERSION */
@media (min-width: 992px) 
{
    .navbar-brand, .nav-link {
        color: azure !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }
    .nav-link {
        text-transform: uppercase;
        margin-right: 25px;
        font-family: 'Montserrat';
        font-weight: bold;
        font-size: 15px;
    }
    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #39fc32;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -15px;
    }
    .dropdown-menu {
        background-color:rgba(255,255,255,0.01);
    }
    .dropdown-item {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px;
        font-family: 'Montserrat';
        color: #f0f1f1;
        margin-left: -20px;
    }
    .dropdown-item:hover::after {
        content: '';
        display: block;
        border-bottom: 4px solid #16f330;
        width: 70%;
        padding-bottom: 3px;
        margin-bottom: -7px;
    }
    .workingspace {
        text-align: left;
        margin-left: 10px;
    }
    .alamat h5 {
        font-size: 15px;
    }
    .alamat h6 {
        margin-top: -15px;
        font-size: 15px;
        font-weight: 300;
        text-shadow: darkolivegreen;
        color: green;
    }
    .alamat figure img {
        width: 100px;
    }
    .alamat .text {
        margin: -20px -400px 0px;
    }
    .footer p {
        color: darkolivegreen;
        font-size: 12px;
    }
}