* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold-la: #ffbb00;
  --green-la: #00923f;
  --red-la: #d52c27;
  --black: #2C3639;
}

@font-face {
  font-family: typewriter; 
  src: url('/fonts/typewriter.ttf') format('truetype');
}

body {
  font-size: 16px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #2C3639 !important;
  margin: 0;
  padding: 10px;
}

hr {
  width: 50%;
  margin: 20px auto;
  border: none;
  height: 4px;
  border-radius: 20px;
}

.custom-carousel {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.carousel-slide {
  display: none;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-slide.active {
  display: block;
}

.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 40px 20px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: white;
}

.overlay h2 {
  margin: 0 0 10px;
  font-size: 28px;
}

.overlay p {
  margin: 0;
  font-size: 16px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.4);
  color: white;
  font-size: 24px;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  z-index: 10;
  transition: background 0.3s;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.7);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* name card */
.name_card {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  background-color: var(--black);
  margin: auto;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter:blur(4px);
  border: 1px solid rgba(255,255,255,0.1);
  z-index: 1;
}

.photo {
  width: 200px;
  height: auto;
  border-radius: 10px;
}

.card-content {
  flex:1;
  color: white;
}

.text {
  justify-content: center;
  font-size: 16px;
  margin: 1px;
  text-justify: inter-word;
}

/* something i dont remember */
h1 {
  text-align: center;
  font-size: 100px;
  color: white;
  font-family: 'typewriter', sans-serif !important;
}
h3 {
  text-align: center;
}

/* case study card */
.card {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1px;
  padding: auto;
}

.card .photo {
  width: 100%;
  height: 300px;
  border-radius: 4px;
  object-fit: cover;
  background-color: red;
}

#hf_card_body{
  background-color: rgba(179, 218, 186, 0.35);
  display: inline-block;
  text-align: center;
  min-width: 30%;
  min-height: 200px;
  border-radius: 10px;
  flex: 0 0 250px;
  padding: 10px;
  margin: 5px;
  box-shadow: 2px 2px 10px lightslategrey;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border: 7px solid #b3daba;
  z-index: 1;
}

#svc_card_body{
  background-color: rgba(223, 128, 68, 0.35);
  display: inline-block;
  text-align: center;
  min-width: 30%;
  min-height: 200px;
  border-radius: 10px;
  flex: 0 0 250px;
  padding: 10px;
  margin: 5px;
  box-shadow: 2px 2px 10px lightslategrey;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border: 7px solid #DF8044;
  z-index: 1;
}

#Coffee_body {
  background-color: rgba(220, 215, 201, 0.35);
  display: inline-block;
  text-align: center;
  min-width: 30%;
  min-height: 200px;
  border-radius: 10px;
  flex: 0 0 250px;
  padding: 5px;
  margin: 5px;
  box-shadow: 2px 2px 10px lightslategrey;
  border: 7px solid #dcd7c9;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border: 7px solid #dcd7c9;
  z-index: 1;
}

#clp_body {
  background-color: rgba(233, 139, 152, 0.35);
  display: inline-block;
  text-align: center;
  min-width: 30%;
  min-height: 200px;
  border-radius: 10px;
  flex: 0 0 250px;
  padding: 5px;
  margin: 5px;
  box-shadow: 2px 2px 10px lightslategrey;
  border: 7px solid #E98B98;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border: 7px solid #E98B98;
  z-index: 1;
}

#dtla_body {
  background-color: rgba(1, 142, 255, 0.35);
  display: inline-block;
  text-align: center;
  min-width: 30%;
  min-height: 200px;
  border-radius: 10px;
  flex: 0 0 250px;
  padding: 5px;
  margin: 5px;
  box-shadow: 2px 2px 10px lightslategrey;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border: 7px solid #FFD367;
  z-index: 1;
} 

/* delete later its a test */
.card_body {
  background-color: #00923f;
  display: inline-block;
  text-align: center;
  min-width: 25%;
  min-height: 200px;
  border-radius: 10px;
  flex: 0 0 250px;
  padding: 10px;
  margin: 5px;
}

.text-field a {
  font-weight: 700;
  font-size: 1.2em;
  color: white;
}

.text-field p {
  color: whitesmoke;
}
.text-field h2 {
  color: white;
  margin: 10px;
  padding: auto;
  font-size: 1.5em;
}
.text-field h3 {
  font-size: 1.2em;
  color: whitesmoke;
  margin: 5px;
  padding: 1px;
  opacity: 50%;
}

.footer_text {
  text-align: center;
  font-size: 30px;
  font-weight: 800px;
  color: whitesmoke;
}
.email {
  font-size: 5rem;
  color: white;
}
.email:hover {
  color: white;
  }
}
/* carausol */
.carousel-inner img {
  display: block;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  height: 100%;
}
/** GD Images **/
.GD_images img {
  width:35%;
  height:35%;
  position: relative;
  margin-left: 32%;
}
.modal {
  text-align: center;
  padding: 0;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.custom-img {
  max-width: 100%;
  background-size: cover;
  display: block;
  margin: 0 auto;
}
.modal-body img {
    max-width: 100%; /* Ensures it fits within the modal */
    border-radius: 10px; /* Optional rounded corners */
    filter: brightness(0.9); /* Example: Adjust brightness */
}
.modal-body p {
  font-size: 16px;
}

/** socails **/
.socials {
  position: relative;
  z-index: 1;
}
.socials .soc {
  height: 100px;
  width: 100px;
  margin: 50px;
  background-size: cover;
}
.socials .insta{
  height: 100px;
  width: 100px;
  margin: 50px;
  background-size: cover;
}
.socials .twitter{
  height: 100px;
  width: 100px;
  margin: 50px;
  background-size: cover;
}

/* media queries */
/* Large */
@media (min-width: 1200px) {
  .photo {
    width: 300px;
  }
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
  .photo {
    width: 240px;
  }
}

/* Small */
@media (min-width:768px) and (max-width:991px) {

}

/* extra small */
@media (max-width: 767px) {
  .name_card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .photo {
    width: 100%;
    max-width: 300px;
  }
  .name_card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /* Header */
  .navbar-brand {
    padding-top: 10px;
    height: 80px;
  }
  .navbar-brand h1 { /* Restaurant name */
    padding-top: 10px;
    font-size: 5vw; /* 1vw = 1% of viewport width */
  }
  .navbar-brand p { /* Kosher cert */
    font-size: .6em;
    margin-top: 12px;
  }
  .navbar-brand p img { /* Star-K */
    height: 20px;
  }

  #collapsable-nav a { /* Collapsed nav menu text */
    font-size: 1.2em;
  }
  #collapsable-nav a span { /* Collapsed nav menu glyph */
    font-size: 1em;
    margin-right: 5px;
  }
}

/* extra extra small */
@media (max-width: 479px) {
  p {
    font-size: 14px;
  }
  .email {
    font-size: 2.5rem;
  }
  .photo {
    width: 230px;
  }
  #Coffee_body, #svc_card_body, #hf_card_body, #clp_body, #dtla_body {
    min-width: 90%;
  }

  .name_card {
    width: 350px;
    height: fit-content;
  }
  .name_card img {
    position: relative;
    margin: auto;
    width: 50%;
    height: 50%;
  }
  .card-content h2 {
    position: absolute;
    text-align: center;
    font-size: 1em;
  }
  .card-content h1 {
    text-align: center;
    font-size: 1.3em;
    padding: 1px;
  }
  .box {
    height: 70px;
    width: 70px;
    margin: 10px;
  }
  .socials .soc {
    height: 50px;
    width: 50px;
  }
  .socials .insta {
    height: 50px;
    width:50px;
  }
  .navbar-brand h1 {
    padding-top: 5px;
    font-size: 6vw;
  }
}



