
/* CSS RESET */
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;
}

h1, h2{
	color: lightseagreen !important;
}

h4{
	font-weight: bold;
	text-align: left;
}

div{
	word-wrap: break-word;
  }

.garis{
	border: 1px solid #3b35353a; 
}

.periode{
	text-align: left;
}
.keterangan{
	text-align: left;
	/* margin-right: 5px; */
}

.slogan{
	font-size: smaller;
}

.profile{
	/* background-color: darkorchid; */
	width: 100%;
}

.profile .content{
	box-sizing: border-box;
}
.profile .title{
	text-align: center;
}

.profile .content .about{
	/* background-color: chocolate; */
}
.profile .content .photo{
	/* background-color: cornflowerblue; */
}
.profile .content .detail{
	/* background-color: darkcyan; */
}
.profile .content .title{
	/* background-color: darkkhaki; */
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
}
.profile .content .photo{
	box-sizing: border-box;
	padding: 10px;
}
.profile .content .photo .pict{
	width: 250px;
	height: 250px;
	border: 10px solid #999;
	margin: auto;
}
.profile .content .biodata{
	/* background-color: darkmagenta; */
}

.experience{
	background-color: rgb(238, 203, 127);
	width: 100%;
}
.experience .content{
	box-sizing: border-box;
	padding-left: 45px;
}
.experience .title{
	text-align: center;
}

.experience .content .title h2{
	text-align: left;
	/* margin-bottom: 30px; */
}

.experience .content .content-sekolah{
	margin-bottom: 20px;;
}

.ability{
	/* background-color: darkorchid; */
}
.ability .content{
	box-sizing: border-box;
	padding-left: 45px;
}
.ability .title{
	text-align: center;
}
.ability .content .title h2{
	text-align: left;
	/* margin-bottom: 30px; */
}
.ability-list{
	display: inline-block;
	width:100%;
	line-height: 30px;
}
.ability-list .title{
	float : left;
	text-align: left;
	width: 60%;
	padding-left: 15px;
}
.ability-list .score{
	float: right;
}
.ability-list .score .filled{
	color: rgb(238, 203, 127);
}

.contact{
	background-color: rgb(41, 40, 38);
	color: white !important;
}

.contact .title{
	text-align: center;
}

.contact h1{
	background-color: rgb(41, 40, 38);
	color: white !important;
}

@media only screen and (max-width: 320px) {
	.row{
		margin-left: -15 !important;
		margin-right : -5 !important;
	}
}

