*{
	margin:auto;
	color:white !important;
}

#header{
	height:100%;
	width:100%;
	font-family:castellar;
}

#header2{
	height:100%;
	width:100%;
	font-family:castellar;
	position: none!important;
}


#header li{
	list-style:none;
	display:inline;
	margin-left:17px;
}

.font{
	color:white;
	font-size:100px;
}

.fontcolor{
	color:#ffffff;
}

h1 span{
	font-size:30px;
	margin-bottom:5px;
}

h1{
	margin:5px;
}

h2{
	padding-left:50px;
	padding-right:50px;
	color:white;
}

h3{
	margin:0px;
}

body{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#menu{
	font-size:18;
	margin-top:6px;
}

#menu a:hover, .nav a:hover{
	color:black !important;
}

.left{
	float:left;
	width: 50%;
}

.left2{
	float:left;
	width: 75%;
}

.left3{
	float:left;
	width: 60%;
	padding-top: 7px;
	padding-left: 5px;
	text-align: left;
	font-size: 21px;
}

p{
	font-size: 21px;
}

.get{
	position: relative;
	top: -400px;
	font-size: 20px;
}

.container{
	margin:0px;
	padding:0px;
	width:100%;
}

.right{
	float:right;
	width: 50%;
}

.right2{
	float:right;
	width: 25%;
	padding-right: 5px;
}

.right3{
	padding-top: 7px;
	float:right;
	width: 40%;
	padding-right: 5px;
	text-align: left;
	font-size: 21px;
}

p{
	padding-left: 50px;
	font-size: 20px;
}

.clear{
	clear:both;
}

.bbox{
	text-align: center;
	padding: 50px;
	background-color:black;
	width:100%;
	font-size: 15px;
}

.b_black{
	background-color: rgba(0,0,0,0.8);
}

.c_white, #menu a, .nav a, href{
	color: #FFFFFF !important;
}

.navbar-right{
	margin-top:25px;
	font-size:20px;
	color:white;
	}

.navbar-left{
	margin-top:10px;
	font-size:30px;
	color:white;
}

.transparent{
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
}

dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover{
    background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

.dropdown-content{
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

.section{
	background-color: rgba(0, 0, 0, 0.8);
	color: black;
	padding:10px 0px;
	height:100%;
	z-index: -1;
}

.caption{
	top:220px;
	left:300px;
	position:absolute;
}

.fcaption{
	top:250px;
	left:200px;
	position:absolute;
}

.navbar-custom, .navbar{
	height: 100px;
	width:100%;
	position:fixed;
	padding:0px;
}

#img_made img{
	width:100%;
	height:400px;
}

#img_benua img{
	padding:13px;
}

a:hover img{
	opacity:0.8;
}

#text_gallery1{
	width:30%;
	background-color: black;
	position:relative;
	top:80px;
	z-index:2;
	opacity: 0.7;
	color: white;
	padding: 5px;
}

#text_gallery2{
	left:480px;
	width:30%;
	height:150px;
	top:80px;
	z-index:2;
	background-color: black;
	position:relative;
	opacity: 0.7;
	color: white;
	padding: 5px;
	z-index: 0;
}

#text_gallery3{
	color: white;
	padding-bottom: 0px;
	color:white;
	font-family:castellar;
	font-size:50px;
}

span{
	color:white;
	font-family:castellar;
	font-size:50px;
}

#footer{
	text-align: center;
	padding: 28px;
	background-color:rgba(0,0,0,0.8);
	width:100%;
	font-size: 15px;
}

#result{
	font-size: 20px;
}

h1{
	color:white;
	font-family:castellar;
	font-size:50px;
}

#nama{
	font-size: 30px;
	position: relative;
	top: -40px;
	background-color: rgba(0,0,0,0.8);
	width: 1000px;
	left: -205px;
	text-align: center;
}

.right2 ul{
	font-size: 20px;
}

/* Slideshow container */
.slideshow-container {
  max-height: 1000px;
  position: relative;
  margin: auto;
  background-color:black;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  z-index:0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
background-color: rgba(0,0,0,0.8);
  color: #f2f2f2;
  font-size: 40px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fading {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
