/*!
 * Start Bootstrap - 4 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 80px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.navbar {
    min-height: 80px;
	background-color: #F5F5f5;
}

.page-header {
    padding-bottom: 9px;
    margin: 10px 0px 20px;
    border-bottom: 1px solid #EEE;
}

.navbar-nav {
    float: right;
    margin: 14px;
}

.bgabout{
	background-size: cover;
	background: url(../img/slide/about-bg.jpg);
}
.wellcome{
	padding-top: 330px;
	padding-left: 70px;
	
}

.wctext hr{
	padding-left: -10px;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 2px;
	border-color: #AAA;
}

.wctext{
	font-size: 16px;
	line-height: 100%;
	color: rgb(62,64,149);
	font-weight: bolder;
	/*background-color: rgba(0,0,0,0.1);*/
}
.wctext2{
	font-size: 24px;
	line-height: 100%;
	color: rgb(62,64,149);
	font-weight: bolder;
	margin-left: -15px;
	margin-top: -5px;
	/*background-color: rgba(0,0,0,0.1);*/
}
.perkenalan{
	font-size: 18px;
}



.portfolio-item {
    margin-bottom: 25px;
}


.hr-divider{
	background: url(../img/slide-bg.png) no-repeat bottom center; 
	width:1170px;
	height: 100px;
	margin-bottom: 50px;
	display: block;
	clear: both;}

footer{
border-top:1px solid #eee;
background: #f5f5f5;
padding: 30px 0;
color: #ccc;
margin-top:40px;
}

body{
	font-family:'Source Sans Pro', sans-serif;
	color:#666;
	font-size:16px;
	font-weight: 400;
	  -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
}
