@font-face {
	font-family: 'gotham rounded';
	src: url(../fonts/gotham-rounded-italic.woff);
	font-style: italic;
}
@font-face {
	font-family: 'gotham rounded';
	src: url(../fonts/gotham-rounded-medium.woff);
	font-weight: 500;
}
@font-face {
	font-family: 'gotham rounded';
	src: url(../fonts/gotham-rounded-regular.woff);
	font-weight: 400;
}
.font-medium {
	font-family: 'gotham rounded','roboto',sans-serif;
	font-weight: 500;
}
.font-regular {
	font-family: 'gotham rounded','roboto',sans-serif;
	font-weight: 400;
}
.font-light {
	font-family: 'gotham rounded','roboto',sans-serif;
	font-weight: 400;	
}
.font-italic {
	font-family: 'gotham rounded','roboto',sans-serif;
	font-style: italic;
}
@font-face {
	font-family: 'minerva';
	src: url(../fonts/minerva.ttf) ;
}
.font-minerva {
	font-family: 'minerva','roboto',sans-serif;
}
.banner {
	width: 100%;
	height: 550px;
	background-image: url(../img/walls.jpg);
	background-size: cover;
	background-position: center;
}
ul {
  margin: 0;
  padding: 0;
}

.layer {
	position: absolute;
}
.layer div {
    position: absolute;
}
.layer span {
    position: absolute;
}
.wisata {
	margin-left: 27%;
	margin-top: 13%;
	width: 345px;
	height: 33px;
}
.kado {
	margin-left: 30%;
	margin-top: 22%;
	width: 335px;
	height: 48px;
}
.saung {
	margin-left: 5%;
	margin-top: 19%;
	width: 620px;
	height: 437px;
}
.audi {
	margin-left: 145%;
	margin-top: 68%;
	width: 80%;
}
.kaw {
	margin-left: 674%;
	margin-top: 110%;
	height: 307px;
	width: 139px;
}
.kadotest {
	transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	z-index: 99;
}
.card-photo {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	transition: 0.3s all ease;
}
.card-tim-photo {
	width: 100%;
	height: 750px;
	background-size: cover;
	background-position: center;
	transition: 0.3s all ease;
}
@media only screen and (max-width: 800px) {
	.card-tim-photo {
		width: 100%;
		height: 400px;
		background-size: cover;
		background-position: center;
		transition: 0.3s all ease;
	}
}
.footer-kado {
  width: 100%;
  padding-bottom: 2%;
  padding-top: 3%;
  background-image: url(../img/footer.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: cover;
  }
.copyright-text{
  margin-top: 13%;
  color: #fff;
  font-size: 27px;  
}
@media only screen and (max-width: 800px) {
  .copyright-text{
	  margin-top: 13%;
	  color: #fff;
	  font-size: 20px;
  }
}
.copyright-text a {
  color: #3e848a
}
.copyright-text p {
  margin-bottom: 0;
  margin-top: 0;
}
.z-depth-05 {
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}
.counter-square {
  width: 100%;
  height: 150px;
  background-color: #fff;
}
.z-depth-12 {
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}
.top-title {
  font-size: 15px;
  //margin-left: 1%;
  font-weight: 500;
  text-transform: uppercase;
  color: #818a91;
}
.top-icons {
  color: #818a91;
  margin-left: 1%;
  margin-top: 5%; 
}
.counter-number {
  font-size: 2rem;
  font-weight: 500;
  color: #3d4451;
  margin-top: 3.5%;
}
.counter-title {
  font-size: 1rem;
  color: #3d4451;
  margin-top: 8%;
}
@media only screen and (max-width: 500px) {
  #scene {
  	margin-left: -20%;
  }
}
.homesection {
	padding-bottom: 5%;
}
.teamdetail {
	font-size: 23px;
	line-height: 1.4;
}
@media only screen and (max-width: 800px) {
  .homesection {
	padding-bottom: 18%;
}
  .teamdetail {
  	font-size: 17px;
  }
}
.card-galeri {
	width: 100%;
	height: 230px;
	background-image: url(../img/concept-0.jpg);
	background-size: cover;
	background-position: center;
	transition: 0.3s all ease;
}
.tagschip {
	color: #757575;
	transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
}
.tagschip:hover {
	color: #fff;
	background-color: #00897b;
}