/* FONT */
@font-face {                
    src: url(font/HaisleyMind.ttf);
    font-family: HaisleyMind;
}
@font-face {                
    src: url(font/Giorello\ Demo.otf);
    font-family: Giorello;
}
@font-face {                
    src: url(font/Great\ Wishes.otf);
    font-family: Great;
}
@font-face {                
    src: url(font/Housttely-Signature.ttf);
    font-family: hs;
}

/* END FONT */

/* NAVBAR */
.navbar-brand {
    font-family: HaisleyMind;
    font-size: 45px;
}
.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/PA.jpeg);
    background-size: cover;
    background-position: center;
    height: 850px;
    margin-top: -220px;
}
.textjumbo  {
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.856);
    text-align: center;
    margin-top: 550px;
}
.textjumbo p {
    font-family:  Philosopher;
    font-weight: bold;
}
.textjumbo h1 {
    font-family: HaisleyMind;
    font-size: 110px;
    margin-top: -30px;
}
/* END JUMBOTRON */

/* PUISI */
#puisi{
    height:  100%;
    padding: 100px 0;
    background-color: rgb(52, 65, 85);
    margin-top: -35px;
    position: relative;
}
#puisi img {
    margin-bottom: 30px;
}
.icon-puisi {
    margin-bottom: 20px;
    width: 150px;
}
.img-puisi{
    width: 60px;
    margin-bottom: 30px;
}
.isi-puisi{
    font-family: 'Great Vibes', cursive;
    padding: 0 20px;
    color: rgb(255, 255, 255);
}
.isi-puisi p{
    font-family: Philosopher;
    font-size: 14px;
}
/* END PUISI */

/* MEMPELAI */
#mempelai {
    padding: 100px 0;
}
.judulmempelai{
    font-family: Kaushan Script;
    font-size: 24px;
    padding: 25px 0 10px 0;
    color: rgb(52, 65, 85);
    margin-bottom: 30px;
}
.nama-mempelai{
    font-family: Kaushan Script;
    font-size: 24px;
    padding: 25px 0 10px 0;
    color: rgb(133, 131, 115);
}
#mempelai p {
    font-family:Noto Sans SC;
    font-size: 13px;
    margin-bottom: 60px;
    color: rgb(0, 0, 0); 
}
.img-profil {
    width: 200px;
    border-radius: 100px;
    margin: 40px 0;
}
/* END MEMPELAI */

/* ACARA */
#acara {
    background-color: #b9a99f;
    background-size: cover;
    background-position: center;
    color: rgb(0, 0, 0);
    padding: 100px 0;
    color: #ffffff;
}
#acara hr {
    width: 100px;
    border-bottom: 2px solid #b98c72;
}
.bg h4 {
    font-family: Giorello;
    font-size: 30px;
}
.bg p {
    font-family: Titillium Web;
    font-size: 14px;
    margin-bottom: 35px;
}
.isi-acara {
    background-color: #fff;
    border-radius: 20px;
    color: #94a183;
    padding: 70px 20px;
    width: 80%;
}
.isi-acara img {
    width: 100px;
    margin-bottom: 30px;
}
.nama-acara {
    font-family: Great;
    font-size: 20px;
    color: #b98c72;
}
.isi-acara h4 {
    font-family: Bad Script;
    margin-top: 20px;
    margin-bottom: 50px !important;
}
.btn-map{
	font-size: 14px;
    text-decoration: none;
    background-color: #b98c72;
	color: rgb(255, 255, 255);
	border: #b98c72 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
    margin-top: 40px;
}
.btn-map:hover{
    text-decoration: none;
    background-color: #fff;
	color:  #b98c72;
}
/* END ACARA */

/* GALLERY */
#gallery {
    padding: 100px 0;
    background-color: #faf8ed;
}
.judul-one {
    color: rgb(168, 157, 137);
    font-family: Great Vibes;
    font-size: 30px;
    margin-left: 10px;
}
.judul-two {
    color: #94a183;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: -20px;
    margin-bottom: 60px;
    font-size: 25px;
}
.img-gale img {
    width: 100%;
    margin: 30px 0;
    position: relative;
    z-index: 1;
    top: 0px;
    border-radius: 10px;
}
.text-img {
    position: absolute;
    top: 45px !important;
    left: 0 !important;
    z-index: 2;
    color: #fff;    
    padding: 0 40px;
}
#headerSlider {
    margin-bottom: 50px;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.btn-gale{
	font-size: 14px;
    text-decoration: none;
    background-color: #617e5f;
	color: rgb(255, 255, 255);
	border: #617e5f 1px solid;
	padding: 10px 20px;
    border-radius: 20px;
    margin-top: 40px;
}
.btn-gale:hover{
    text-decoration: none;
    background-color: #fff;
	color:  #617e5f;
}
/* END GALLERY */

/* COUNTDOWN */
#time {
    background-image: url(images/P2.jpeg);
    background-position: center;
    background-size: cover;
    height: 700px;
}
#time h4 {
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
    color: #fff;
    font-family: Great;
    margin-top: 80px;
}
.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: #000000d2;
    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: #30382f!important;
    position: relative;
    height: 100%;
    padding: 70px;
}
#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: #000000  !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/PC1.jpeg);
    background-size: cover;
    background-position: center;
    height: 800px;
    margin-top: -220px;
}
.textjumbo-gale  {
    color: #fff;
    text-align: center;
    margin-top: 500px;
    font-family: Giorello ;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.856);
}
.textjumbo-gale p {
    font-size: 18px;
    font-family:  Philosopher;
}
.textjumbo-gale h1 {
    font-size: 36px;
}
/* END JUMBOTRON gale */

/* PUISI GALE*/
#puisi-gale{
    height:  100%;
    padding-top: 100px;
    padding-bottom: 150px;
    background-color: rgb(185, 140, 114);
    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: #2f302e2f;
    padding: 80px 0;
}
#galeone img {
    width: 100%;
    margin-top: -200px;
    margin-bottom: 230px;
}
.img-beda {
    width: 80% !important;
}
.gale-p {
    width: 100%;
    border-radius: 3%;
    margin: 20px 0;
}
/* END GALEONE */
/* GALETWO */

#galetwo {
    background: #5a5a5a0c;
    margin-top: -200px;
    padding-bottom: 80px;
}
.p-slide {
    background-image: url(images/PC2.jpeg);
    background-size: cover;
    background-position: center;
    height: 600px;
}
.text-galetwo {
    margin-top : -40px;
    background-image: url(images/LC22BG.jpg);
    background-size: cover;
    background-position: center;
    width: 90%;
    height: 330px;
    padding: 30px;
    margin-bottom: 50px;
    color: rgb(0, 0, 0);
}
.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: #313131;
    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/LC22BG.jpg);
    background-size: cover;
    background-position: center;
    height: 600px !important;
    margin-top: -220px;
}
.textjumbo-venue  {
    text-align: center;
    margin-top: 300px;
    font-family: Giorello;
    color: rgb(0, 0, 0);
}
.textjumbo-venue p {
    font-family:  Philosopher;
}
.textjumbo-venue h1 {
    font-size: 30px;
    margin-top: -30px;
}
/* END JUMBO VENUE */

/* LOKASI */
#lokasi {
    background-color: #e7f5d7;
    height: 130%;
    margin-top: -35px;
    padding: 100px 0;
}
#lokasi iframe {
    width: 100% !important;
    margin-bottom: 60px;
}
#lokasi .textlokasi {
    background-color: rgb(255, 255, 255) !important;
    height: 850px;
    width: 97% !important;
    border-radius: 10px;
}
#lokasi h3 {
    font-family: Giorello;
    font-size: 28px;
    margin-top: 80px;
    margin-bottom: 40px;
}
#lokasi p {
    font-family: Philosopher;
    margin-top: -30px;
    margin-bottom: 70px;
}
/* END LOKASI */

/* FOOTER VENUE */
#footer-venue{
    background-color: #617e5f !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 #c5bca6;
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }
    .img-beda {
        width: 50% !important;
    }
    .jumbotron {
        height: 800px;
    }
    .textjumbo  {
        margin-top: 400px;
    }
    .textjumbo p {
        font-size: 20px !important;
    }
    .textjumbo h1 {
        font-size: 165px;
    }

    .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;
    }
    .gale-bot {
        margin-top: 170px;
    }
    .text-galetwo {
        margin-top: 100px;
    }
    .carousel-indicators li {
        width: 11px;
        height: 11px;
        border-radius: 50%;
    }
    #headerSlider {
        margin-top: 100px !important;
    }
}
