@charset "utf-8";
/* CSS Document */

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: #141414;
	
}
main{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-columns: auto auto auto;
	justify-content: center;
	padding-left: 10px;
  padding-right: 10px;
  max-width: 1100px;
  min-width: 1000px;
}

meet{
	display: grid;
	grid-template-columns: 1fr 2fr;
	justify-content: center;
	padding-left: 10px;
  padding-right: 10px;
  max-width: 1100px;
  min-width: 1000px;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 33%);
  margin-left: 10px;
  margin-right: 10px;
  border: 0;
  max-width: 1300px;
  min-width: 1000px;
	justify-content: center;
}

.grid-item {
  padding-left: 10px;
  padding-right: 10px;
}
body{
	margin: auto;
	font-family:Arial, Helvetica, sans-serif;
	min-width: 1050px;
	max-width: 1600px;
	width: 100%;
	height: 100%;
}
#header01{
	background-image:url(Pictures/background_001.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
	
}
nav{
	height: 80px;
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 1;
	background-image:url("Pictures/background_nav.png");
	background-repeat: repeat;
	margin-top: -30px;
}

.nav-links {
  display: flex;
  list-style: none;
  max-width: 40%;
  min-width: 550px;
  height: 100%;
  justify-content: space-around;
  margin-top: 30px;
  float: right;
}
.nav-links img {
margin-top: -20px;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
	
}
.resizable
{
	width: 100%;
	height: 0;
	padding-bottom:41.5%;
	position: relative;
	top: -70px;
}
.resizable iframe
{
	position: absolute;
	width: 100%;
	height:100%;
	min-width: 1000px;
}
.about-one{
}
.about-two{
}
.aboutgppk{

}
.meet-one{
	
}
.meet-two{

	justify-content: center;
}
.break {
	height: 50px;
	width: 100%;
}
.break2 {
	height: 50px;
	width: 50px;
}
.map{
	width: 100%;
	max-width: 1000px;
}
.map2{
	margin-top: 0px;
	width: 100%;
	max-width: 1000px;
}
.churches{
	min-width: 1000px;
}
.title-map{
	z-index: 1;

}
.link{
	width: 900px;
	height: 100px;
	background-color: #000000;
	
}
.contact{
	width: 1000px;
	
}
.contact-info{
	width: 1000px;
}
.gmap{
	width: 950px;
	height: 150px;
	background: #000000;
}
.gotopbtn{
	display: none;
	position: fixed;
	width: 50px;
	height: 50px;
	background:url(Pictures/up_bg.png);
	bottom: 40px;
	right:50px;
	
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	color:#000000;
	font-size: 22px;
	cursor: pointer;
	outline: none;
	transition-duration: 0.2s;
	transition-timing-function:ease-in-out;
	
}
.region{
	font-size: 120%;
}
.church{
	background: url("Pictures/wallp_indonesia.png");
	background-repeat: no-repeat;
	background-position: top;
	background background-size: cover;
	background-color: #141414;
}
.about{
	background: url("Pictures/wallp_sky.png");
	background-repeat: no-repeat;
	background-position: top;
	background background-size: cover;
	background-color: #141414;
}
.footer{
	width: 100%;
	background-color: #000000;
}

@media screen and (max-width: 1050px) {
  .line {
    width: 50px;
    height: 4px;
    background: white;
    margin: 5px;
  }
  nav {
    position: relative;
  }

  .hamburger {
    position: absolute;
    cursor: pointer;
    right: 10%;
    top: 70%;
    transform: translate(150%, -85%);
    z-index: 2;
  }

    .nav-links {
    position:relative ;
    background: #1f1f1f;
    height: 500px;
    width: 100%;
	margin-top: 1%;
	margin-left: -30%;
    flex-direction: column;
    clip-path: circle(50px at 50% -30%);
    -webkit-clip-path: circle(1px at 90% 10%);
    transition: all 1s ease-out;
    pointer-events: none;
		text-align: left;
  }
  .nav-links.open {
    clip-path: circle(3000px at 50% -30%);
    -webkit-clip-path: circle(3000px at 50% -30%);
    pointer-events: all;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li a {
    font-size: 25px;
  }
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.8s;
  }
	.nav-links img {
	opacity: 0;
	height: 2px;
		width: 2px;
	}
  li.fade {
    opacity: 1;
  }
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}

