html {
    scroll-behavior: smooth;
}

.navbar {
	background-image: linear-gradient(65deg, #3cb371, #22c1c3);
}

.nav-item .nav-link {
	display: block;
}

.navbar-brand {
	font-color: white !important;
}

.nav-link::after {
	content: '';
	display: block;
	border-bottom: 1px solid white;
	width: 0;
	transition: width .3s;
}

.nav-link:hover::after {
	content: '';
	display: block;
	border-bottom: 1px solid white;
	width: 100%;
	margin: auto;
	transition: width .3s;
}

.aboutus, .gallery {
	background-image: linear-gradient(-65deg, #3cb371, #22c1c3);
}

.text {
	text-align: justify;
}

.ourproduct, .contactus {
	background-color: white;
}

.ourproduct h2 h5 {
	text-decoration-color: #3cb371 !important;
}

.carousel-inner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

.carousel-inner .carousel-caption {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 2);
	z-index: 2;
}

.carousel-item p {
	font-size: 15px;
}

.contactus tr td:first-child {
	padding-right: 35px;
}

section {
	padding-top: 4rem;
}

footer {
	background-image: linear-gradient(65deg, #3cb371, #22c1c3);
	color: white !important;
}

footer .list-inline a {
	display: inline-block;
	height: 35px;
	width: 35px;
	background-color: transparent;
	line-height: 25px;
	border-radius: 50%;
	color: black;
	transition: all 0.5s ease;
}

footer .list-inline a:hover {
	color: white;
	background-color: #808080;
}

/* Phone */
@media (min-width: 320px) {
	.nav-link{
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 2);
		color: white !important;
	}
	.navbar-brand {
		font-size: 15px;
	}

	#scrolltop {
		position: fixed;
		top: 80%;
		left: 85%;
		font-size: 30px;
		background: #e6e6fa;
		color: black;
		padding: 5px 7px;
		border-radius: 50%;
		cursor: pointer;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s ease-in-out;
		z-index: 100;
	}

	#scrolltop:hover {
		background: #808080;
		color: white;
		transition: .5s;
	}

	.jumbotron {
		background-size: cover;
		background-position: center;
		height: 350px;
		margin-top: 40px;
	}

	.gallery-contain1 {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.contact iframe {
		width: 100%;
		height: 100%;
	}

	.contactus tr td {
	padding: 5px;
	}

	footer p {
		font-size: 10px;

	}
}

/* Desktop */
@media (min-width: 992px) {
	.nav-link {
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 2);
		color: white !important;
	}
	.navbar-brand {
		font-size: 27px;
	}

	#scrolltop {
		position: fixed;
		top: 79%;
		left: 92%;
		font-size: 40px;
		background: #e6e6fa;
		color: black;
		padding: 7px 10px;
		border-radius: 50%;
		cursor: pointer;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s ease-in-out;
		z-index: 100;
	}

	#scrolltop:hover {
		background: #808080;
		color: white;
		transition: .5s;
	}

	.jumbotron {
		background-size: cover;
		background-position: center;
		height: 750px;
		margin-top: -10px;
	}

	.aboutus {
		margin-top: -65px;
	}

	.owner img {
		margin-top: -20px;
	}

	.gallery {
		margin-top: -85px;
	}

	.gallery-contain1 {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.carousel-indicators {
		margin-top: 3px;
	}
	.contact iframe {
		width: 500px;
		height: 350px;
	}

	.contactus table {
		margin-top: 35px;
	}

	.contactus tr td {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	footer p {
		font-size: 15px;
	}
}