/*!
 * Costum CSS for Dashboar
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Auth : lol97
 */
.content {
    margin-top: 100px;
}

.welcomed {
    background : url('/static/img/lontarBg.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}
.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 90vh;
}

.credit {
    padding: .5rem 1rem;
}

.btn.bg-orange {
    color: white !important;
}

.bg-orange {
    background: #FFC046 !important;
}

.text-orange {
    color: #FFC046;
}

.sub_judul {
    font-style: italic;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2rem;
    color: #000000;
}
.centered2 {
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.title-proj {
    font-size: 2vw;
    letter-spacing: 0.2vw;
    font-weight: bold;
}

.subtitle-proj {
    font-size: 1vw;
    font-style: italic;
}