/* FONT */
@font-face {                
    src: url(font/South.otf);
    font-family: south;
}
@font-face {                
    src: url(font/CaviarDreams.ttf);
    font-family: cd;
}
@font-face {                
    src: url(font/bromello-Regular.ttf);
    font-family: br;
}
@font-face {                
    src: url(font/raustila-Regular.ttf);
    font-family: rc;
}
@font-face {                
    src: url(font/Housttely-Signature.ttf);
    font-family: hs;
}
/* END FONT */


/* NAVBAR */
.navbar-brand {
    font-family: Philosopher;
    font-size: 25px;
}
.navbar-collapse {
    background: none;
 }
 .nav-link, .navbar-brand{
    color: #fff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.navbar-toggler{
    width: 47px;
    height: 34px;
    border:none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
/* END NAVBAR */

/* JUMBOTRON */
.jumbotron {
    background-image: url(images/L\ bg\ awal.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
    margin-top: -200px;
}
.textjumbo  {
    color: #fff;
    text-align: center;
    margin-top: 500px;
    font-family: south;
}
.textjumbo p {
    font-family:  Philosopher;
}
.textjumbo h1 {
    font-size: 120px;
    margin-top: -30px;
}
/* END JUMBOTRON */

/* PUISI */
#puisi{
    height:  100%;
    padding: 100px 0;
    background-color: rgb(117, 95, 35);
    margin-top: -35px;
    position: relative;
}
#puisi::before {
    content: '';
    width: 50.1%;
    height: 100px;
    position: absolute;
    top: -30px;
    left: 0; 
    background-color: rgb(117, 95, 35);
    transform: skewY(6deg);
}
#puisi::after {
    content: '';
    width: 50.1%;
    height: 100px;
    position: absolute;
    top: -30px;
    right: 0; 
    background-color: rgb(117, 95, 35);
    transform: skewY(-6deg);
}
.img-puisi{
    width: 60px;
    margin-bottom: 30px;
}
.isi-puisi{
    color: rgb(255, 255, 255);
    font-family: 'Great Vibes', cursive;
    padding: 0 20px;
}
.isi-puisi p{
    font-family: Philosopher;
    font-size: 14px;
}
/* END PUISI */

/* MEMPELAI */
#mempelai {
    padding: 100px 0;
}
#mempelai h1 {
    font-family:  Philosopher;
    font-size: 27px;
    padding: 25px 0 10px 0;
    color: #BAAC93;
}
#mempelai p {
    font-family:Noto Sans SC;
    font-size: 13px;
    margin-bottom: 50px;
    color: #68553a; 
}
.img-profil {
    width: 240px;
    border-radius: 20%;
}
#mempelai .fa{
    font-size: 30px;
    height: 50px;
    width: 50px;
    color: rgb(255, 255, 255)  !important;
    background: rgb(146, 129, 82);
    padding: 9px;
    border-radius: 50%;
    margin-bottom: 70px;
}
/* END MEMPELAI */

/* ACARA */
#acara {
    background-color: #BAAC93;
    color: #fff;
    padding: 100px 0;
}
.bg h4 {
    font-family: br;
    font-size: 40px;
}
.bg p {
    font-family: Titillium Web;
    font-size: 14px;
    margin-bottom: 50px;
}
.isi-acara {
    background-color: #fff;
    border-radius: 2%;
    color: #BAAC93;
    padding: 70px 0;
    width: 80%;
}
.isi-acara img {
    width: 120px;
    margin-bottom: 30px;
}
.nama-acara {
    font-family: Marck Script;
    font-size: 25px;
}
.isi-acara hr {
    width: 30%;
    border: 1px solid #BAAC93;
}
.isi-acara h4 {
    font-family: Marck Script;
    margin-bottom: 50px !important;
}
.btn-map{
	font-size: 15px;
    text-decoration: none;
    background-color: #BAAC93;
	color: rgb(255, 255, 255);
	border: #BAAC93 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
}
.btn-map:hover{
    text-decoration: none;
    background-color: #fff;
	color:  #BAAC93;
}
/* END ACARA */

/* GALLERY */
#gallery {
    padding: 100px 0;
    background-color: rgba(186, 172, 147, 0.26);
}
.judul-one {
    color: #c5bca6;
    font-family: Great Vibes;
    font-size: 30px;
}
.judul-two {
    color: #b19c68;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: -20px;
    margin-bottom: 60px;
    font-size: 25px;
}
.img-gale img {
    width: 100%;
    border-radius: 5%;
    margin: 50px 0;

    position: relative;
    z-index: 1;
    top: 0px;
}
.text-img {
    position: absolute;
    top: 100px !important;
    z-index: 2;
    color: #fff;    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.842);
    padding: 0 40px;
}
/* END GALLERY */

/* COUNTDOWN */
#time {
    background-image: url(images/time.jpg);
    background-position: center;
    background-size: cover;
    height: 700px;
}
#time h2 {
    color: #fff;
    font-family: br;
    margin-top: 450px;
}
.countdown .time{
    text-transform: uppercase;
    width: 95%;
    display: flex;
    justify-content: center;
}
.countdown .middle{
    position: absolute;
    margin-top: 60px;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.countdown .time span{
    background-color: #000000ad;
    width: 20%;
    padding: 12px;
    font-size: 12px;
    margin: 0;
    color: rgb(250, 250, 250);
    border-radius: 5%;
}
.countdown .time span div{
    font-size: 20px;
}
/* END COUNTDOWN */

/* FOOTER */
#footer{
    background-color: #231e08 !important;
    position: relative;
    height: 100%;
    padding: 70px;
}
#footer::before {
    content: '';
    width: 50.1%;
    height: 100px;
    position: absolute;
    top: -30px;
    left: 0; 
    background-color: #231e08;
    transform: skewY(-6deg);
}
#footer::after {
    content: '';
    width: 50.1%;
    height: 100px;
    position: absolute;
    top: -30px;
    right: 0; 
    background-color:#231e08;
    transform: skewY(6deg);
}
#footer p{
    color: #fff;
    font-size: 15px;
    margin-top: 100px;
}
.fa-heart-o{
    margin: 3px;
    color: red !important;
}
#footer .logo{
    font-family: hs;
    font-size: 25px;
}
#footer .kontak .fa{
    font-size: 25px;
    height: 45px;
    width: 45px;
    color: #231e08  !important;
    background: rgba(194, 190, 169, 0.473) ;
    padding: 9px;
    border-radius: 50%;
    margin-left: 5px;
}
/* END FOOTER */

/* ******************************************************* */
/* JUMBOTRON gale */
.j-gale {
    background-image: url(images/gallery/P\ AWAL\ GALE.jpg);
    background-size: cover;
    background-position: center;
    height: 800px;
    margin-top: -200px;
}
.textjumbo-gale  {
    color: #fff;
    text-align: center;
    margin-top: 500px;
    font-family: south;
}
.textjumbo-gale p {
    font-family:  Philosopher;
}
.textjumbo-gale h1 {
    font-size: 120px;
    margin-top: -30px;
}
/* END JUMBOTRON gale */

/* PUISI GALE*/
#puisi-gale{
    height:  100%;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: rgb(192, 165, 122);
    margin-top: -35px;
    position: relative;
}
.img-puisi-gale{
    width: 60px;
    margin-bottom: 30px;
}
.isi-puisi-gale{
    color: rgb(255, 255, 255);
    font-family: hs;
    padding: 0 20px;
}
.isi-puisi-gale p{
    font-family: Philosopher;
    font-size: 14px;
}
/* END PUISI GALE*/

/* GALEONE */
#galeone {
    background: #f0eadf;
    padding: 80px 0;
}
#galeone img {
    width: 80%;
    margin-top: -200px;
    margin-bottom: 230px;
}
.gale-p {
    width: 100%;
    border-radius: 3%;
    margin: 50px 0;
}
/* END GALEONE */
/* GALETWO */

#galetwo {
    background: #f0eadf;
    margin-top: -200px;
    padding-bottom: 80px;
}
.p-slide {
    background-image: url(images/gallery/P\ SLIDE.jpg);
    background-size: cover;
    background-position: center;
    height: 600px;
}
.text-galetwo {
    margin-top : -40px;
    background-image: url(images/gallery/L\ JA\ bg.jpg);
    background-size: cover;
    background-position: center;
    width: 90%;
    height: 360px;
    padding: 30px;
    margin-bottom: 50px;
}
.text-galetwo h5 {
    margin-top: 30%;
    font-family: hs;
}
.textisi-galetwo {
    margin-top: 28px;
    font-size: 14px;
    font-family: Philosopher;
}
/* END GALETWO */

/* FOOTERGALE */
#footer-gale{
    background-color: #231e08 !important;
    position: relative;
    height: 100%;
    padding: 70px;
}
#footer-gale p{
    color: #fff;
    font-size: 15px;
    margin-top: 100px;
}
.fa-heart-o{
    margin: 3px;
    color: red !important;
}
#footer-gale .logo{
    font-family: hs;
    font-size: 25px;
}
#footer-gale .kontak .fa{
    font-size: 25px;
    height: 45px;
    width: 45px;
    color: #231e08  !important;
    background: rgba(194, 190, 169, 0.473) ;
    padding: 9px;
    border-radius: 50%;
    margin-left: 5px;
}
/* END FOOTERGALE */
/* ******************************************************* */

/* JUMBOTRON VENUE */
.j-venue {
    background-image: url(images/gallery/L\ JA\ bg.jpg);
    background-size: cover;
    background-position: center;
    height: 600px !important;
    margin-top: -200px;
}
.textjumbo-venue  {
    text-align: center;
    margin-top: 230px;
    font-family: south;
}
.textjumbo-venue p {
    font-family:  Philosopher;
}
.textjumbo-venue h1 {
    font-size: 95px;
    margin-top: -30px;
}
/* END JUMBO VENUE */

/* LOKASI */
#lokasi {
    background-color: #c5bca6;
    height: 100%;
    margin-top: -35px;
    padding: 100px 0;
}
#lokasi iframe {
    width: 100% !important;
    margin-bottom: 60px;
}
#lokasi .textlokasi {
    background-color: rgb(255, 255, 255) !important;
    height: 750px;
    width: 97% !important;
    border-radius: 10px;
}
#lokasi h3 {
    font-family: south;
    font-size: 80px;
}
#lokasi p {
    font-family: Philosopher;
    margin-top: -30px;
    margin-bottom: 70px;
}
/* END LOKASI */

/* FOOTER VENUE */
#footer-venue{
    background-color: #231e08 !important;
    position: relative;
    height: 100%;
    padding: 70px;
}
#footer-venue p{
    color: #fff;
    font-size: 15px;
    margin-top: 100px;
}
.fa-heart-o{
    margin: 3px;
    color: red !important;
}
#footer-venue .logo{
    font-family: hs;
    font-size: 25px;
}
#footer-venue .kontak .fa{
    font-size: 25px;
    height: 45px;
    width: 45px;
    color: #231e08  !important;
    background: rgba(194, 190, 169, 0.473) ;
    padding: 9px;
    border-radius: 50%;
    margin-left: 5px;
}
/* END FOOTER VENUE */

/* MUSIK */
#audioControl img{
    background-image: url(images/play.png);
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 100%;
    outline:none !important ;
    position:fixed;
    bottom:40px;
    left:40px;
    z-index:100;
}
/* END MUSIK */
/* ****************************************************** */
/* DESKTOP VERSION */
@media (min-width: 992px) {  
    .nav-link, .navbar-brand{
        color: #fff !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }
    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
    }

    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #946a00;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .jumbotron {
        margin-top: -75px;
        height: 700px;
    }
    .textjumbo  {
        margin-top: 320px;
    }
    .textjumbo p {
        font-family:  Philosopher;
        font-size: 20px !important;
    }
    .textjumbo h1 {
        font-family:  south;
        font-size: 150px;
    }

    .isi-puisi {
        padding: 0 280px;
    }
    .isi-puisi h3{
        font-size: 35px;
    }
    .isi-puisi p{
        font-size: 17px;
    }

    
    .judul-one {
        font-size: 40px;
    }
    .judul-two {
        font-size: 35px;
    }

    .countdown .time span{
        width: 13%;
        padding: 12px;
        font-size: 12px;
        margin: 0 10px;
        color: rgb(250, 250, 250);
        border-radius: 5%;
    }

    #galeone img{
        width: 50%;
    }
    .gale-p {
        width: 100% !important;
        border-radius: 2%;
        margin: 50px 0;
    }
    .text-galetwo {
        margin-top : 90px;
        margin-left: -30px;
    }
    #headerSlider {
        margin-top : 50px;
    }
}
