html {
  margin: 0px;
  height: 100%;
  width: 100%;
  padding: 0;
}

body {
  margin: 0px;
  min-height: 100%;
  width: 100%;
  padding: 0;
}

.container {
  margin-top: 2%;
}

.nonintro-footer {
  width: 100%;
  min-height: 30px;
  background-color: black;
  /*weird margins fix from grid.scss */
  margin-right: 0px; 
  margin-left: 0px
}

.bg-dark {
  background-color: white !important;
}

.granite-red {
  background-color: #75002f;
}

.red-hover :hover {
  background-color: #75012E;
}


hr {
  color: #75012E;
  border: 2px solid #75012E;
  margin: auto;
}


.row {
  margin-top: 15px;
}

.title-font {
  font-family: 'Abril Fatface', cursive !important;
  color: #d09412
}

.nav-link {
  font-size: 1.1em;
  color: #fcb41a !important;
}

.nav-link:hover {
  color: white !important;
}

.fit-logo-icon {
  border-radius: 50%;
  height: 100%;
}



.nav-link img:hover {
  cursor: pointer;
}

/* Navigation bar <ul> alignment */
.margin-right {
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .margin-right {
    margin-right: 0%;
  }
}

/* Navigation bar <ul> alignment */

/* #bio_jumbotron {
  background: url('./resources/main.JPG') no-repeat center center fixed;
  background-size: cover !important;
} */



.jumbotron {
  height: 30em;
}

.navbar {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.fab {
  color: #d09412;
}

.text-gold {
  color: #d09412;
}

.active {
  color: #fcc95cf3 !important;

}

.btn-danger {
  color: #fff;
  background-color: #75002f !important;
  border-color: #75002f;
  /*set the color you want here*/
  /* box-shadow: 1px #530122 !important; */
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #530122 !important;
  border-color: #530122 !important;
  /*set the color you want here*/
}


.btn-gold {
  color: black;
  background-color: #d09412 !important;
  border-color: #c58a14;
  /*set the color you want here*/
  /* box-shadow: 1px #530122 !important; */
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active,
.open>.dropdown-toggle.btn-gold {
  color: black;
  background-color: #e2a31a !important;
  border-color: #c58a14 !important;
  /*set the color you want here*/
}






.bg-image {
  margin-top: 8vh;
  background-position: 0px -30vh;
}

#multimedia-bg-img {
  background-position: 0px 0vh;
}



@media screen and (max-width: 450px) {
  /* .bg-image {
    margin-top: 0vh;  
    background-position: 0px  -50px; 
  } */

  #multimedia-bg-img {
    background-position: 0px 5vh;
  }

  /* #bio-bg-img {
    background-position: 0px 5vh ;
  } */
}


#sloagan , h2, h1 {
  text-shadow: 1px 1px 2px rgb(245, 242, 242), 0 0 2px rgb(221, 220, 220), 0 0 4px rgb(228, 228, 228);

}

#slogan {
  letter-spacing: 1px;
  height: 30px;               /* Fixed height */
  line-height: 30px;          /* Vertically center text */
  font-size: 2rem ;            /* Larger font size for desktop */
  white-space: nowrap;        /* Prevent wrapping */
  overflow: hidden;           /* Hide overflow */
  text-align: center;         /* Center text */
  
}

/* Mobile responsive styling */
@media (max-width: 768px) {
  #slogan {
    
    font-size: 1.3rem;        /* Smaller font size for mobile */
    white-space: normal;      /* Allow text to wrap on small screens */
  }
}

/* Additional adjustment for very small screens (e.g. phones) */
@media (max-width: 480px) {
  #slogan {
    font-size: 1.1rem !important;        /* Even smaller font size on very small screens */
  }
}