@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Dancing+Script|Open+Sans:400,400i,700');

body {  margin: 0;  padding: 0; font-family: 'Source Sans Pro', sans-serif !important; background-color: #F9D3C2; }
/* Main styles */
.text {
  fill: none;
  stroke-width: 0.8;
  stroke-dasharray: 70 50;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear;
}
.text:nth-child(5n + 1) {
  stroke: #555;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.text:nth-child(5n + 2) {
  stroke: #F5A503;
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
.text:nth-child(5n + 3) {
  stroke: #E9F1DF;
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
.text:nth-child(5n + 4) {
  stroke: #F9D3C2;
  -webkit-animation-delay: -4.8s;
  animation-delay: -4.8s;
}
.text:nth-child(5n + 5) {
  stroke: #ff4285;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}
@-webkit-keyframes stroke { 100% { stroke-dashoffset: -100; }}
@keyframes stroke { 100% { stroke-dashoffset: -400; }}
svg { margin-top: -140%; width: 100%; height: 100%; }
blockquote 
{
  line-height:60px;
  display: block;
  position: relative;
  padding: 50px 0;
  font-size: 35px;
  color:#ff4285;
  text-align:center;
  background-image: url("../img/q.jpg"); background-repeat: no-repeat; background-position: center center;
  max-width: 800px; margin: 40px auto 60px auto;
}
h1{font-family: 'Dancing Script', cursive; font-size: 50px !important; color:#ff4285; padding-bottom:0;}
h2{margin: 0;}
h3 a{ padding: 10px 30px; background:#fffc00; text-decoration:uppercase; z-index: 9999; position:relative; font-size: 32px; font-weight: normal !important;}
.side-nav{z-index: 9999; position:relative;}
h1 { margin: 30px auto; padding: 30px auto; position:relative; display:block; font-size:30px;}
p { margin: 30px auto; padding: 30px auto; position:relative; display:block; font-size:20px;}
.content{width: 80%; margin: 20px auto;  padding: 30px; line-height: 40px; margin: 0 auto; letter-spacing: 1px;}
span{ color:#ff4285; font-size: 25px; text-align:left; line-height:60px;  display: block; }
sub-headline {font-size:12px !important;}
.section2 > div > p:nth-child(odd)::first-letter {
  padding-right: 20px;
  font-weight: normal;
  float: left;
  font-size: 6em;
  line-height: .75;
  margin-top: .2em;
  color:#ff4285;
}
nav.side-nav.vertical { color: #333; }
nav.side-nav.vertical a { text-decoration: none; color: inherit; }
nav.side-nav.vertical a:hover { opacity: 0.6; }
nav.side-nav.vertical ul {
  max-height: 0;
  overflow: hidden;
  transition: 0.25s max-height ease-out;
  -webkit-transition: 0.25s max-height ease-out;
  padding-left: 0;
}
nav.side-nav.vertical ul li {
  position: relative;
  list-style: none;
  padding: 5px;
    padding-left: 0;
border-bottom: 1px solid #000;
}


nav.side-nav.vertical > ul {
  display: block;
  max-height: 100%;
  padding: 20px 0;
font-size: 18px;
line-height:35px;

}
nav.side-nav.vertical input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
nav.side-nav.vertical input[type="checkbox"] ~ span:before { content: "+"; position: absolute; right: 5px; top: 5px; padding-left: 0;}
nav.side-nav.vertical input[type="checkbox"]:checked ~ span:before {
  content: "-";
}
nav.side-nav.vertical input[type="checkbox"]:checked ~ ul {
  transition: 0.25s max-height ease-in;
  -webkit-transition: 0.25s max-height ease-in;
  max-height: 500px;
}
.section1 { text-align: center;}
.head{ text-align: center;  background-repeat: no-repeat; background-position: center center; background-size: 60%;
width:100%; display:block;}
.section1__content {}
.section2 {
  padding: 20px auto; 
  display:block;
  font-size: 25px;
}
.section2 h1 {  text-align: center;}
.headline { font-size: 3.5rem; font-family: 'Abril Fatface', cursive; line-height: 1; }
.project {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 40px auto;
  padding:50px 0;
  opacity: 0;
  transition: all .3s ease-in;
}
.hand { background-image: url("../img/bg-1.jpg"); background-repeat: no-repeat; background-position: center center; background-size: 60%; height: 500px; display:block;}
.women { background-image: url("../img/bg.jpg"); background-repeat: no-repeat; background-position: center center;   display:block;}
.vote { background-image: url("../img/bg-3.jpg"); background-repeat: no-repeat; background-position: center center;  height: 650px; display:block;}
.stop { background-image: url("../img/bg-4.jpg"); background-repeat: no-repeat; background-position: center center;  height: 500px; display:block;}
.hand, .women, .vote, .stop {max-width: 800px; margin: 0 auto;}
.parallaxParent { height: 300px; }
.parallaxParent > * { height: 120%; position: relative; top: -50%;}
.parallaxParent2 { height: 300px; }
.parallaxParent2 > * {
  height: 120%;
  position: relative;
  top: -50%;
}

.parallaxParent3 {
  height: 300px;
  }

.parallaxParent3 > * {
  height: 120%;
  position: relative;
  top: -50%;
}

.bg1 { background-image: url("../img/1.jpg"); background-repeat: no-repeat; background-position: center center; z-index:-1; }
.bg2 { background-image: url("../img/2.jpg"); background-repeat: no-repeat; background-position: center center; z-index:-1;}
.bg3 { background-image: url("../img/3.jpg"); background-repeat: no-repeat; background-position: center center; z-index:-1;}

.line img{  width:80%;}

.line{  z-index:999; margin: 0 auto; position:relative; margin-top: -160px;}


.lines{  background-image: url("../img/lineqt.svg");  background-repeat: repeat-y; background-position: bottom; background-size:100%;}


.lq	{height:6px; width: 100%; margin: 0 auto; overflow:hidden; z-index:999; position:relative;}

.banner {  padding: 3rem 0; }
.banner__heading {
  text-align: center;
  font-size: 3rem;
}

#pin-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.panel {
  height: 100%;
  width: 100%;
  position: absolute;
}
.panel h1 {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a:link{text-decoration:none;}
.form_select{display:block; max-width: 680px; width: 100%; clear:both; margin:0 auto;}
.form_select_produk {display:block; width:100%; clear:both;}

.radioholder { background-origin: content-box, padding-box; cursor: pointer; display:inline-block; padding: 20px; background-color: #ffbcd1; border-radius:5px; background-image: url('../img/x.svg'); background-repeat: no-repeat; background-position: left center; background-size: 40px; }
.radioholder:hover { cursor: pointer; display:inline-block; padding: 20px; border-radius:5px; background-image: url('../img/check.svg'); background-repeat: no-repeat; background-position: left center; background-size: 40px;}

label.plh{ margin: 5px; margin-left: 60px; display:inline-block; text-align: left; color: #ff4285; font-size: 30px; text-align: left; cursor:pointer; }
input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#poll{}
.result { display:inline-block; padding: 20px; font-size: 30px; letter-spacing: normal;}

@media screen and (max-width: 520px){
	
  .content{width: 100%; margin: 20px auto;  padding: 0px; line-height: 30px; margin: 0 auto; letter-spacing: normal;}
  

  .section1, .section2, .banner { padding: 10px;}
  .section2 {  }
   p{font-size: 18px;}
  .head img{ width:100%;}
.hand { background-size: 70%; height: auto;}
.women {}
.vote {background-size: 90%;}
.stop { background-size: 90%;}

blockquote {
    line-height: 40px;
    padding: 20px auto;
	margin: 20px auto;
    font-size: 30px;
    margin: 30px auto 50px auto;
}
.lines{  background-position: bottom; background-size:90%;}
span { font-size: 18px; } .radioholder { margin: 5px; }
h1 img{ width:80%; }
.line img{  width:98%;}
.line {
    margin-top: -145px;
}
h3 a{ padding: 10px 10px; line-height:1; background:#fffc00; text-decoration:uppercase; z-index: 9999; position:relative; font-size: 25px;}
.bl{ display:block;}

label.plh{ font-size: 20px;}
.result { display:inline-block; padding: 10px; margin: 10px; font-size: 20px; }
h2.title{ font-size: 30px; text-align:left !important; margin: 20px; line-height:1;}


}
