@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body{
    height: 100%;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    color: #222;
}
.navbar{
    padding: .8rem;
}
.navbar-nav li{
    padding-right: 20px;
}
.nav-link{
    font-size: 1.1rem !important;
}

/*header*/
.bg-blue{
    /* background-color: #00234b; --warna bg lama */
    /* background-color: #0f4ed8; */
    background-color: #1877f2; /*--warna bg facebook */
    /*background-color: #005cab; --bg bca*/
}

/* smooth scroll up */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 10;
    /* background-color: #b08912; */
    background-color: #ebc302; /* emas */
    /*color: #005cab; bg bca*/
    color: #1877f2; /*bg facebook*/
}
.back-to-top:hover{
    /*background-color: #005cab; bg bca*/
    background-color: #1877f2; /*bg facebook*/
    color: #ebc302; /* emas */
}
/*end: smooth scroll up */

/* Existing dropdown styles - submenu */
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #1877f2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* New submenu styles */
  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu-content {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #1877f2;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-submenu:hover .dropdown-submenu-content {
    display: block;
  }
  
  /* Add a caret to indicate submenu */
  .dropdown-submenu > a:after {
    content: " ▸";
  }
  /* Existing dropdown styles - endof submenu */

@font-face {
    font-family: primanadi-font;
    src: url('/fonts/Prima-Nadi-v.1.ttf');
}
.font-primanadi{
    font-family: primanadi-font;
}

.logo-img img{
    width: 12rem;
    height: 3.1rem;
}

/* end: header */

.front-img img{
    height: 35rem;
    width: 85rem;
}

.photo-img img{
    height: 21rem;
    width: 15.2rem;
}

/* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
.font-link a{
    text-decoration: none;
    background-color: #bb0000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f1f1f1; */
    /*background-color: #005cab; bg bca*/
    background-color: #1877f2; /*bg facebook*/
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    /* color: black; */
    color: #ebc302; /* emas */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
/* Change color of dropdown links on hover */
/* .dropdown-content a:hover {background-color: #ddd;} */
.dropdown-content a:hover{
    background-color: #ebc302;  /*emas*/ 
    /*color: #005cab; bg bca*/
    color: #1877f2; /*bg facebook*/
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* .dropdown:hover .dropbtn {background-color: transparent;} */
.dropdown:hover .dropbtn{
    background-color: #ebc302;
}

/*-- Image Slider --*/
.carousel-inner img{
    width: 100%;
    height: 50%;
}
.carousel-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    text-align: left;
}
.carousel-caption h1{
    font-size: 450%;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3{
    font-size: 150%;
    font-weight: 500;
    text-shadow: 1px 1px 10px #000;
    padding-bottom: 1rem;
}

/*-- Card --*/
.cardpadding{
    padding-bottom: 5%;
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

/*--- visimisi -- */
.visimisi-inner img{
    width: 100%;
    height: 50%;
}
.visimisi-caption{
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    text-align: left;
    padding-left: 15%;
    font-style: oblique;
}
.visimisi-caption h1{
    font-size: 6.4rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 15px rgb(255, 255, 255);
    color: #6b5700;
    /* color: #ebc302; */
    /* font-size: 5.7rem; */
}
.visimisi-caption h3{
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: 1px 1px 10px rgb(255, 255, 255);
    color: #6b5700;
    padding-bottom: 1rem;
}
.titlevmis{
    padding-top: 5rem;
    /* color: #6b5700; */
    color: #ebc302;
    font-weight: 700;
    font-size: 3.5rem;
}
.titlevmis b{
    color: #1877f2;
}
.welcome hr{
    border-top: 2px solid #b4b4b4;
    width: 85%;
    margin-top: .3rem;
    margin-bottom: 1rem;
}
.padding-content{
    padding-left: 7rem;
    padding-right: 7rem;
}
.padding-bud{
    padding-top: 1.7rem;
}
/*--------- start php file is in database - no more for now--------*/
.defvismis, .defsekilaspn{
    font-size: 1.3rem;
    color: rgb(56, 40, 0);
    text-align:justify;
}
.padding-content h2{
    /* color: #013775; */
    color: #1877f2;
}
.padding-content h3{
    /* color: #013775; */
    color: #1877f2;
    font-size: 2.5rem;
}
.padding-content h4{
    font-size: 1.5rem;
    font-style: italic;
    /* color: darkgoldenrod; */
    color: #ebc302;
}
.padding-content ol{
    font-size: 1.1rem;
    font-style: inherit;
    color: rgb(56, 40, 0);
}
.padding-content li{
    padding: .3rem;
}
/*--------- end php file is in database --------*/

/*------ sekilaspn.php ----*/
.defsekilaspn ol{
    font-size: 1.3rem;
}

/*--------- pengurus.php -------*/
.sizedp{
    width: 50rem;
}
.pengurus h1{
    /* color: #013775; */
    color: #1877f2;
    font-weight: bold;
}
.pengurus b{
    /* color: darkgoldenrod; */
    color: #ebc302;
    font-weight: bolder;
}
.pengurus h4{
    color: #1877f2;
    font-weight: bold;
}
.card-body h4{
    /* text-decoration: none; */
    /* color: #013775; */
    color: #1877f2;
    font-weight: bold;
    font-size: 1rem;
}
.card-body p{
    /* color: #013775; */
    color: #1877f2;
    font-size: .8rem;
}
.title-subpengurus h1{
    font-size: 2rem;
    /* color: #013775; */
    color: #1877f2;
    font-weight: bolder;
}

/*-- Fixed Background Image for profile .. --*/
figure{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0!important;
}

.block-parallax-1 {
    overflow: hidden;
    position: relative;
}
.block-parallax-1 .parallax-bg {
    background-attachment: fixed;
    background-image: url('/img/bg-no-contrast.png');
    background-position: 0px 0px;
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    min-width: 1170px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.block-parallax-1 .md-box {
    background: rgba(255, 255, 255, 0);
    position: relative;
    height: 100%;
}

/* -- visi misi & budaya --*/
.card-body a h4{
    font-size: 30px;
}
.card-title:hover{
    /* color: darkgoldenrod; */
    color: #ebc302;
}
.card-dec{
    font-size: 17px;
    color: #ebc302;
}
/* -- Media Queries --*/ 
@media (max-width: 992px){
    .social a{
        font-size: 4em;
        padding: 2rem;
    }
}
@media (max-width: 768px){
    .carousel-caption{
        top: 45%;
    }
    .carousel-caption h1{
        font-size: 250%;
    }
    .carousel-caption h3{
        font-size: 90%;
        font-weight: 400;
        padding-bottom: .2rem;
    }
    .social a{
        font-size: 2.5em;
        padding: 1.5rem;
    }
    /*--- visimisi -- */
    .visimisi-caption{
        top: 40%;
    }
    .visimisi-caption h1{
        font-size: 4.0rem;
    }
    .visimisi-caption h3{
        font-size: .9rem;
    }
    .titlevmis{
        padding-top: 3rem;
        font-weight: 700;
        font-size: 2rem;
    }
    .welcome hr{
        margin-top: .3rem;
        margin-bottom: 1rem;
    }
    .padding-content{
        padding-left: 4rem;
        padding-right: 4rem;
    }
    /*--------- start php file is in database --------*/
    .defvismis, .defsekilaspn{
        font-size: .9rem;
    }
    .padding-content h3{
        font-size: 1.9rem;
    }
    .padding-content h4{
        font-size: 1.1rem;
    }
    .padding-content ol{
        font-size: .7rem;
    }
    .padding-content li{
        padding: .2rem;
    }
    /*------ sekilaspn.php ----*/
    .defsekilaspn ol{
        font-size: .9rem;
    }
    /*--------- end php file is in database --------*/
     /*-- footer --*/
     .awasifoot img{
        width: 7rem;
    }
    /*--------- pengurus.php -------*/
    .sizedp{
        width: 20rem;
    }
    .pengurus h1{
        font-size: 2rem;
    }
    .pengurus b{
        font-size: 2rem;
    }
    .title-subpengurus h1{
        font-size: 1.5rem;
    }
}
@media (max-width: 576px){ 
.carousel-caption{
        top: 40%;
    }
    .carousel-caption h1{
        font-size: 200%;
    }
    .carousel-caption h3{
        font-size: 85%;
    }
    .carousel-indicators{
        display: none;
    }
    .display-4{
        font-size: 160%;
    }
    .social a{
        font-size: 2em;
        padding: .7rem;
    }
    .container-fluid img{
        width: 14rem;
        height: 2.5rem
    }
    /*--- visimisi -- */
    .visimisi-caption{
        top: 35%;
    }
    .visimisi-caption h1{
        font-size: 3rem;
    }
    .visimisi-caption h3{
        font-size: .8rem;
    }
    /* .container-fluid img{
        width: 90%;
        height: 90%
    } */
    .titlevmis{
        padding-top: 2rem;
        font-weight: 700;
        font-size: 1.4rem;
    }
    .welcome hr{
        margin-top: .3rem;
        margin-bottom: 1rem;
    }
    .padding-content{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    /*--------- php file is in database --------*/
    .defvismis, .defsekilaspn{
        font-size: .8rem;
    }
    .padding-content h3{
        font-size: 1.9rem;
    }
    .padding-content h4{
        font-size: 1.1rem;
    }
    .padding-content ol{
        font-size: .8rem;
    }
    .padding-content li{
        padding: .2rem;
    }
    /*------ sekilaspn.php ----*/
    .defsekilaspn ol{
        font-size: .8rem;
    }
    /*--------- php file is in database --------*/
     /*-- footer --*/
     .awasifoot img{
        width: 5rem;
    }
    /*--------- pengurus.php -------*/
    .sizedp{
        width: 20rem;
    }
    .pengurus h1, .pengurus b{
        font-size: 1.3rem;
    }
    .title-subpengurus h1{
        font-size: 1.1rem;
    }
}

/*-- footer -- */
footer{
    /* background-color: #00234b; --warna bg lama */
    /* background-color: #0f4ed8; */
    background-color: #1877f2; /*--warna bg facebook */
    /*background-color: #005cab; bg bca*/
    color: #d5d5d5;
    padding-top: 2rem;
}
.ffont, .ffont a{
    color: #ebc302;
}
.paddingtext{
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.title_text{
    font-weight: bold;
    font-size: larger;
}
hr.light{
    /* border-top: 1px solid #d5d5d5; */
    border-top: 1px solid #ebc302; /* emas */
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
footer a{
    color: #d5d5d5;
}
.fa-code{
    color: #e54d26;
}
.fa-bold{
    color: #563d7c;
}
.fa-css3{
    color: #2163af;
}
.fa-code, .fa-bold, .fa-css3{
    font-size: 4em;
    margin: 1rem;
}
.fun{
    width: 100%;
    margin-bottom: 2rem;
}
.gif{
    max-width: 100%;
}
.social a{
    font-size: 4.5rem;
    padding: 3rem;
}
.fa-facebook:hover{
    color: #3b5998;
}
.fa-twitter:hover{
    color: #00aced;
}
.fa-instagram:hover{
    color: #517fa4;
}
.fa-youtube:hover{
    color: #bb0000;
}
.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-youtube{
    /* color: #d5d5d5; */
    color: #ebc302; /* emas */
}
a.facebook_s:hover{
    text-decoration: none;
    color: #3b5998;
}
a.twitter_s:hover{
    text-decoration: none;
    color: #00aced;
}
a.instagram_s:hover{
    text-decoration: none;
    color: #517fa4;
}
a.youtube_s:hover{
    text-decoration: none;
    color: #bb0000;
}
p.footlinkspace{
    margin-bottom: .4rem;
}
hr.light-100{
    /* border-top: 1px solid #d5d5d5; */
    border-top: 1px solid #ebc302; /* emas */
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 1rem;
}
h5.cpright{
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: .1rem;
    padding-bottom: .1rem;
}
p.footojk{
    margin-top: 2rem;
}
img.img-awasi{
    max-width: 6rem;
    margin-top: 2.5%;
    margin-bottom: 3.5%;
    margin-right: 5%;
}

/*-- Bootstrap Padding Fix --*/
[class*="col-"]{
    padding: 1rem;
}


.no-gutters {
    text-align: left;
}

