@font-face {
	font-family: Segoe UI;
	src: url('../fonts/segoeui.ttf');
}

@font-face {
	font-family: StensilS;
	src: url('../fonts/singaporesling.ttf');
}

* {box-sizing: border-box;}
.mySlides {display: none;}
.mySlides img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 350px;
  position: relative;
  margin: auto;
  align-content: center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
  .image {
		width: 50%;
		height: auto;
	}
}

.daftar {
	background-color: #ff0000;
	color: #fff;
}

.daftar:hover {
	background-color: #fff;
	color: #000;
}

.daftar2 {
	font-family: Arial Narrow, Tahoma, sans-serif;
	background-color: #ff0000;
	color: #fff;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
}

.daftar2:hover {
	background-color:#cbc9c6;
	color: #000;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  font-family: Arial Narrow, Tahoma;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
  background-image:url('../img/banner/3ruas.png');
  width:50px;
  height:50px;
}

@media screen and (max-width: 400px) {  /*600px*/
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 400px) { /*600px*/
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.middle-content {
	font-family: Segoe UI, Tahoma, Arial Narrow, Geneva;
	background-color: #000;
	color:#9e9a9e;
}

.social-media a {
	text-decoration: none;
	color: #ffffff;
	text-align: left;
}

.social-media li {
	margin-left: 10px;
	text-align: left;
	margin-bottom: 10px;
}

.social-media a:hover {
	color: #ff0000;
	background-color: #ffffff;
}

.responsive {
	width: 100%;
	height: auto;
}

.gallery2 {
	width: 100%;
}

.image {
	width: 200px;
	height: 180px;
	vertical-align: middle;
	margin-bottom:10px;
}
