html{
	scroll-behavior: smooth;
}

body{
	margin: 0;
	padding: 0;
	background-color: white;
	color: #414141;
	font-family: Gotham Book;
	font-size: 12px;
	z-index: -1;
}

h1{
	font-family: Keep Calm;
	font-size: 25px;
	color: #414141; 
}

h3{
	font-family: Gotham Medium;
	font-size: 16px;
	color: #414141;
	z-index: -1;
}

.header{
	position: fixed;
	margin-top: -35px;
}

.logo{
	position: fixed;
	top:40px;
	left: 40px;
	height: 1.6em;
}

.menu{
	display: block;
	position: relative;
	top: -45px;
	left:340px;
	color: #414141;
	font-size: 16px;
	text-decoration: none;
	z-index: 1;
}

.btnnav{
	display: none;
}

#slidemenu{
	display: none;
	position: fixed;
	z-index: 1;
	background-color: #F4D345;
	width: 100%;
	height: 100vh;
	transition: all 0.5s linear;
}

#slidemenu ul{
	list-style-type: none;
	text-align: center;
	margin-top: 150px;
	padding-left: 0;
}

#slidemenu li{
	padding: 40px 0;
	transition: all 0.5s linear;
}

#slidemenu li a{
	text-decoration: none;
	color: #414141;
	font-size: 24px;
}

#slidemenu .closebtn{
	text-decoration: none;
	font-size: 24px;
	color: #414141;
	float: right;
	margin: 38px 50px;
}

.home{
	margin-left: 40px;
	padding-top: 80px;
}

.home p{
	padding-right: 90px;
	line-height: 1.4;
	margin-top: -7px;
}

.home .text-span{
	font-family: Gotham Medium;
}

.home h3{
	padding-top: 20px;
}

.home img{
	float: right;
	margin-top: -35px;
	height: 0em;
}

.sayhi{
	background-color:#F4D345;
	border:solid 2px #414141;
	border-radius: 8px;
	box-shadow: 2px 2px #414141;
	color: #414141;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 20px 40px;
	font-family: Gotham Medium;
	font-size: 16px;
	cursor: url('images/cursor-hand.png'),auto;
}

#porto{
	margin: 10px 0 0 40px;
	padding-top: 90px;
	padding-bottom: -100px;
	z-index: -1;
}

.worktittle{
	height: 3em;
}

.img1{
	position: relative;
	top: 40px;
	height: 22em;
	z-index: -1;	
}

.content1 h3{
	height: 0em;
	opacity: 0;
}

.img2{
	position: relative;
	top: 20px;
	height: 22em;
	z-index: -1;
}

.content2 h3{
	height: 0em;
	opacity: 0;
}

.img3{
	position: relative;
	top: 0px;
	height: 22em;
	z-index: -1;
}

.content3 h3{
	height: 0em;
	opacity: 0;
}

.img4{
	position: relative;
	top: -20px;
	height: 22em;
	z-index: -1;
}

.content4 h3{
	height: 0em;
	opacity: 0;
}

.img5{
	position: relative;
	top: -40px;
	height: 22em;
	z-index: -1;
}

.content5 h3{
	height: 0em;
	opacity: 0;
}

.img6{
	position: relative;
	top: -60px;
	height: 22em;
	z-index: -1;
}

.content6 h3{
	height: 0em;
	opacity: 0;
}

.img7{
	position: relative;
	top: -80px;
	height: 22em;
	z-index: -1;
}

.content7 h3{
	height: 0em;
	opacity: 0;
}

.img8{
	position: relative;
	top: -100px;
	height: 22em;
	z-index: -1;
}

.content8 h3{
	height: 0em;
	opacity: 0;
}

#tentang{
	margin: -100px 0 0 40px;
	padding-top: 100px;
}

.abouttittle{
	height: 3em;
	width: auto;
}

.siapa h3{
	margin-top: 25px;
}

.siapa p{
	margin-top: -5px;
	padding-right: 90px;
	line-height: 1.5;
}

.events h3{
	margin-top: 60px;
}


.events ul{
	margin-left: -40px;
	list-style-type: none;
	line-height: 2;
}

.events li{
	text-decoration: none;
	margin-left: 38px;
	line-height: 2.8;
}

.lomba h3{
	margin-top: 60px;
}

.lomba ul{
	margin-left: -40px;
	line-height: 2;
}

.circle1{
	position: static;
	float: right;
	height: 14em;
}

#kontak{
	margin-left: 40px;
	z-index: -1;
}

#kontak h1{
	padding-top: 100px;
}

#kontak h3{
	margin-top: 30px;
}

form{
	z-index: -1;
	margin: 40px 0;
}

label{
	font-family: Gotham Medium;
	color: #414141;
	font-size: 16px;
}

input[type=text] {
  width: 80%;
  padding: 8px 20px;
  margin: 15px 0;
  box-sizing: border-box;
  border: 2px solid #414141;
  border-radius: 9px;
  box-shadow: 4px 4px #414141;
  font-size: 14px;
  font-family: Gotham Book;
}

textarea{
	width: 80%;
	padding: 12px 20px;
	margin: 15px 0;
	box-sizing: border-box;
	border: 2px solid #414141;
	border-radius: 12px;
	box-shadow: 4px 4px #414141;
	font-size: 14px;
	font-family: Gotham Book;
}

input[type=submit]{
	background-color:#F47B51;
	border:solid 2px #414141;
	border-radius: 8px;
	box-shadow: 4px 4px #414141;
	color: white;
	padding: 6px 20px;
	margin-top: 80px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Gotham Medium;
	font-size: 16px;
	position: relative;
	top: -50px;
	left: 0px;
}

.infocp{
	display: none;
}

.social{
	position: relative;
	top: -45px;
	padding-right: 30px;
	height: 2em;
}

.circle2{
	height: 0em;
}

.circle3{
	height: 0em;
}

.footer{
	margin: -10px 0 30px 0;
}
.footer hr{
	border-top: 0.25px #b5b3b3;
}

.footer p{
	margin-left: 40px;
	font-size: 10px;
	color: #b5b3b3;
}

#top, #bottom, #left, #right {
	background: #F4D345;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

#clear{
	clear: both;
}

@media only screen and (min-width: 800px)