/* ====================
ALL VERSION desktop mobile both 
====================*/

html {
	scroll-behavior: smooth;
}

body {
	font-size: 20px;
	width: 100%;
}

@media(max-width: 768px) {
	body {
		font-size: 16px;
	}
}

.overflow {
	overflow: hidden;
	position: relative;
}

/* tambahan font challista */
@font-face {
	font-family: 'ChallistaScript';
	src: url('../font/Challista/ChallistaScript.eot') format('embedded-opentype'), url('../font/Challista/Challista\ Script.otf') format('opentype'),
		url('../font/Challista/ChallistaScript.woff') format('woff'), url('../font/Challista/Challista\ Script.ttf') format('truetype'), url('../font/Challista/ChallistaScript.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ====================
        NAVBAR
==================== */
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 24px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
	.overlay {
		overflow-y: auto;
	}

	.overlay a {
		font-size: 20px
	}

	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}


.navbar {
	position: fixed;
	left: 85vw;
	top: 20px;
	cursor: pointer;
	z-index: 1;
}

/* ====================
        ~NAVBAR~
==================== */

/* ====================
        ~NAVBAR 2~
==================== */
.nav {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	/* margin-bottom: 50px; */
}

.navmobile {
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	/* margin-bottom: 50px; */
}

/* Versi Desktop */
@media(min-width:769px) {
	.navmobile {
		transform: translateY(-50px);
		display: none;
	}

	.nav {
		position: fixed;
		z-index: 3;
		text-align: center;
		vertical-align: center;
		height: 50px;
		min-width: 100vw;
		/* line-height: 70px; */
		/* background-color: rgba(255,255,255, 0.9); */
		/* background-color: rgba(77, 51, 45, 1); */
		background-color: #48BAB4;
		transform: translateY(0);
		transition: .25s;
	}

	/* tambahan page one */
	/* .pageone{
        margin-top: 50px;
    } */
	.menu {
		width: 90vw;
		/* position: absolute; */
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-content: center;
		transition: .25s;
	}

	.menu a {
		text-decoration: none;
		/* color: #E45F69; */
		color: white;
		line-height: 50px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: .9em;
		transition: .5s;
	}

	.menu img {
		/* width: 8em; */
		height: 25px;
		transition: .5s;
		margin-top: auto;
		margin-bottom: auto;
	}
}

/* ===================
    Desktop kalo windownya kecil, fontnya mengecil 
    ====================*/
@media (max-width:992px) {
	.menu {
		padding: 0 1em;
	}

	.menu a {
		text-decoration: none;
		/* color: #CB9C3D; */
		color: white;
		vertical-align: center;
		font-weight: 500;
		text-transform: uppercase;
		font-size: .8em;
	}

	.menu img {
		width: 6em;
	}
}

/* ====================
  DONE Windownya kecil, fontnya mengecil 
  ====================*/

/* ====================
  NAVBAR hide pas di HP
  ====================*/
@media (max-width: 768px) {
	.nav {
		transform: translateY(-5em);
	}
}

/*==============================
  DONE NAVBAR khusus PC 768px++
  ==============================*/



/* ==============================
  NAVBAR khusus HP 768px--
  ==============================*/
@media(min-width:768px) {
	.navmobile {
		transform: translateY(-5em);
	}
}

@media(max-width:768px) {
	.navmobile {
		position: fixed;
		z-index: 5;
		margin: 0;
		top: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		transform: translateY(0em);
		transition: .25s;
	}

	.navmobile .logonavmobile {
		display: flex;
		flex-direction: column;
		height: 50px;
		width: 100%;
		align-items: center;
		justify-items: center;
		position: relative;
		z-index: 6;
		background-color: #48BAB4;
	}

	.navmobile .logonavmobile img {
		height: 25px;
		/* margin: auto; */
		margin-top: auto;
		margin-bottom: auto;
	}

	.navmobile .menumobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: flex-start;
		line-height: 50px;
		transform: translateY(-80vh);
		transition: .5s;
	}

	.navmobile .menumobile a {
		text-decoration: none;
		color: white;
	}

	.navmobile label {
		position: absolute;
		height: 50px;
		z-index: 7;
		top: 0;
		right: 0;
		margin: auto 25px auto 0;
		font-size: 1.3em;
		/* line-height: 2.75em; */
		width: 1.3em;
		float: right;
		color: rgba(255, 255, 255, 1);
	}

	/* .pageone{
        margin-top: -5px;
    } */
	#toggle {
		display: none;
		position: absolute;
	}

	#toggle:checked+.menumobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: flex-start;
		transform: translateY(0em);
		background-color: rgba(72, 186, 180, 0.75);
	}
}

/* ==============================
  DONE NAVBAR khusus HP 768px--
  ==============================*/

/* TAMBAHAN PAGEONE */
/* @media(max-width:436px){
      .pageone{
          margin-top: -5px;
      }
  } */

/* ====================
        ~NAVBAR 2~
==================== */


/* ====================
pageone Nama Manten
==================== */
.pageone {
	min-height: 100vh;
	background-image: url(../img/1bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	/* position: relative; */
}

.namamanten {
	text-align: center;
	/* min-height: 100vh; */
	padding: 10vh 0 0 0;
}

.namamanten .nama img {
	max-width: 250px;
	/* text-align: center; */
	/* max-width: 19vw; */
	/* max-height: 600px; */
	margin-bottom: 0px;
}

.namamanten .tgl img {
	max-width: 150px;
	/* text-align: center; */
	/* max-width: 19vw; */
	/* max-height: 600px; */
}

.hi {
	/* position: absolute; */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	/* top: 17vh; */
}

.hi button {
	font-family: 'Cookie', cursive;
	/* font-family: 'Dancing Script', cursive; */
	background-color: white;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 25px;
	color: black;
	font-weight: 500;
	padding: 0px 30px 0px 30px;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 20px;
}

.kontennamamanten h1 {
	font-family: 'Pacifico', cursive;
	font-weight: 200;
	font-size: 1.5em;
	color: white;
}

.kontennamamanten h2 {
	font-family: 'Parisienne', cursive;
	font-weight: 700;
	font-size: 2em;
	color: white;
}

.tanggalnikah h3 {
	font-family: 'Cookie', cursive;
	font-weight: 800;
	font-size: 2em;
	color: white;
	position: absolute;
	right: 10vw;
	left: 10vw;
	bottom: 15vh;
}

@media (max-width: 720px) {
	.namamanten .nama img {
		margin: auto;
		max-width: 65vw;
		margin-bottom: 0px;
	}

	.namamanten .tgl img {
		margin: auto;
		max-width: 45vw;
	}
}

@media (max-width: 450px) {
	.pageone {
		min-height: 100vh;
	}

	.namamanten {
		padding: 10vh 0 0 0;
	}

	.namamanten .nama img {
		margin: auto;
		max-width: 60vw;
		margin-bottom: 15px;
	}

	.namamanten .tgl img {
		margin: auto;
		max-width: 40vw;
	}
}

/* ====================
AKHIR pageone Nama Manten
==================== */


/* =====================
        COUNTDOWN
===================== */
.countdown {
	/* color: #E477B3; */
	color: white;
}

.countdown ul {
	font-family: 'Cookie', cursive;
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
	display: block;
	text-align: center;
}

.countdown ul li {
	display: inline-block;
}

.countdown ul li span {
	font-size: 32px;
	font-weight: 200;
	line-height: 50px;
	color: white;
	background-color: transparent;
	border-radius: 40px;
	margin: 0px;
	padding: 5px 10px;
}

.countdown li.seperator {
	font-size: 40px;
	line-height: 45px;
	vertical-align: top;
}

.countdown li p {
	/* color: #a7abb1; */
	font-size: 20px;
	margin-top: -15px;
}

/* =======================
AKHIR COUNTDOWN
======================= */



/* ====================
pagetwo Do'a
==================== */
.pagetwo {
	background-image: url(../img/2bg.png);
	/* Parallax EFFECTS */
	/* background-attachment: fixed; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* position: fixed; */
	text-align: center;
}

.doa {
	text-align: center;
	min-height: 100vh;
	max-width: 65vw;
	margin-left: auto;
	margin-right: auto;
	padding: 15vh 10vw;
	color: white;
}

@media(max-width: 768px) {
	.doa {
		text-align: center;
		max-height: 100vh;
		max-width: 100vw;
		padding: 10vh 10vw;
	}
}

.kontendoa h1 {
	/* font-family: 'Courgette', cursive; */
	font-family: 'Comfortaa', cursive;
	/* font-family: 'Acme', sans-serif; */
	font-weight: 600;
	font-size: 1.1em;
	padding: 10px;
	padding-bottom: 30px;
}

.kontendoa .surat h2 {
	padding-top: 10px;
	font-family: 'Amiri', serif;
	font-weight: 200;
	font-size: 1.2em;
	line-height: 2;
}

.kontendoa .arti h2 {
	padding-top: 20px;
	/* font-family: 'Cookie', cursive; */
	font-family: 'Comfortaa', cursive;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Courgette', cursive; */
	font-weight: 500;
	font-size: 1em;
}

@media(max-width: 400px) {
	.doa {
		padding: 15vh 10vw;
	}

	.kontendoa .arti h2 {
		padding-top: 10px;
	}
}

@media(max-width: 360px) {
	.kontendoa h1 {
		font-weight: 700;
		font-size: 1em;
		padding: 0px;
	}

	.kontendoa .arti h2 {
		font-weight: 200;
		font-size: 0.9em;
		padding-top: 10px;
	}
}


/* ====================
AKHIR pagetwo Do'a
==================== */



/* ====================
pagethree The Couple
==================== */
.pagethree {
	min-height: 100vh;
	background-image: url(../img/3bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.couple {
	text-align: center;
	min-height: 100vh;
	padding: 10vh 10vw;
}

.kontencouple h1 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 2em;
	color: black;
	padding: 10px;
}

.kontencouple h2 {
	text-align: center;
	/* font-family: 'Acme', sans-serif; */
	/* font-family: 'Courgette', cursive; */
	font-family: 'Rancho', cursive;
	/* font-family: 'Lobster', cursive; */
	/* font-family: 'ChallistaScript' !important; */
	font-weight: 500;
	font-size: 2.2em;
	color: white;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}

.kontencouple h3 {
	text-align: center;
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
	font-size: 1em;
	color: white;
	/* padding: 5px; */
	line-height: 1.5;
}

.kontencouple img {
	width: 300px;
	padding: 0;
	margin-bottom: 2vh;
}

.kontencouple .couplecowo {
	padding: 10px 5px;
	/* padding: 0; */
}

.kontencouple .dan {
	padding: 10vh 0;
}

.kontencouple .couplecewe {
	padding: 10px 5px;
	/* padding: 0; */
}

.kontencouple .couplecowo img {
	background-position: center center;
	width: 230px;
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/* padding-right: 50px; */
}

.kontencouple .dan img {
	background-position: center center;
	padding: 0vh 0;
	width: 200px;
	background-repeat: no-repeat;
}

.kontencouple .couplecewe img {
	background-position: center center;
	width: 230px;
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	/* padding-left: 50px; */
}

.kontencouple .quote h4 {
	margin-top: 5vh;
	font-family: 'Cookie', cursive;
	color: #48BAB4;
	text-align: center;
	font-size: 1em;
}

@media(max-width: 768px) {
	.kontencouple .dan {
		margin: auto;
		padding: 0px 0px 20px 0px;
	}
}

@media (max-width: 550px) {
	.couple {
		text-align: center;
		min-height: 100vh;
		padding: 10vh 5vw;
	}
}

@media(max-width: 420px) {
	.kontencouple img {
		padding: 20px 0;
		max-width: 75vw;
	}

	.kontencouple .couplecowo img {
		padding: 5px 0px;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.kontencouple .couplecewe img {
		padding: 5px 0;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.kontencouple .dan img {
		padding: 25px 0;
		max-width: 50vw;
		margin: 0px;
	}
}

@media(max-width: 355px) {
	.kontencouple .couplecowo img {
		padding: 0px;
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}

	.kontencouple .couplecewe img {
		padding: 0px;
		max-width: 180px;
		margin-left: auto;
		margin-right: auto;
	}

	.kontencouple .dan img {
		padding: 20px 0;
		max-width: 40vw;
	}
}

.col-md-auto {
	padding: 0px;
}

/* ====================
AKHIR pagethree The Couple
==================== */


/* ====================
pagefour Story
==================== */
.pagefour {
	min-height: 130vh;
	background-image: url(../img/4bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.story {
	font-family: 'Lobster', cursive;
	text-align: center;
	max-height: 110vh;
	padding: 10vh 0 0 0;
}

.storyjudul img {
	width: 400px;
	margin-bottom: 30px;
}

@media(max-width: 550px) {
	.storyjudul img {
		width: 80vw;
	}
}

.kontenstory {
	position: relative;
	/* height: 100%; */
}

.storyline img {
	position: absolute;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	top: 50px;
	left: 0px;
	right: 0px;
}

.story1 img {
	position: absolute;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 60px;
	right: 0px;
}

.story2 img {
	position: absolute;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	top: 90px;
	left: 0px;
	right: 60px;
}

.story3 img {
	position: absolute;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	top: 185px;
	left: 60px;
	right: 0px;
}

.story4 img {
	position: absolute;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	top: 285px;
	left: 0px;
	right: 60px;
}

.story5 img {
	position: absolute;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	top: 380px;
	left: 60px;
	right: 0px;
}

.story6 img {
	position: absolute;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	top: 375px;
	left: 130px;
	right: 0;
}

.story7 img {
	position: absolute;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	top: 450px;
	left: 0px;
	right: 130px;
}


@media(max-width: 500px) {
	.pagefour {
		min-height: 110vh;
	}

	.storyline img {
		width: 420px;
		top: 50px;
		left: 0px;
		right: 0px;
	}

	.story1 img {
		width: 280px;
		left: 60px;
		right: 0px;
	}

	.story2 img {
		width: 280px;
		left: 0px;
		right: 60px;
		top: 80px;
	}

	.story3 img {
		width: 280px;
		left: 60px;
		right: 0px;
		top: 170px;
	}

	.story4 img {
		width: 280px;
		left: 0px;
		right: 60px;
		top: 260px;
	}

	.story5 img {
		width: 280px;
		left: 60px;
		right: 0;
		top: 350px;
	}

	.story6 img {
		width: 280px;
		left: 0;
		right: 60px;
		top: 500px;
	}

	.story7 img {
		width: 280px;
		left: 60px;
		right: 0;
		top: 600px;
	}
}

@media(max-width: 440px) {
	.pagefour {
		min-height: 110vh;
	}

	.storyline img {
		width: 370px;
		top: 50px;
		left: 0px;
		right: 0px;
	}

	.story1 img {
		width: 260px;
	}

	.story2 img {
		width: 260px;
	}

	.story3 img {
		width: 260px;
	}

	.story4 img {
		width: 260px;
	}

	.story5 img {
		width: 260px;
	}

	.story6 img {
		width: 260px;
	}

	.story7 img {
		width: 260px;
	}
}

@media(max-width: 396px) {
	.pagefour {
		min-height: 115vh;
	}

	.storyline img {
		width: 340px;
		top: 50px;
		left: 0px;
		right: 0px;
	}

	.story1 img {
		width: 240px;
		left: 55px;
		right: 0px;
	}

	.story2 img {
		width: 240px;
		left: 0px;
		right: 55px;
		top: 80px;
	}

	.story3 img {
		width: 240px;
		left: 55px;
		right: 0px;
		top: 160px
	}

	.story4 img {
		width: 240px;
		left: 0px;
		right: 55px;
		top: 240px
	}

	.story5 img {
		width: 240px;
		left: 55px;
		right: 0;
		top: 320px;
	}

	.story6 img {
		width: 240px;
		left: 0;
		right: 55px;
		top: 450px
	}

	.story7 img {
		width: 240px;
		left: 0;
		right: 55px;
		top: 540px;
	}

}

@media(max-width: 360px) {
	.pagefour {
		min-height: 115vh;
	}

	.storyline img {
		width: 310px;
		top: 40px;
		left: 0px;
		right: 0px;
	}

	.story1 img {
		width: 220px;
	}

	.story2 img {
		width: 220px;
		top: 70px;
	}

	.story3 img {
		width: 220px;
		top: 140px;
	}

	.story4 img {
		width: 220px;
		top: 210px;
	}

	.story5 img {
		width: 220px;
		top: 280px;
	}

	.story6 img {
		width: 220px;
		top: 400px;
	}

	.story7 img {
		width: 220px;
		top: 480px;
	}
}

@media(max-width: 340px) {
	.pagefour {
		min-height: 115vh;
	}

	.storyline img {
		width: 280px;
		top: 30px;
		left: 0px;
		right: 0px;
	}

	.story1 img {
		width: 200px;
		left: 50px;
		right: 0px;
	}

	.story2 img {
		width: 200px;
		left: 0px;
		right: 50px;
		top: 65px;
	}

	.story3 img {
		width: 200px;
		left: 50px;
		right: 0px;
		top: 130px;
	}

	.story4 img {
		width: 200px;
		left: 0px;
		right: 50px;
		top: 195px;
	}

	.story5 img {
		width: 200px;
		left: 50px;
		right: 0px;
		top: 260px;
	}

	.story6 img {
		width: 200px;
		left: 0px;
		right: 50px;
		top: 350px;
	}

	.story7 img {
		width: 200px;
		left: 50px;
		right: 0px;
		top: 420px;
	}
}

/* ====================
AKHIR pagefour Story
==================== */


/* ====================
pagefour Gallery
==================== */
.pagefourb {
	min-height: 100vh;
	background-image: url(../img/4bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery {
	font-family: 'Lobster', cursive;
	text-align: center;
	min-height: 100vh;
	padding: 8vh 0;
}

.galleryjudul img {
	width: 300px;
	/* margin-bottom: 20px; */
}

@media(max-width: 550px) {
	.galleryjudul img {
		width: 250px;
	}
}

.gallerykonten {
	position: relative;
	padding: 7vh 0 0 0;
	/* height: 100%; */
}

.gallerykonten iframe {
	width: 400px;
	height: 300px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 4px 4px 14px #000;
	-webkit-box-shadow: 4px 4px 14px #000;
	box-shadow: 4px 4px 14px #000;
}

@media(max-width: 500px) {
	.gallerykonten iframe {
		width: 80vw;
	}
}

.gallerycol {
	width: 12vw;
	background-position: center;
	padding: 0;
	margin: 10px;
}

.gallerycol img {
	background-position: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* margin: 10px; */
}

@media(max-width: 992px) {
	.gallerycol {
		width: 15vw;
	}
}

@media(max-width: 825px) {
	.gallerycol {
		width: 20vw;
	}
}

@media(max-width: 600px) {
	.gallerycol {
		width: 25vw;
	}
}

@media(max-width: 500px) {
	.gallerycol {
		width: 33vw;
	}
}

/* ====================
AKHIR pagefour Gallery
==================== */

/* ====================
pagefive The Wedding
==================== */
.pagefive {
	min-height: 100vh;
	background-image: url(../img/3bg.png);

	/* Parallax EFFECTS */
	/* background-attachment: fixed; */

	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	/* position: fixed; */
}

.wedding {
	text-align: center;
	min-height: 100vh;
	padding: 10vh 0;
}

.kontenwedding img {
	text-align: center;
	width: 300px;
	/* margin: 10px;    */
	/* margin-top: 10vh; */
}

.kontenwedding .addeventatc {
	z-index: 1;
}

span.addeventatc {
	margin-top: 20px;
}

.weddingcol {
	width: 400px;
	max-height: 250px;
	box-shadow: 0 0 16px #daa520;
	border-width: 5px;
	border-style: solid;
	border-color: #daa520;
	border-radius: 15px;
	background-color: transparent;
	/* background-image: url(../img/5gb1.png); */
	padding: 10px 20px;
	margin: 20px 40px;
}

.weddingcol .weddingresepsi li {
	color: white;
	font-size: 0.9em;
	font-weight: 100;
	text-align: center;
	list-style-type: none;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Hammersmith One', sans-serif; */
	font-weight: 500;
}

.weddingcol .weddingakad li {
	color: white;
	font-size: 0.9em;
	font-weight: 100;
	text-align: center;
	list-style-type: none;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	/* font-family: 'Hammersmith One', sans-serif; */
	font-weight: 500;
}

.kontenwedding .konten {
	max-width: 55vw;
	margin-left: auto;
	margin-right: auto;
}

.wedding .kontenwedding .konten h1 {
	color: white;
	text-align: center;
	/* font-family: 'Acme', sans-serif; */
	font-family: 'Comfortaa', cursive;
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 500;
	padding: 25px;
	padding-bottom: 0px;
	padding-top: 25px;
	font-size: 1em;
}

@media(max-width: 500px) {
	.kontenwedding .konten {
		max-width: 100vw;
	}

	.wedding .kontenwedding .konten h1 {
		padding: 20px;
		padding-bottom: 10px;
	}
}

.kontenwedding .weddingcol .weddingresepsi h1 {
	list-style-type: none;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-family: 'Great Vibes', cursive;
	/* font-family: 'ChallistaScript' !important; */
	/* border-bottom: #C15E74 3px solid; */
	/* font-family: 'Courgette', cursive; */
	/* font-family: 'Rancho', cursive; */
	font-size: 2em;
	/* text-decoration: underline; */
	/* padding: 5px; */
	color: white;
}

.kontenwedding .weddingcol .weddingakad h1 {
	list-style-type: none;
	/* font-family: 'Yanone Kaffeesatz', sans-serif; */
	font-family: 'Great Vibes', cursive;
	/* font-family: 'ChallistaScript' !important; */
	/* font-family: 'Rancho', cursive; */
	/* border-bottom: #C15E74 3px solid; */
	/* font-family: 'Courgette', cursive; */
	font-size: 2em;
	/* text-decoration: underline; */
	/* padding: 5px; */
	color: white;
}

.kontenwedding .weddingcol .weddingresepsi h2 {
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	list-style-type: none;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	padding: 5px;
	color: #C15E74;
	margin-bottom: 0px;
}

.kontenwedding .weddingcol .weddingakad h2 {
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	list-style-type: none;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Comfortaa', cursive; */
	padding: 5px;
	color: #C15E74;
	margin-bottom: 0px;
}

.weddingresepsi .event {
	/* padding-top: 10px; */
	text-align: center;
}

.weddingakad .event {
	/* padding-top: 10px; */
	text-align: center;
}

/* .kontenwedding .weddingakad img{
    max-width: 150px;
}
.kontenwedding .weddingresepsi img{
    max-width: 105px;
} */
@media(max-width: 440px) {
	.weddingcol {
		padding: 10px;
		margin: 20px 25px;
	}

	.kontenwedding img {
		width: 300px;
	}
}

@media(max-width: 360px) {
	.kontenwedding img {
		width: 270px;
	}
}


/* ====================
AKHIR pagefive The Wedding
==================== */


/* ====================
pagesix Maps
==================== */
.pagesix {
	height: 100vh;
	background-image: url(../img/6bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: #978066; */
}

.maps {
	text-align: center;
	max-height: 100vh;
	padding: 10vh 0;
	font-family: 'Hammersmith One', sans-serif;
	color: #CB9C3D;
}

.maps img {
	width: 120px;
}

@media(max-width: 440px) {
	.pagesix {
		max-height: 100vh;
	}

	.maps img {
		width: 120px;
	}
}


/* .maps-responsive{
    position: relative; 
    height: 80vh; 
    overflow: hidden;
    float: center;
}
.maps-responsive iframe{
    position: absolute; 
    top: 10vh; 
    right: 5vw;
    left: 5vw; 
    bottom: 5vh;
    width: 90% !important; 
    height: 80% !important;
}

.tab-slider--nav {
    padding-left: 30px;
    width: 100%;
    float: center;
    margin: 20px 0 0 0;
    z-index: 2;
  }
  
  .tab-slider--tabs {
    z-index: 2;
    display: block;
    float: left;
    margin: auto;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab-slider--tabs:after {
    content: "";
    width: 50%;
    background: #C15E74;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
  }
  .tab-slider--tabs.slide:after {
    left: 50%;
  }
  
  .tab-slider--trigger {
    font-family: 'Acme', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #C15E74;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tab-slider--trigger.active {
    color: white;
  }
  
  .tab-slider--body {
    margin-bottom: 20px;
  } */



.maps-responsive {
	position: relative;
	height: 80vh;
	overflow: hidden;
	float: center;
}

.maps-responsive .map-border {
	margin-top: 2vh;
	width: 360px;
	height: 360px;
	background-color: transparent;
	border: 3px white solid;
	margin-left: auto;
	margin-right: auto;
}

.maps-responsive .map-border iframe {
	padding: 10px;
	width: 350px;
	height: 350px;
}

@media(max-width: 500px) {
	.maps-responsive .map-border {
		margin-top: 5vh;
		width: 310px;
		height: 310px;
		background-color: transparent;
		border: 3px white solid;
		margin-left: auto;
		margin-right: auto;
	}

	.maps-responsive .map-border iframe {
		padding: 10px;
		width: 300px;
		height: 300px;
	}
}

@media(max-width: 330px) {
	.maps-responsive .map-border {
		margin-top: 5vh;
		width: 290px;
		height: 290px;
		background-color: transparent;
		border: 3px white solid;
		margin-left: auto;
		margin-right: auto;
	}

	.maps-responsive .map-border iframe {
		padding: 10px;
		width: 280px;
		height: 280px;
	}
}

.maps-responsive button {
	margin-top: 20px;
	background-color: transparent;
	border: 5px white solid;
	border-radius: 50px;
	padding: 2px 25px;
}

.maps-responsive a {
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: 'Acme', sans-serif;
	font-size: 20px;
}

/* ====================
AKHIR pagesix Maps
==================== */


/* ====================
pageseven Family
==================== */
.pageseven {
	min-height: 100vh;
	background-image: url(../img/7bg.png);

	/* Parallax EFFECTS */
	/* background-attachment: fixed; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.family {
	text-align: center;
	max-height: 100vh;
	padding: 10vh 0;
}

.family h1 {
	font-size: 2.2em;
	padding: 8vh 10vw 15vh 10vw;
}

.family h2 {
	color: black;
	font-size: 1em;
	/* font-family: 'Acme', sans-serif; */
	font-family: 'Comfortaa', cursive;
	/* font-family: 'Nanum Gothic', sans-serif; */
	line-height: 1.3em;
	font-weight: 600;
}

.family h3 {
	font-size: 1.55em;
	padding: 8vh 5vw;

}

.family h4 {
	font-size: 2em;
	font-family: 'Pacifico', serif;
}

.family .judul img {
	padding: 0px 0 30vh 0;
	width: 175px;
}

.family .namacouple img {
	padding: 5vh 0 0 0;
	width: 220px;
}

.family .terimakasih img {
	margin: auto;
	padding: 3vh 0 0 0;
	width: 130px;
}

@media (max-width: 420px) {
	/* .family h2 {
		color: #3A302C;
		font-size: 1.1em;
		font-family: 'Comfortaa', cursive;
		line-height: 1.3em;
		font-weight: 600;
	} */

	.family .judul img {
		width: 50vw;
	}

	.family .namacouple img {
		padding: 5vh 0 0 0;
		width: 70vw;
	}

	.family .terimakasih img {
		padding: 3vh 0 0 0;
		width: 40vw;
	}
}

@media (max-width: 360px) {
	.family .judul img {
		width: 45vw;
	}

	.family .namacouple img {
		padding: 5vh 0 0 0;
		width: 65vw;
	}

	.family .terimakasih img {
		padding: 3vh 0 0 0;
		width: 35vw;
	}
}

/* ====================
AKHIR pageseven Family
==================== */


/* ====================
pageeight RSVP
==================== */
.pageeight {
	min-height: 100vh;
	background-image: url(../img/4bg.png);

	/* Parallax EFFECTS OFF */
	/* background-attachment: fixed; */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rsvp {
	text-align: center;
	max-height: 90vh;
	padding: 10vh 0;
	font-family: 'Acme', sans-serif;
	/* font-family: 'Hammersmith One', sans-serif; */
	font-size: 1em;
}

.rsvp .formrsvp {
	font-size: 1em;
	padding: 10px;
	border-radius: 10px;
}

.kontenrsvp {
	margin: 0px auto;
	width: 350px;
	background: white;
	/*meletakkan form ke tengah*/
	padding: 20px 20px;
	font-size: 11pt;
	/* border: #D48C9D 3px solid; */
	/* border-radius: 20px; */
}

.kontenrsvp input select {
	height: 1em;
}

label {
	font-size: 11pt;
}


.formrsvp {
	/*membuat lebar form penuh*/
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	font-size: 11pt;
	/* margin-bottom: 10px; */
}


.tombolrsvp {
	background: #daa520;
	color: white;
	font-size: 11pt;
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 10px 20px;
}

@media (max-width: 380px) {
	.kontenrsvp {
		/* padding: 20vh 0 0 0; */
		width: 280px;
	}
}

@media (max-height: 580px) {
	.pageeight {
		min-height: 110vh;
	}
}

/* ====================
AKHIR pageeight RSVP
==================== */






/* ==================
MUSIK
================== */
.toggle-music {
	position: fixed;
	z-index: 10;
	top: 92vh;
	left: 10px;
	width: 3rem;
	height: 3rem;
	background: url(../img/musicwhite-on.svg) center center / 60% no-repeat;
	/* background: url('https://res.cloudinary.com/elliepooh/image/upload/v1491889929/music_s7aiet.svg') center center / 60% no-repeat; */
	cursor: pointer;
	/* background: no-repeat; */
}

.music-off {
	background: url(../img/musicwhite-off.svg) center center / 60% no-repeat;
	/* background: url('https://res.cloudinary.com/elliepooh/image/upload/v1491890054/music-off_nrnsni.svg') center center / 60% no-repeat; */
}

/* ==================
AKHIR    MUSIK
================== */
