@charset "utf-8";
.navbar-toggler-icon {
  background-color: blue;
}
.navbar {
  min-height: 170px; /* Adjust height as needed */
}
.custom-navbar {
  background-color: #008000; /* Custom color */
  background-image: url('../images/banner1.png'); /* Replace with your image URL */
  background-size: cover; /* Ensures the image covers the navbar */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents repeating */
}
.navbar-nav .nav-link {
  color: #0F0D81 !important; /* Change to your preferred color */
  font-size: 18px; /* Adjust size as needed */
text-shadow: 0px 0px 5px white;
  font-weight: bold; /* Optional: Makes text bold */
}
.navbar-nav .nav-link:hover {
  color: #2973C7 !important; /* Change color on hover */
}
.dropdown-menu {
  border-radius: 20px; /* Rounded corners */
  box-shadow: 40px 40px 80px blue; /* Card-like shadow */
  border: none;
  overflow: hidden;
}
/* Optional: Add a hover effect */
.dropdown-item:hover {
  background-color: #f8f9fa;
}

.jumbotron {
  /* padding: 20px 20px; Top & bottom: 80px, Left & right: 40px */
	
  /*background-color: #A3ACB3;  Custom color */
  background: url('../images/snBG2.png');
  background-repeat: repeat; /* Default: Repeats both horizontally and vertically */

}
@media (min-width: 768px) {
  .hover-card {
    width: 33.33%;
    transition: all 0.3s ease-in-out;
  }
  /* When hovering over a specific card, expand it */
  .hover-card:hover {
    width: 50%;
  }
  /* Shrink all non-hovered cards */
  .card-container:hover .hover-card {
    width: 25%;
  }
  /* Exclude hovered card from shrinking */
  .card-container:hover .hover-card:hover {
    width: 50%;
  }
}


.social-bar a:hover {
  color: #f8f9fa; /* Light hover effect */
}
.container {
  background: url('../images/snBG2.png');
  background-repeat: repeat; /* Default: Repeats both horizontally and vertically */
}
.container-custom2 {
  background-color: greenyellow; /* Custom color */
}
.aa {
  background: url('../images/snBG2.png');
padding-left: 40px;
	padding-right: 40px;
	margin: 0px;
}

.aaa {
  background: url('../images/snBG2.png');
padding-left: 40px;
	padding-right: 40px;
	margin-right: 10%;
}
/*Extra small devices (phones, less than 576px) */

@media (max-width: 575.98px) {
.display-4{
 font-size: 1rem;
  font-weight: 500;
  line-height: .8;
 color: #0F0D81;
}
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.display-4{
 font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
 color: #0F0D81;
}
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.display-4{
 font-size: 1.50rem;
  font-weight: 500;
  line-height: 1;
 color: #0F0D81;
}
}

/* Large devices (large desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
.display-4{
 font-size: 2rem;
  font-weight: 500;
  line-height: 1;
 color: #0F0D81;
}
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {
.display-4{
 font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
 color: #0F0D81;
	text-shadow: 0px 0px 12px white;
}
}
h5{
	color: #0F0D81;
}
h2{
	color: #0F0D81;
text-align: center}
.card-title {
	 color: #0F0D81;
}
.card-text {
	 color: #0F0D81;
}
pre{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.25
}
.space{
	 padding-bottom: 30px
}
.fbtext{color: #0F0D81;
text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	
}
.pass1{color: #0F0D81;
	text-align: left
	
}
.lesslinespace{
	line-height: .2;
	padding-top: 0px;
	
}
.lesslinespace1{
	line-height: .2;
	padding-top: 6px;
	
}
.footersetting{	padding-top: 6px;
	font-size: 12px;
	
}
.footersetting2{	padding-bottom: 8px;
	font-size: 12px;
	
}
.image-right {
  float: right;
  margin-left: 15px; /* Add some space between the image and the text */
  margin-bottom: 15px; /* Add some space below the image */
}

.image-left {
  float: left;
  margin-right: 15px; /* Add some space between the image and the text */
  margin-bottom: 15px; /* Add some space below the image */
}
.lead{	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	color: #0F0D81;
	font-style: normal;
	text-align: left;
		padding-left: 50px;
	padding-right: 50px;
	
	
}
.snowmaking-figure {
  text-align: center;
  margin: 1em auto;
}

.snowmaking-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px; /* optional, makes image corners smooth */
}

.snowmaking-figure figcaption {
  font-size: 0.9em;
  color: #555;
  margin-top: 0.5em;
}
.image-left {
  float: left;
  margin: 0 1em 1em 0; /* space to the right & bottom */
  text-align: center;
  max-width: 500px;
}

.image-left img {
  width: 100%;
  height: auto;
  display: block;
}

.image-left figcaption {
  font-size: 0.85em;
  color: #0F0D81;
  margin-top: 0.4em;
}
.image-left {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 45%; /* keeps it responsive */
}

.image-right {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 45%;
}

card-text {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* This is the magic number for mobile */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto !important; /* Forces the box to shrink to the 6 lines */
    margin-bottom: 15px;      /* Pushes the button away from the text */
    transition: none;         /* Line-clamp doesn't animate well, best to keep it instant */
}

.card-text.expanded {
    display: block !important; /* Breaks the clamp to show everything */
    -webkit-line-clamp: unset;
    height: auto !important;
    overflow: visible;
}

.card-text::after {
  content: "";
  display: table;
  clear: both; /* clearfix to stop float bleed */
}


.image-right figcaption {
  font-size: 0.85em;
  color: #0F0D81;
  margin-top: 0.4em;
}
.stats-list {
  margin-left: 8em;  /* indentation from the left */
  padding-left: 1em; /* space for bullets */
  list-style-type: disc; /* keeps standard bullets */
}
.financetable{ margin-left: 8em;  /* indentation from the left */
	
}
.financetable2{ margin-left: 12em;  /* indentation from the left */
	
}
.indent3{
	margin: 40px;
}
.indent2{
	padding-left: 20px;
	margin-bottom: 10px;
}
.centerresults{
	text-align: center;
}

.mobile-table {
  display: none;
}

/* Show desktop table on wide screens */
.desktop-table {
  display: table;
}

/* On screens narrower than 768px (phones/tablets), switch */
@media (max-width: 768px) {
  .desktop-table {
    display: none;
  }
  .mobile-table {
    display: table;
  }
}
/* Combine with the font settings */

.jumbotron h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    
    /* Changed from 4rem to 5vw for responsiveness */
    font-size: 5vw; 
    
    color: #FFFFFF;
    text-transform: uppercase;
    
    /* Text Shadow remains the same */
    text-shadow: 
        3px 3px 10px rgba(15, 13, 129, 0.9), 
        0 0 5px rgba(15, 13, 129, 0.7);
}
.jumbotron h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    
    /* Changed from 4rem to 5vw for responsiveness */
    font-size: 5vw; 
    
    color: #FFFFFF;
    /*text-transform: uppercase;*/
    
    /* Text Shadow remains the same */
    text-shadow: 
        3px 3px 10px rgba(15, 13, 129, 0.9), 
        0 0 5px rgba(15, 13, 129, 0.7);
}

@media (max-width: 575.98px) {
.display-5{
 font-size: 1rem;
  font-weight: 500;
  line-height: .8;
 color: #0F0D81;
}
}

/* Small devices (tablets, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.display-5{
 font-size: 1rem;
  font-weight: 500;
  line-height: 1;
 color: #0F0D81;
}
}

/* Medium devices (desktops, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.display-5{
 font-size: 1rem;
  font-weight: 500;
  line-height: 1;
 color: #0F0D81;
}
}

/* Large devices (large desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
.display-5{
 font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
 color: #0F0D81;
}
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {
.display-5{
 font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
 color: #0F0D81;
	text-shadow: 0px 0px 12px white;
}
}
h1.display-4 {
    font-size: 2.5rem; /* Example size, the original is 3.5rem in B4.4.1 */
    /* Add !important if necessary, but it's generally better to use a more specific selector */
}
h1.display-5 {
    font-size: 2.75rem; /* Example size, the original is 3.5rem in B4.4.1 */
    /* Add !important if necessary, but it's generally better to use a more specific selector */
}
p.blue{color: #0F0D81;
	
}.jumbotron2 {
  padding: 1rem 1rem;
  margin-bottom: rem;
 background: url('../images/snBG2.png');
  border-radius: 0.3rem;
	
}

@media (min-width: 576px) {
  .jumbotron2 {
    padding: 2rem 1rem;
  }
}

.jumbotron-fluid2 {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.centerButton{
		text-align: center;
	
}
p.goble{color: #0F0D81;padding: 4px}

.indented-section {
  display: block; 
  margin-left: 30px;
}
.lesson-button2 {
    display: inline-block;
    width: 100%;           /* Allows it to be responsive */
    max-width: 233px;      /* Keeps your original size on desktop */
    height: 65px;
    background-image: url('http://forbushcorner.com/images/lessonButton1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    
    /* Better way to hide text for screen readers/SEO without the -9999px bug */
    color: transparent;
    overflow: hidden;
    text-align: center;
}

.lesson-button2:hover {
    background-image: url('http://forbushcorner.com/images/lessonButton2.png');
    color: transparent; /* Ensures text stays hidden on hover */
}

/* Fix the indented section for mobile so it doesn't push content off-screen */
@media (max-width: 576px) {
    .indented-section {
        margin-left: 15px; /* Reduce margin on small screens */
    }
}
.lesson-button {
    display: inline-block;
    width: 233px;
    height: 65px;
    text-indent: -9999px; /* Hides the text, showing only the background */
    background-image: url('http://forbushcorner.com/images/clinicbutton1.png');
    background-size: contain;
}

.lesson-button:hover {
    background-image: url('http://forbushcorner.com/images/clinicbutton2.png');
}
.card {
    height: auto !important;
    display: flex;
    flex-direction: column;
}



.card-item, .card {
    height: auto !important;
    min-height: 100%;
}

.card-body {
    display: flex;
    flex-direction: column;
    height: auto !important;
}

/* Ensure the button wrapper doesn't get squished */
.button-wrapper {
    clear: both;
    display: block;
    width: 100%;
    padding-bottom: 0px; /* This creates the extra space at the bottom */
}
.card-column-flow-container {
    /* Crucial property to enable column-based flow */
    column-count: 2; 
    /* Space between the columns */
    column-gap: 30px; 
    /* Ensures margin doesn't break the layout */
    margin: 0,-15,15;
}

.card-item {
    /* This is essential: it tells the browser not to split the card content across columns */
    break-inside: avoid;
    /* Ensures the card wrapper takes up the full width of its column */
    width: 100%;
}


