/* Global CSS */
.jumbotron {
    background-size: cover;
    background-position: center;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: black;
    text-align: center;
}

.text-shadow {
    text-shadow: 1px 1px 1px black !important;
}

.mybtn {
    color: lightgray;
    border-radius: 10px;
    text-transform: uppercase;
    border: 3px solid lightgray;
    background-color: transparent;
    outline: none;
}

.mybtn:hover {
    border-color: #d19b66;
    color: black !important;
    
}

.mytext {
    color: white;
    border-radius: 10px;
    text-transform: uppercase;
    border: 3px solid lightgray;
    background-color: transparent;
    outline: none;
}
.mytext:hover {
    border-color: #d19b66;
    color: white !important;
    
}

.text-danger {
    color: red !important;
}

.nav-link {
    margin-right: 30px;
    color: #d19b66;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar {
    transition: all 0.4s;
    z-index : 300;
}


.navbar-brand {
    text-transform: uppercase;
    font-weight: 600;
    font-family: stencil;
    font-size: 18px;
}

.navbar-nav .active {
    border-bottom: 2px black;
}

a.nav-link.active {
    border-bottom: 2px solid #3c3c3c;
}


.header-laman {
    position: relative;
    top: 250px;
    font-family: stencil;
    font-size: 50px;
    color: white;
    -webkit-text-stroke: 1px black;
}

.name{
    z-index : 200;
}
