.rb-font{
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}

.mt-font{

	font-family: 'Montserrat', sans-serif;
}

.bg-custom{
	background: #2F80ED;
}

.font-custom{
	color: #2F80ED;
}

a.navbar-brand{
	font-size: 24px !important;
}

a.navbar-brand > span{
	font-size: 22px;
}
nav.navbar{
	padding-top: 1%;
	padding-bottom: 1%;
}
.w-95 {
	width: 95% !important;
	margin:auto;
}

.h-50p{
	height: 50px;
}

.w-75{
	width: 75%;
	margin:auto;
}

.navbar-right{
	position: absolute;
	right: 0;
}
.section-one{
	min-height: 350px;
	max-height: 350px;
}
@media only screen and (max-width: 600px) {
	.navbar-right{
		position: relative;
		right: 0;
	}
}

.brand-section{
	font-size: 46px;

}
.brand-section > span{
	font-size: 44px;
	
}
h3.brand-section{
	font-size: 24px;

}
h3.brand-section > span{
	font-size: 22px;
	
}
.tagline{
	line-height: 28px;
	font-style: normal;
	font-weight: lighter !important;
	font-size: 24px;

}

.bg-grey{
	background: #F4F6FA;
}
ul.list-produk-items{
	padding: 0;
}
ul.list-produk-items > li{
	text-decoration: none;
	padding-top: 2%;
	padding-bottom: 2%;
	list-style: none;
	text-align: center;
	font-size: 14px;

}	

.price{
	font-weight: bold;
}

.btn-order{
	background: #5EBA00;
	color: #fff;
	border-radius: 2%;

}

.btn-order:hover{
	background: #448700;
	color: #fff;
}
.card-produk > .row > .col-md-3 > .card{
	border-color: #5EBA00;
	margin:auto;
	height: 100%;
	width: 100%;
}

.image-content{
	display: block;
	margin: auto;
}

.navbar-styky{
	position: sticky; 
	position: -webkit-sticky;
	top: 0;
	width: 100%;
	z-index: 100;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-footer li i {
	position: absolute;
	left: 0;
}
.about-footer li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 40px;
}

.about-footer ul {
	margin-top: 40px;
}

section {
	padding: 60px 0;
	/* min-height: 100vh;*/
}
ul.footer-social {
	float: right;
}

ul.footer-social li {
	display: inline;
	margin-right: 16px;
}

ul.footer-social i {
	width: 30px;
	height: 30px;
	background: #2F80ED;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 800;
}

ul.footer-social li:last-child {
	margin-right: 0px;
}

ul.footer-social i:hover {
	background: #fff;
	color: #2F80ED;
}