html, body {
  overflow-x: hidden;
  font-family: "Roboto",sans-serif;
  font-size: large;
  height: 100%;
  margin:0;
  padding: 0;
}

a {color:#000000; /*new colour*/}
  
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

.btn-danger {
	background-color: rgb(220,0,33);
	border-color: rgb(220,0,33)
}

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.img-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.bg-header{
	background-color: rgb(17,13,14);
}

.bg-produk-kategori{
	background-color: rgb(242,242,242);
	border-radius: 20px;
}

.carousel-item {
	height: 75vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-caption{
	top: 50%;
	transform: translateY(-50%);
	bottom:auto;
}

@media (max-width: 991.98px) {
	.container{
		max-width: 95vw;
	}
	.carousel-item {
		height: 65vh;
	}
}
@media (max-width: 768px) {
	.bg-header{
		padding-bottom: 0 !important;
	}
}
@media (max-width: 575.98px) {
	h1{
		font-size: 1.75rem;
	}
	.produk-kategori{
		padding: 3rem 1rem;
	}
	.produk-kategori .card{
		margin: .25rem;
	}
}

@media (min-width: 576px) {
	.produk-kategori{
		padding: 3rem;
	}
	.produk-kategori .card{
		margin: 1rem;
	}
}


#lightboxOverlay{
	height: 100vh !important;
}

/*============= NAVIGATION =============*/

.navbar-brand img {
	width: 64px;
}

.navbar-nav a.active,
.navbar-nav a.nav-item:hover {
	color: #ffffff !important;
	border-bottom: 2px solid rgb(220,0,33);
}

/*============= SLIDER ARROW =============*/
.black-arrow .slick-prev::before, 
.black-arrow .slick-next::before {
	color:#000 !important;
}

.white-arrow .slick-prev::before, 
.white-arrow .slick-next::before {
	color:#fff !important;
}

/*============= SECTION HOMEPAGE =============*/
.header-bar{
	height: 5px;
	background-color: rgb(220,0,33);
}

.navbar-nav a.nav-item{
	font-weight: bold;
}

/*============= SECTION PRODUK KATEGORI =============*/

.produk-kategori{
	background: url("../img/bg-produk-kategori.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.card-box{
	height: 300px;
}

.card-box .card-text{
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*============= SECTION GALERI & INSPIRASI =============*/

.galeri{
	background-color: rgb(220,0,33);
}

.inspirasi .card-title{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inspirasi .card-text{
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*============= SECTION VIDEO =============*/

.video-bg{
	background: url("../img/video.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/*============= KONTAK KAMI =============*/

.get-in-touch{
	line-height: 1.8;
}

.contact-us-form input{
	border:0 !important;
	border-bottom: 1px solid #dee2e6!important;
}

/*============= EXTRAS =============*/
@media (min-width: 768px) {
	.wrapper-gray-right-bottom{
		background: url('../img/triangle/gray-half-left.png') no-repeat right bottom;
		background-size: 50vw;
	}
}

.gray-bottom-right{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 420px solid transparent;
	border-bottom: 300px solid rgb(242,242,242);
	z-index: -1
}

.red-bottom-left{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 240px solid transparent;
	border-bottom: 240px solid rgb(220,0,33);
	z-index: -1
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}