/*!
 * Start Bootstrap - 3 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: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	font-family: 'Open Sans', sans-serif;
	font-weight:normal !important;
	color:#FFF;
}

img { 
border: 0; 
}
.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}
.boxbg {
	background-color:#ffdb44; 
	background-image:url(../img/Tiger-kuning.png);
	background-repeat:no-repeat; 
	background-position:right;
	padding:2px 10px; 
	margin-bottom:10px; 
	margin-right:0px;	
}
.boxcolumn {
	background-color:#ffdb44; 
	background-image:url(../img/Tiger-kuning.png);
	background-repeat:no-repeat; 
	background-position:right;
	padding:10px 10px; 
	margin-right:0px;	
}
.content-section-a {
    padding: 50px 0;
  
}

.content-section-a2 {
    padding: 50px 0;
	background-color:#221b15;
  
}

.content-section-b {
    padding: 20px 0;
 
}
.content-section-b2 {
    padding: 5px 0px 0px 0px !important;
	background-color:#221b15;
  
}

.content-section-c {
    padding: 20px 0;
	background-color:#27201e;
}
.content-section-tiny {
    padding: 2px 0;
	background-color:#27201e;
}
.split-bottom {
	background-image:url(../img/splitter.png);
	background-repeat:no-repeat;
	background-position:left;
}
.bottom-style {
	margin-bottom:0px !important; 
	margin-top:0px !important;
	padding-top:20px;
}
.subtitle {
	color:#c6a68c;
}
.vertical_line {
  content: '';
  width: 0;
  height: 100%;
  min-height:100%;
  position: absolute;
  border: 1px solid black;
  top: 0;
  left: 100px;	
}
.yellowfont {
	color:#ffca0e;
}
.whitefont {
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
}
.smallerfont {
	font-size:14px;
	color:#ccc;
}
