@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	background: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
	font-weight: 700;
}


/*---------------------------------------
    Typorgraphy
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 900;
}

h3,h5 {
  font-weight: 700;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
	color: #c89d67;
}

a:hover {
	color: #6d4d2c;
}


/*---------------------------------------
    General
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#profil,
#register {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

#jadwal, #video,
#pastor,
#wilayah,
#program,
#sponsors,
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#jadwal,
#pastor, #wilayah, #sponsors,
footer {
  text-align: center;
}

#profil h3,
#jadwal h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #c89d67;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  height: 200px;
  background-color: #fff;
  -webkit-animation: sk-rotatePlane 1s infinite ease-in-out;
          animation: sk-rotatePlane 1s infinite ease-in-out; }



/*---------------------------------------
    Navigation Links section
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #c49a6c; /* bg navbar */
}

.logo {
	padding-top: 1px;
	height: 30px;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
		color: #fff; /* warna nav non aktif */
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #d3b492;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #6d4d2c;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0;
    }
    .custom-navbar.top-nav-collapse {
        background: #c49a6c; /* bg navbar */
        padding: 0;
    }
		.logo {
			padding-top: 7px;
			height: 45px;
		}
}



/*---------------------------------------
    Intro section
-----------------------------------------*/

#intro {
    background: url('../images/bg-gereja2.png') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}



/*---------------------------------------
   profil  section
-----------------------------------------*/
#profil img {
  position: relative;
  padding-bottom: 0px;
}

#profil h3 {
	font-weight: 100;
}

#profil h1 {
	font-family: 'Caramel';
	font-size: 60px;
}



/*---------------------------------------
    jadwal section
-----------------------------------------*/
#jadwal {
    background: #c89d67;
    color: #4c3d2e;
}

#jadwal .fa {
  color: #4c3d2e;
  font-size: 48px;
}

#jadwal h4 {
	color: #fff;
}

#jadwal a {
	color: #c89d67;
}



/*---------------------------------------
    Video section
-----------------------------------------*/
#video iframe {
  border: none;
}

#video h3 {
	font-weight: 100;
}



/*---------------------------------------
   pastor section
-----------------------------------------*/
#pastor {
    background: #f9f9f9;
}

#pastor h3 {
    font-size: 18px;
		line-height: 20px;
    margin-bottom: 20px;
}

#pastor h6 {
  color: #666;
  margin-top: 4px;
}

#pastor img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#pastor .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#pastor .pastor-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}

/*---------------------------------------
   wilayah section
-----------------------------------------*/
#wilayah {
    background: #f9f9f9;
		margin-bottom: 0;
		padding-bottom: 0;
}

#wilayah h2 {
	color: #c89d67;
	padding: 0;
	margin: 0;
  font-size: 24px;
	line-height: 50px;
}
#wilayah .ketling {
  color: #333;
	margin-bottom: 10px;
  font-size: 17px;
}

#wilayah h5 {
	padding: 0;
	margin: 0;
  color: #666;
}

#wilayah li {
	font-size: 16px;
}

#wilayah img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#wilayah .col-md-6 {
    display: block;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 22px;
}

#wilayah .wilayah-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}


/*---------------------------------------
   Program section
-----------------------------------------*/
#program {
	background-color: #f9f9f9;
}

#program h4 {
    color: #808080;
    font-size: 14px;
}

#program h3 {
  margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
}

#program p {
	font-size: 16px;
}

#program .program-divider {
    border: 2px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #c89d67;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}



/*---------------------------------------
    Regsiter section
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #c89d67;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}



/*---------------------------------------
   Faq section
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section
-----------------------------------------*/
#venue {
	background: #f9f9f9;
	background-size: cover;
	background-position: center center;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}

#venue h2 {
  font-size: 24px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}



/*---------------------------------------
   Sponsors section
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}


/*---------------------------------------
   Formulir section
-----------------------------------------*/

#formulir {
    background: #c89d67;
}



/*---------------------------------------
   Contact section
-----------------------------------------*/
#contact {
    background: #c89d67;
}

#contact .contact_jadwal {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #c89d67;
}



/*---------------------------------------
   Footer section
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #c89d67;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 24px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #222;
    color: #ffffff;
}


/*---------------------------------------
   Social icon
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #c89d67;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
		line-height: 20px;
  }


  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_jadwal {
	  background: #ffffff;
	  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #profil img,
  #jadwal .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_jadwal {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {



}
