/* Stylesheet2.css for Laughing Grizzly */

/* Body text style and page background */
body {
	margin: 0;
	/* margin-top: 50px; */
	/* font-size: small; */
	font-family: verdana, arial, helvetica, sans-serif;
	/* background-color: white; */
}

/* Page container style */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-color: #FFF;
}

/* Page header style */
#header {
	height: 369px;
	background-image: url("../images/headerz.jpg");
	background-repeat: no-repeat;
}

/* Main content */
#main {
	/* padding: 5px;
	margin-left: 240px; */
	/* font-size: smaller; */
}

#main h1,
p {
	margin-left: 20px;
	margin-right: 20px;
}


#home_table table {
	text-align: center;
	/* border: 1px solid; */
	width: 1000px;
	border-collapse: collapse;
	border-style: hidden;
}

#home_table table td,
table th {
	border: 1px solid darkgray;
	vertical-align: top;
	padding-top: 10px;
}

#home_table .title {
	color: #0066ff;
	padding-bottom: 24px;
	font-size: 24px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
}

#home_table .heading {
	color: #0066ff;
	padding-bottom: 16px;
	font-size: 16px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
}

#home_table .info {
	color: #0066ff;
	/* font-size: 12px; */
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-weight: bold; */
}

#home_table .home_info a {
	color: #0066ff;
	font-size: 12px;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
}

/* Horizontal Navigation */

.nav_hor {
	font-size: 22px;
	/* font-family: Arial, Helvetica, sans-serif; */
	align-items: center;
	display: grid;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid darkgrey;
}

.nav_hor ul {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: hidden;
}

.nav_hor li {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}

.nav_hor li a {
	color: blue;
	text-decoration: none;
}

.nav_hor li a:hover {
	background-color: white;
}

/* Left Navigation */

.nav_left {
	font-size: 20px;
	/* font-family: Arial, Helvetica, sans-serif; */
	float: left;
	text-align: left;
	margin: auto;
}

.nav_left ul {
	/* text-align: center; */
	list-style-type: none;
	margin: 0;
	/* padding-top: 10px;
	padding-bottom: 5px; */
	overflow: hidden;
}

.nav_left li {
	/* display: inline-block; */
	padding-top: 8px;
}

.nav_left li a {
	color: blue;
	/* text-align: center; */
	text-decoration: none;
}

.nav_left li a:hover {
	background-color: white;
}

/* Page footer style */

#footer {
	clear: left;
	/* height: 40px; */
	text-align: center;
	vertical-align: middle;
	/* background-image: url("../images/footer_06.jpg"); */
	background-repeat: no-repeat;
	border-top: 3px solid #cc6633;
}

.copyright_footer {
	font-size: small;
	/* color: white; */
	padding-bottom: 25px;
}

/* Main content area */
#main_content {
	padding: 5px;
}

#main_content h1,
#main_content h2,
#main_content h3,
#main_content p {
	margin-left: 20px;
	margin-right: 20px;
}

#main_content li {
	margin-right: 20px;
	margin-bottom: 5px;
}

#main_content a {
	color: #0066ff;
	text-decoration: none;
}

#main_content a:hover {
	color: #cc6633;
}

/* Typography classes for replacing font tags */
.text-xs {
	font-size: 9px;
}

.text-sm {
	font-size: 11px;
}

.text-base {
	font-size: 12px;
}

.text-md {
	font-size: 14px;
}

.text-lg {
	font-size: 16px;
}

.text-xl {
	font-size: 20px;
}

.text-2xl {
	font-size: 24px;
}

.text-3xl {
	font-size: 28px;
}

.text-4xl {
	font-size: 32px;
}

.text-5xl {
	font-size: 36px;
}

/* Color classes */
.text-blue {
	color: #0066ff;
}

.text-orange {
	color: #cc6633;
}

.text-white {
	color: white;
}

.text-black {
	color: black;
}

.text-red {
	color: #e74c3c;
}

/* Text alignment */
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/* Spacing utilities */
.mb-1 {
	margin-bottom: 5px;
}

.mb-2 {
	margin-bottom: 10px;
}

.mb-3 {
	margin-bottom: 15px;
}

.mt-1 {
	margin-top: 5px;
}

.mt-2 {
	margin-top: 10px;
}

.mt-3 {
	margin-top: 15px;
}

.p-1 {
	padding: 5px;
}

.p-2 {
	padding: 10px;
}

.p-3 {
	padding: 15px;
}

/* Table styles */
.rates {
	margin-left: 20px;
	margin-right: 20px;
	border-collapse: collapse;
	text-align: center;
	border: 1px solid black;
}

.rates td,
.rates th {
	border: 1px solid black;
	padding: 5px;
}

.reports {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid rgb(221, 221, 221);
}

.reports td,
.reports th {
	border: 1px solid rgb(221, 221, 221);
	padding: 8px;
}

.reports .table-header {
	background-color: #cccc99;
	font-weight: bold;
	vertical-align: bottom;
}

.reports .table-row {
	vertical-align: top;
}

.table-bordered {
	border: 1px solid black;
	border-collapse: collapse;
}

.table-bordered td,
.table-bordered th {
	border: 1px solid black;
	padding: 3px;
}

/* Image classes */
.img-responsive {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	border: 1px solid #ddd;
	padding: 4px;
}

/* Content sections */
.content-section {
	margin-bottom: 20px;
}

.content-section p {
	margin-bottom: 10px;
}

/* Strong/bold text */
strong {
	font-weight: bold;
}

/* Font face utilities (for Arial, Helvetica, sans-serif) */
.font-arial {
	font-family: Arial, Helvetica, sans-serif;
}

.font-verdana {
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Testimonial styling */
.testimonial-card {
	background-color: #f9f9f9;
	border-left: 4px solid #0066ff;
	padding: 15px 20px;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 4px;
}

.testimonial-card p {
	margin-bottom: 10px;
	line-height: 1.6;
}

.testimonial-card div {
	margin-bottom: 10px;
	line-height: 1.6;
}

.testimonial-signature {
	font-weight: bold;
	color: #0066ff;
	margin-top: 10px;
}