/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* style */

body{
	font: 16px/28px arial, san-serif;
 
	color: #333;
}

.container{
	width: 800px;
	margin: auto;
}
 
.container .foto {
	 
	border-top: 5px solid salmon;
	border-bottom: 5px solid lightskyblue;
}
.container .judul {
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}

.kepala {
	
	border-top: 5px solid lightskyblue;
	 
}
.header ul li {
	display: inline-block;
	margin-top: 20px;
	margin-right: 10px;
	
}
 
 
.header a {
	 
	text-decoration: none;
	color: salmon;
	padding: -2px;
	
}
  
.active, .header ul li:hover {

 	background-color: lightskyblue;
	color: white;
	margin-top: 20px;
	margin-right: 10px;
	 
 }

 .header .fa {
 	margin-right: 8px;
 }
 .sub-menu-1 {
 	display: none;
	 
 }

 .header ul li:hover .sub-menu-1 {

 	display: block;
 	position: absolute;
 	margin-top: -5px;
	width: 215px;
 	height: 80px;
	 
 }

 .header ul li:hover .sub-menu-1 ul {

 	display: block;
 	margin: 3px;
	
 }

  .header ul li:hover .sub-menu-1 ul li {
	 
  	width: 180px;
  	border-bottom: 10px;
  	background: lightskyblue;
  	border-radius: 0;
	font-size: 14px;
  	text-align: left;
	margin-top: 3px;
	margin-left: -3px;
  }

  .header ul li:hover .sub-menu-1 ul li:last-child
  {
  	border-bottom: none;
	 
  }

  .header ul li:hover .sub-menu-1 ul li a:hover {
	 
	margin-top: -1px;
	 
  	color: white;
	
  } 
 .warna-bg{
	background: lightsalmon;
	 
}