html,
body,
header,
#intro {
	height: 100%;
}

#intro {
	background: url("http://ayobangunbekasi.co.id/assets/img/jumbotron.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.top-nav-collapse {
		background-color: white;
		color: black !important;
	}

.navbar-brand {
	font-family: 'Viga';
	font-size: 32px;
}

.display-4 {
	font-family: 'Viga';
	font-size: 32px;
	animation-duration: 2.5s;
}

.my-4 {
	font-size: 16px;
	animation-duration: 2.5s;
}

.tombol {
	transition: .35s;
	border-radius: 40px;
	background-color: saddlebrown;
	color: white;
	display: block;
	padding-right: .5rem;
	padding-left: .5rem;
	padding: .5rem 1rem;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

.tombol:hover {
	background-color: chocolate;
	color: white;
	font-weight: 500;
	margin-right: -1px;
}

/* Info Panel */
.info-panel {
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	background-color: white;
	margin-top: -100px;
	padding: 30px;
}

.info-panel img {
	height: 85px;
	width: 85px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.info-panel h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}

.info-panel p {
	font-size: 14px;
	color: #ACACAC;
	margin-top: -5px;
	font-weight: 200;
}

/* Info Panel */
.info-panel-1 {
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	background-color: white;
	margin-top: -100px;
	padding: 30px;
}

.info-panel-1 img {
	height: 75px;
	width: 75px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.info-panel-1 h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 22.5px;
}

.info-panel-1 p {
	font-size: 14px;
	color: #ACACAC;
	margin-top: -5px;
	font-weight: 200;
}

/* About Us */
.about-us {
	margin-top: 100px;
	text-align: center;
}

.about-us h3 {
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	margin-top: 30px;
}

.about-us h3 span {
	font-weight: 500;
}

.about-us p {
	font-size: 18px;
	color: #ACACAC;
	font-weight: 200;
	margin: 25px 0;
}

.rgba-gradient {
    background: rgba(139,69,19,0.4);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to rgba(139,69,19,0.4), rgba(0, 0, 0, 0));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to rgba(139,69,19,0.4), rgba(0, 0, 0, 0));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(139,69,19,0.4)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(139,69,19,0.4) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(139,69,19,0.4) 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(139,69,19,0.4)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(139,69,19,0.4) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.bg-parallax {
    position: relative;
    background-image: url('http://ayobangunbekasi.co.id/assets/img/parallax_1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.bg-parallax2 {
    position: relative;
    background-image: url('http://ayobangunbekasi.co.id/assets/img/parallax_2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

/* Owl Carousel */
/*.owl-prev {
	left: -30px;
}

.owl-next {
	right: -30px;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 30%;
}

.owl-prev span, .owl-next span {
	font-size: 60px;
	color: #787878;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}*/

.owl-prev {
	left: 10px;
}

.owl-next {
	right: 10px;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.owl-prev:hover, .owl-prev:active, .owl-prev:focus, .owl-next:hover, .owl-next:active, .owl-next:focus {
	outline: 0;
}

.owl-prev span, .owl-next span {
	font-size: 60px;
	color: #4DC7A0;
	text-shadow: 1px 1px 5px #999;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}

.owl-dots {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.owl-dot:hover, .owl-dot:active, .owl-dot:focus {
	outline: 0;
}

/* Jumbotron */
.jumbotron {
	background-image: url('http://ayobangunbekasi.co.id/assets/img/jumbotron.jpg');
	background-size: cover;
	height: 350px;
	text-align: center;
	position: relative;
}

.jumbotron .container {
	position: relative;
	z-index: 1;
}

.jumbotron::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgb(0,0,0,1), rgb(0,0,0,0));
}

.jumbotron .display-4 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	color: white;
	margin-top: 155px;
	font-weight: 200;
	font-size: 32px;
}

.jumbotron .display-4 span {
	font-weight: 500;
}

.about-us-1 {
	margin-top: 100px;
	text-align: center;
}

.about-us-1 h3 {
	font-size: 32px;
	font-weight: 200;
	text-transform: uppercase;
}

.about-us-1 h3 span {
	font-weight: 500;
}

.about-us-1 .isi {
	margin-top: 15px;
}

.about-us-1 p {
	font-size: 18px;
	color: #ACACAC;
	font-weight: 200;
	margin: 25px 0;
}

.about-us-1 ul li {
	font-size: 18px;
	color: #ACACAC;
	font-weight: 200;
}

.gambar {
	width: 350px;
	height: 150px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Viga', sans-serif;
}

.tz-gallery {
    padding: 25px;
}

.tz-gallery .lightbox img {
    width: 100%;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.tz-gallery .lightbox .caption {
    background-color: rgba(0,0,0,0.6);
    margin-top: -58px;
    font-family: 'Viga';
    position: absolute;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    color: white;
}

.tz-gallery .lightbox .caption-1 {
    background-color: rgba(0,0,0,0.6);
    margin-top: -62px;
    font-size: 1.1em;
    font-family: 'Viga';
    position: absolute;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    color: white;
}

.tz-gallery .lightbox .caption-2 {
    background-color: rgba(0,0,0,0.6);
    margin-top: -74px;
    font-size: 1.379em;
    font-family: 'Viga';
    position: absolute;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    color: white;
}

.tz-gallery .lightbox:hover {
    transform: scale(1.05);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

@media (max-width: 768px) {
	.navbar:not(.top-nav-collapse) {
		background-color: white;
		color: black !important;
	}
}
@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
		background-color: white;
		color: black !important;
	}
}

@media (min-width: 992px) {
	.top-nav-collapse {
		background-color: saddlebrown;
		color: black !important;
	}

	.top-nav-collapse .tombol {
		background-color: white;
		color: saddlebrown !important;
	}

	.top-nav-collapse .tombol:hover {
		background-color: black;
		color: white !important;
	}

	.nav-link {
		text-transform: uppercase;
		margin-right: 30px;
	}

	.nav-link:hover::after {
		content: '';
		display: block;
		border-bottom: 3px solid saddlebrown;
		width: 50%;
		margin: auto;
		padding-bottom: 5px;
		margin-bottom: -8px;
	}

	.display-4 {
		font-family: 'Viga';
		font-size: 64px;
	}

	.my-4 {
		font-size: 32px;
	}

	.navbar-brand, .nav-link {
		color: white !important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}

	.navbar-brand {
		color: white !important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	}

	.about-us {
		text-align: left;
	}

	.about-us-1 {
		text-align: left;
	}

	.about-us h3 {
		font-size: 52px;
	}

	.about-us-1 h3 {
		font-size: 52px;
	}

	.about-us-1 .isi {
		margin-top: -27px;
	}

	.tombol {
		transition: .35s;
		border-radius: 40px;
		background-color: saddlebrown;
		color: white;
		display: block;
		padding-right: .5rem;
		padding-left: .5rem;
		padding: .5rem 1rem;
		text-transform: uppercase;
	}

	.tombol:hover {
		background-color: chocolate;
		color: white;
		font-weight: 500;
		margin-right: 0.2px;
	}

	.jumbotron {
		height: 450px;
		margin-top: -77.5px;
	}

	.jumbotron .display-4 {
		font-size: 62px;
	}

	.mappp{
        width: 300px;
        height: 150px;
    }

    .marka-1 {
    	font-size: 50px;
    }
}