/* Main Structure Styles */

body {
	font-family: 'Istok Web', sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.6;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}

/* Header with wood texture */
#header-top {
	background: url('../images/background.jpg') repeat;
	padding: 30px 0 80px 0;
	position: relative;
	margin-bottom: -50px;
}

.logo {
	padding-top: 55px;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.header-contact {
	text-align: right;
	color: #fff;
}

.header-contact h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.header-contact p {
	margin: 0;
}

.header-contact a {
	color: #ff7635;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.header-contact a:hover {
	color: #fff;
}

/* Navigation */
.navbar-custom {
	background: none;
	background-color: transparent;
	margin-bottom: 0;
	border-radius: 0;
	position: relative;
	z-index: 10;
}

.navbar-custom .container {
	background: url('../images/bg-nav.jpg') repeat;
	background-color: #c41e1e;
	border-radius: 0;
}

.navbar-custom .navbar-nav .nav-link {
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 20px;
	transition: background-color 0.3s;
}

.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link.active {
	background-color: #f52e00 !important;
	background-image: none;
}

.navbar-custom .navbar-toggler {
	border-color: #fff;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

/* Slider Section */
.slider-section {
	margin-top: 5px;
}

.carousel-item img {
	width: 100%;
	height: auto;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 1.5em;
	font-weight: normal;
}

.carousel-caption p {
	margin: 0;
}

.carousel-indicators {
	display: none;
}

/* Thumbnail buttons */
.thumb-buttons {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.thumb-btn {
	position: relative;
	display: block;
}

.thumb-btn img {
	width: 100%;
	height: auto;
	display: block;
}

.thumb-btn .btn-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.3s;
}

.thumb-btn:hover .btn-overlay {
	background-color: rgba(196, 30, 30, 0.9);
}

/* Content */
.content-section {
	padding: 40px 15px;
}

.content-section h1 {
	color: #ff4500;
	font-size: 36px;
	margin-bottom: 20px;
}

.content-section h2 {
	color: #2c5aa0;
	font-size: 24px;
	margin-bottom: 20px;
}

.content-section h3 {
	color: #2c5aa0;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}

.content-section ul {
	list-style: disc;
	padding-left: 20px;
}

.content-section blockquote {
	background-color: #fff;
	border-left: 5px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 25px 30px;
	margin: 30px 0;
	font-size: 18px;
	line-height: 1.6;
}

.content-section blockquote p {
	margin: 0;
}

.bbb-badge {
	text-align: center;
	margin: 30px 0;
}

/* Footer */
#footer {
	background: url('../images/bg-footer.jpg') repeat;
	background-color: #1a1a1a;
	color: #fff;
	padding: 40px 0 20px;
	text-align: center;
}

#footer h2 {
	color: #ff4500;
	font-size: 28px;
	margin-bottom: 20px;
}

#footer p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #fff;
}

.footer-socials {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 30px;
}

.footer-socials a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #3b5998;
	color: #fff;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.footer-socials a.instagram {
	background-color: #e4405f;
}

.footer-socials a:hover {
	opacity: 0.8;
}

#copyright {
	background-color: #000;
	color: #999;
	padding: 20px 0;
	font-size: 14px;
}

#copyright p {
	margin: 0;
}

#copyright a {
	color: #999;
	text-decoration: none;
	transition: color 0.3s;
}

#copyright a:hover {
	color: #fff;
}

#copyright .container {
	padding-left: 15px;
	padding-right: 15px;
}

#copyright .row {
	align-items: center;
}

.idealhtml-credit {
	text-align: right;
}

.idealhtml-credit img {
	vertical-align: middle;
}

/* Medium Tablet Styles (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	#header-top .row {
		flex-direction: column;
		align-items: center;
	}

	.logo {
		order: -1;
		padding-top: 30px;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}

	.header-contact {
		text-align: center;
		margin-top: 0;
		order: 1;
		width: 100%;
	}

	.header-contact h3 {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.header-contact p {
		margin-bottom: 10px;
	}

	.header-contact .navbar-toggler {
		background-color: #ff7635;
		border: none;
		border-radius: 5px;
		color: #fff;
		padding: 12px 20px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 16px;
		width: 100%;
		max-width: 450px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 15px;
	}

	.header-contact .navbar-toggler-icon {
		margin: 0;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}

	.navbar-custom {
		background: none;
		background-color: transparent;
	}

	.navbar-custom .navbar-collapse {
		background: url('../images/bg-nav.jpg') repeat;
		background-color: #8b4513;
		margin-top: 5px;
		border-radius: 5px;
	}

	.navbar-custom .navbar-nav .nav-link {
		background: url('../images/bg-nav.jpg') repeat;
		padding: 10px 20px;
		color: #ff7635 !important;
	}

	.navbar-custom .navbar-nav .nav-link:hover {
		background-color: #f52e00 !important;
		color: #fff !important;
		background-image: none;
	}

	.navbar-custom .navbar-nav .nav-link.active {
		background-color: #f52e00 !important;
		color: #fff !important;
		background-image: none;
	}
}

/* Large Tablet Styles (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.logo {
		padding-top: 0;
	}

	.header-contact {
		text-align: right;
		margin-top: 30px;
	}

	.header-contact h3 {
		margin-bottom: 5px;
	}

	.header-contact p {
		margin-bottom: 10px;
	}

	.header-contact .navbar-toggler {
		background-color: #ff7635;
		border: none;
		border-radius: 5px;
		color: #fff;
		padding: 12px 20px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 16px;
		width: auto;
		max-width: 450px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 15px;
	}

	.header-contact .navbar-toggler-icon {
		margin: 0;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}

	.navbar-custom {
		background: none;
		background-color: transparent;
	}

	.navbar-custom .navbar-collapse {
		background: url('../images/bg-nav.jpg') repeat;
		background-color: #8b4513;
		margin-top: 5px;
		border-radius: 5px;
	}

	.navbar-custom .navbar-nav .nav-link {
		background: url('../images/bg-nav.jpg') repeat;
		padding: 10px 20px;
		color: #ff7635 !important;
	}

	.navbar-custom .navbar-nav .nav-link:hover {
		background-color: #f52e00 !important;
		color: #fff !important;
		background-image: none;
	}

	.navbar-custom .navbar-nav .nav-link.active {
		background-color: #f52e00 !important;
		color: #fff !important;
		background-image: none;
	}
}

/* Mobile and Small Tablet Responsive Styles */
@media (max-width: 991px) {
	.header-contact {
		text-align: center;
		margin-top: 0;
	}

	#header-top {
		padding: 15px 0;
		margin-bottom: 0;
	}

	.navbar-custom {
		background: none;
		background-color: transparent;
	}

	.navbar-custom .navbar-collapse {
		background: url('../images/bg-nav.jpg') repeat;
		background-color: #8b4513;
		margin-top: 5px;
		border-radius: 5px;
	}

	.navbar-custom .navbar-nav .nav-link {
		background: url('../images/bg-nav.jpg') repeat;
		padding: 10px 20px;
		color: #ff7635 !important;
	}

	.navbar-custom .navbar-nav .nav-link:hover {
		background-color: #f52e00 !important;
		color: #fff !important;
		background-image: none;
	}

	.navbar-custom .navbar-nav .nav-link.active {
		background-color: #f52e00 !important;
		color: #fff !important;
		background-image: none;
	}

	.header-contact .navbar-toggler {
		background-color: #ff7635;
		border: none;
		border-radius: 5px;
		color: #fff;
		padding: 12px 20px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 16px;
		width: 100%;
		max-width: 450px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 15px;
	}

	.header-contact .navbar-toggler-icon {
		margin: 0;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}

	.thumb-buttons {
		flex-direction: row;
		margin-top: 15px;
	}

	#copyright .col-md-6 {
		text-align: center;
	}
	
	#copyright p {
		text-align: center;
		margin-bottom: 10px;
	}

	.idealhtml-credit {
		text-align: center;
		margin-top: 0;
	}

	.navbar-custom .navbar-nav {
		width: 100%;
	}

	.carousel-caption {
		font-size: 14px;
		padding: 5px;
	}
}
