@charset "utf-8";
/* CSS Document */
@font-face {
   font-family: Trebuchet;
   src: url("file/Font/Trebuchet.ttf");
}
@font-face {
   font-family:Bahnschrift;
   src: url("file/Font/Bahnschrift.ttf");
}
@font-face {
   font-family: BebasNeue;
   src: url("file/Font/BebasNeue.otf");
}
@font-face {
   font-family: Raleway-Light;
   src: url("file/Font/Raleway-Light.ttf");
}
@font-face {
   font-family: Raleway-Medium;
   src: url("file/Font/Raleway-Medium.ttf");
}
@font-face {
   font-family: FreeHand;
   src: url("file/Font/FreeHand.ttf");
}
@font-face {
   font-family: SegoeUI;
   src: url("file/Font/segoeui.ttf");
}
/*===============================================================================*/
body {
	margin: 0;
}
.header {

}
.topnav {
  position: sticky;
  top: 0;
  background-color: #0077b6;
  height: 65px;
  box-shadow: 0px 2px 10px 0px black;
  font-family: Trebuchet;
}
.navLogo{
	float: left;
}
.navLogo #bkpsdmdLogo {
	height: 45px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.navRight {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #0077b6;
	box-shadow: 0px 2px 10px 0px black;
}
.navRight a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 25px 20px 20px 20px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.active {
  background-color: white;
  color: black;
}

.topnav .icon {
	display: none;
	padding: 20px 20px 20px 20px;
}

.dropdown {
  float: left;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 24px 20px 20px 20px;
  background-color: inherit;
  font-family: inherit;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 5px 10px 0px black;
  z-index: 1;
 overflow: hidden;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 15px; 
  min-width: 160px;
}

.navRight a:hover, .dropdown:hover .dropbtn {
  background-color: white;
  color: black;
}

.dropdown:hover .dropdown-content{}
.dropdown .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
.show {
	display: block;
}
@media screen and (max-width: 1050px) {
  .navRight a:not(:empty), .dropdown .dropbtn { 
	  display: none;
	}
  .topnav a.icon {
	float: right;
    display: block;
	top: 0;
  }
.show {
	display: block;
}
}

@media screen and (max-width: 1050px) {
  .topnav.responsive {
	  position: sticky;
	  float: left;
	  width: 100%;
	}
  .topnav.responsive .icon {
	position: absolute;
	right: 0;
	top:0;
  }
	.topnav.responsive .navRight {
		padding-top: 70px;
	}
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
	  float: none;
	}
  .topnav.responsive .dropdown-content {
	  position: relative;
	}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* ============================================ Visi Misi ==============================*/
.visiMisi {
	background-color: azure;
	/*background-image: url(images//index_pict/1.jpg);
	background-size: cover;*/
	overflow: hidden;
	text-align: justify;
	padding: 20px;
}
.visiMisi h1{
	font-family: FreeHand;
	text-align: center;
	font-size: 50px;
	color: #0077b6;
}
.visiMisi h1 p{
	font-family: Bahnschrift;
	font-size: 20px;
	text-align: center;
	color: #0077b6;
	line-height: 0.1;
}
.meranginBaru {
	display: block;
	margin: auto;
	align-content: center;
	top: 0;
}
.bupatiWabup {
	display: block;
	margin: auto;
	align-content: center;
}

.visiMisi h2 {
	font-family: FreeHand;
	font-size: 30px;
	text-align: left;
	color: #189205;
}
.visiMisi h3 {
	font-family: 'Trebuchet MS';
	text-align: center;
	font-size: 25px;
}
.visiMisi h3 p {
	font-family: Bahnschrift;
	text-align: center;
	font-size: 20px;
	line-height: 150%;
}
.visiMisi li {
	font-size: 20px;
	text-align: justify;
	font-family: SegoeUI;
	line-height: 200%;
	padding-right: 10px;
}
.visiMisi p {
	font-size: 20px;
	font-family: SegoeUI;
	text-align: justify;
	padding-right: 10px;
	line-height: 200%;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .visiMisi p {
	  font-size: 15px;
	  padding: 5px;
	}
	.visiMisi h3 {
		font-size: 20px;
	}
	.visiMisi h3 p {
		font-size: 15px;
	}
	.visiMisi li {
	  font-size: 15px;
	  padding: 5px;
	}
}

/* ============================================ Selayang Pandang ==============================*/
.selaPang {
	background-color: beige;
	/*background-image: url(images//index_pict/1.jpg);
	background-size: cover;*/
	padding-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.selaPang h1{
	font-family: FreeHand;
	font-size: 50px;
	color: #0077b6;
}
.selaPang h1 p{
	font-family: Bahnschrift;
	font-size: 20px;
	text-align: center;
	color: #0077b6
	margin-top: 0px;
}
.selaPang p {
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	font-family: SegoeUI;
	line-height: 150%;
}
.selaPang img{
	float: right;
	overflow-y: 0px;
	width: 20%;
	padding: 10px;
	margin-left: 10px;
	margin-right: 20px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .selaPang p {
	  font-size: 15px;
	  padding: 10px;
	}
  .selaPang img{
	  width: 50%;
	  margin-right: 10px;
	}
	.selaPang h1{
	font-size: 45px;
	}
}

/* ============================================ Sejarah ==============================*/
.sejarah {
	background-color: rgb(220, 248, 255);
	/*background-image: url(images//index_pict/1.jpg);
	background-size: cover;*/
	padding-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.sejarah h1{
	font-family: FreeHand;
	font-size: 50px;
	color: #0077b6;
}
.sejarah h1 p{
	font-family: Bahnschrift;
	font-size: 20px;
	text-align: center;
	color: #0077b6;
	margin-top: 0px;
}
.sejarah p {
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	font-family: SegoeUI;
	line-height: 150%;
}
.sejarah img{
	float: right;
	overflow-y: 0px;
	width: 30%;
	padding: 10px;
	margin-left: 10px;
	margin-right: 20px;;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .sejarah p {
	  font-size: 15px;
	  padding: 10px;
	}
	.sejarah img{
	  width: 50%;
	  margin-right: 10px;
	}
}
/* ============================================ STRUKTUR ORGANISASI ==============================*/
.strukOrga {
	background-color: white;
	overflow: hidden;
}
.strukOrga h1 {
	font-family: FreeHand;
	font-size: 50px;
	color: #0077b6;
	text-align: center;
}
.strukOrga h1 p{
	font-family: Bahnschrift;
	font-size: 20px;
	text-align: center;
	color: #0077b6;
	margin-top: 0px;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .strukOrga h1 {
	  font-size: 40px;
	}
}
/* ============================================ TUPOKSI ==============================*/
.tuPoksi {
	background-color: beige;
	/*background-image: url(images//index_pict/1.jpg);
	background-size: cover;*/
	padding-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.tuPoksi h2{
	font-family: FreeHand;
	font-size: 50px;
	color: #0077b6;
}
.tuPoksi h2 p{
	font-family: Bahnschrift;
	font-size: 20px;
	text-align: center;
	color: #0077b6;
	margin-top: 0px;
}
.tuPoksi p {
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	font-family: SegoeUI;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .tuPoksi p {
	  font-size: 15px;
	  padding: 5px;
	}
}


/* ================================== Footer Complete ======================================== */
* {
	box-sizing: border-box;
}

.column {
	overflow: hidden;
	float: left;
	padding: 10px;
	background-color: #0096c7;
	color: white;
	height: 260px;
	font-family: Raleway-Medium;
	font-size: 15px;
}
.first{
	width: 22.5%;
} 
.first img {
	width: 100%;
}

.second {
 	width: 35%;
	text-align: left;
	background-color: #00b4d8;
}
.second img{
	width: 40px;
	margin-right: 10px;
}

.third {
  width: 20%;
  background-color: #0096c7;
}
.third img {
	width: 40px;
	margin-left: 5px;
	padding-bottom: 20px;
}

.fourth{
	width: 22.5%;
	background-color: #00b4d8;
	padding-bottom: 20px;
	padding-top: 10px;
}
.fourth p {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fourth img{
	margin-left: 10%;
	width: 80%;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 800px) {
  .first, .second, .third, .fourth {
	  width: 100%;
	  height: auto;
	}
	.first img{
		width: 70%;
		margin-left: 10%;
	} .fourth img 
	{
		width: 70%;
		margin-left: 15%;
	}
}