html{
	max-width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

body {
    min-height: 100vh;
    overflow-x: auto;
    overflow-y: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.6; 
    font-weight: 400; 
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    padding: 15px; /* Adds padding for left and right edges */
    box-sizing: border-box; /* Includes padding in width calculation */
}


.fixedcolumn {
	position:fixed;
    top:0;
	z-index:10;
}

.responsive-paragraph {
  max-width: 40% !important;

}

@media (max-width: 900px) {
  .responsive-paragraph {
      max-width: 98% !important;
  }
}
h4 {
    font-family: 'Lusitana', serif;
    font-weight: 900;
    color: #03470b;
    text-align: left;
    margin-bottom: 20px;
    font-size: 2rem; /* Adjust the value as needed */
}
#mainLogo {
    background-color: #fff;
    max-width: 300px;    
    width: auto;
	margin-left: 10px;
}
@media (max-width: 576px) {
    #mainLogo {
        max-width: 200px; 
        margin-left: 0px;
    }
}
section{
    padding-top: 50px;
    padding-bottom: 10px;
}
 
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.hero-content .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.carousel-item {
  height: 100vh !important;
  background-size: cover;
  background-position: center;
}
.carousel-item img {
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  object-position: center; 
  display: block; 
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  min-width: 90%;
}
.hero-content .logo {
  max-width: 305px;
}
.styled-img {
  max-height: 300px;
  object-fit: cover;
  overflow: hidden;
}

.placeholder-img {
  height: 150px;
  background-color: #6c757d; /* Bootstrap's "bg-secondary" color */
  color: #ffffff; /* Bootstrap's "text-white" color */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

@media (max-width: 960px) {
  .hero-content {
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
  }

  .carousel-item {
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Hide any overflow */
    position: relative; /* Ensures the img can position itself relative to this container */
  }
  

  
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.6; 
    font-weight: 400; 
}
.lead {
  font-size: 16px !important;
}
.btn-secondary {
    max-width: 50%;
    border-radius: 10px !important;
    color: #fff !important;
    background-color:#0c381b !important;
}

.btn-secondary:hover {
  background-color:#255837 !important;
}

/* Styling for icon if you add them */


#content {
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    padding: 15px; /* Adds padding for left and right edges */
    box-sizing: border-box; /* Includes padding in width calculation */
    } 
    .row {
        margin: 0; /* Prevent extra gaps in rows */
        padding: 0;
    }
    .shadow {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Clean shadow effect */
    }
    .shadow-custom {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Adjust these values as needed */
    }
    

#content-header {
        max-width: 90%;
        margin-left:auto;
        margin-right:auto;
        } 
#content a{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6; 
    font-weight: 400;
	text-decoration: none;
	color:#000; 
}
#content a:visited{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6; 
    font-weight: 400;
	text-decoration: none;
	color:#000; 
}
#content a:hover{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6; 
    font-weight: 400;
	text-decoration: none;
	color:#143100; 
}
.grow {
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transition */
}

.grow:hover {
    transform: scale(1.05); /* Adjust the scale factor as needed */
    transform-origin: center; /* Keeps the scaling centered */
}

#content h1 {
    font-family: 'Lusitana', serif;
    font-weight: 900;
    color: #03470b;
    text-align: left;
    margin-bottom: 5px;
    font-size: 4rem; /* Adjust the value as needed */
}
#content h4 {
    font-family: 'Lusitana', serif;
    font-weight: 900;
    color: #03470b;
    text-align: left;
    margin-bottom: 20px;
    font-size: 2rem; /* Adjust the value as needed */
}
#content h5 {
    font-family: 'Lusitana', serif;
    font-weight: 900;
    color: #03470b;
    font-size: 1.6rem; /* Adjust the value as needed */
}

.maintitle {
    font-weight: 600;
    color: #001c04;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6; 
}

/* Styling for icon if you add them */
#content .icon{
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}
ul.bullets {
	padding-left: 0;
	margin-left: 0;
  }
  
  li.bullets {
	list-style-type: disc !important;
	margin-left: 2em;
	padding-top: .3em;
	padding-bottom: .3em;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.6; 
    font-weight: 400; 
  }
#scrolling_body {
   /* margin-top: 100vh; */
    text-align: center;
    background-color: white;
}

.nav-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #014819 !important;
    transition: background-color 0.3s, border-radius 0.3s; /* Smooth transition */
}

.nav-link:hover {
    background-color: #e7f8ea !important;
    color: #000 !important;
    border-radius: 6px; /* Add rounded corners */
}
/*
.btn-light {
    background-color: #e8faec !important;
    color: #000000 !important; 
    border-color: #012607 !important;
    border-radius: 12px !important;
}

.btn-light:hover {
    background-color: #b8e6c1 !important; 
   	border-color: #000 !important;
}
*/
.scale-button { /* Makes PayPal's button bigger */
    transform: scale(1.2); /* Adjust the scale factor as needed */
    transform-origin: center; /* Keeps the scaling centered */
    display: inline-block;
	transition: transform 0.3s ease;
}
.scale-button:hover{
    transform: scale(1.3); /* Adjust the scale factor as needed */
    transform-origin: center; /* Keeps the scaling centered */
    
}
#footer {
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    padding: 0px; /* Adds padding for left and right edges */
    box-sizing: border-box; /* Includes padding in width calculation */
	text-align: center;
    background-color: rgb(207, 227, 212);
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6; 
    font-weight: 600;
	text-decoration: none;
    padding: 3px;
	color:#000; 
    transition: background-color 0.3s, border-radius 0.3s; /* Smooth transition */
}
#footer a.custom{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #014819 !important;
    transition: background-color 0.3s, border-radius 0.3s; /* Smooth transition */
}
#footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6; 
    font-weight: 600;
	text-decoration: none;
    padding: 3px;
	color:#000; 
}
#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6; 
    font-weight: 600;
	text-decoration: none;
    border-radius: 5px;
    padding: 3px;
	color:#000000; 
    background-color: #e6f3e8;
}

a.social{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #001909 !important;
    transition: background-color 0.3s, border-radius 0.3s; /* Smooth transition */
}
a.social:visited{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6; 
}
a.social:hover{
	text-decoration: none;
  color:#025101 !important; 
  background-color: rgb(207, 227, 212) !important;


}

/* Add this CSS to control the order of columns on small screens */
@media (max-width: 992px) {
    .changeOrder-1 {
        order: 2; /* Change the order for small screens */
    }
    .changeOrder-2 {
        order: 1; /* Change the order for small screens */
	}
}
@media (min-width: 992px) {
	.nav-link {
		font-size: 3.25rem; /* Larger font size for large screens */
	}
}

@media (min-width: 1200px) {
	.nav-link {
		font-size: 3.5rem; /* Even larger font size for extra large screens */
	}
}
.jay-image {
    width: 95%; /* Default width */
    max-width: 100%; /* Ensures it doesn't overflow */

    /* Adds a black line at the bottom */
    border-bottom: 2px solid black;
}

@media (max-width: 768px) {
    /* Resize the image when the screen width is smaller than 768px (bootstrap breakpoint) */
    .knife-logo {
        width: 40%;
    }
}

@media (max-width: 768px) { /* Breakpoint for screens smaller than col-md (md = 768px) */
    .rectangle-logo {
        width: 80% !important;
    }
}
@media (max-width: 968px) { /* Breakpoint for screens smaller than col-md (md = 768px) */
    .jay-image {
        width: 60% !important;
    }
}


/* Border Responsive Code Start */
@media (max-width: 768px) {
    .border-sm-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-sm-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-bottom {
      border-bottom: 2px solid #e3e7eb !important;
    }
    .border-sm-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-sm-top-0 {
      border-top: 0 !important;
    }
    .border-sm-right-0 {
      border-right: 0 !important;
    }
    .border-sm-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-sm-left-0 {
      border-left: 0 !important;
    }
    .border-sm-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-sm {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-sm-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 768px) {
    .border-md-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-md-right {
      border-right: 2px solid #e3e7eb !important;
    }
    .border-md-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-md-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-md-top-0 {
      border-top: 0 !important;
    }
    .border-md-right-0 {
      border-right: 0 !important;
    }
    .border-md-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-md-left-0 {
      border-left: 0 !important;
    }
    .border-md-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-md-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-md {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-md-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 992px) {
    .border-lg-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-lg-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-lg-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-lg-top-0 {
      border-top: 0 !important;
    }
    .border-lg-right-0 {
      border-right: 0 !important;
    }
    .border-lg-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-lg-left-0 {
      border-left: 0 !important;
    }
    .border-lg-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-lg {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-lg-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }
  
  @media (min-width: 1200px) {
    .border-xl-top {
      border-top: 1px solid #e3e7eb !important;
    }
    .border-xl-right {
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-bottom {
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-xl-left {
      border-left: 1px solid #e3e7eb !important;
    }
    .border-xl-top-0 {
      border-top: 0 !important;
    }
    .border-xl-right-0 {
      border-right: 0 !important;
    }
    .border-xl-bottom-0 {
      border-bottom: 0 !important;
    }
    .border-xl-left-0 {
      border-left: 0 !important;
    }
    .border-xl-x {
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-y {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
    }
    .border-xl {
      border-top: 1px solid #e3e7eb !important;
      border-bottom: 1px solid #e3e7eb !important;
      border-left: 1px solid #e3e7eb !important;
      border-right: 1px solid #e3e7eb !important;
    }
    .border-xl-0 {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
  }