@font-face {
  font-family: 'Michigan Signature';
  src: url('/fonts/MichiganSignature.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Apotek';
  src: url('/fonts/Apotek-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


body {
  margin: 0;
  font-family: 'Montserrat', sans-serif!important;
  background-color: #ffffff;
}
.btn-email {
  background-color: #112152; /* deep blue */
  color: #ffffff;
  font-family: 'Apotek', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.btn-email:hover {
  background-color: #bea878;
  color: #112152;
}

.btn-linkedin {
  background-color: #0a66c2; /* LinkedIn blue */
  color: #ffffff;
  font-family: 'Apotek', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.btn-linkedin:hover {
  background-color: #ffffff;
  color: #0a66c2;
  border: 2px solid #0a66c2;
}


h1, h2, h3 {
  font-family: 'Apotek', sans-serif;
  text-transform: uppercase;
  color: #c10538;
}

h4, h5, h6 {
  font-family: 'Apotek', sans-serif;
  text-transform: uppercase;
  color: #000000;
}

.btn-blue {
  background-color: #c10538;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-blue:hover {
  background-color: #bea878;
  color: #fff;
}

.top-bar {
  background-color: #ffffff;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}

.logo {
  max-height: 200px;
  height: auto;
  width: auto;
  display: inline-block;
}

.tagline-bar {
  background-color: #112152;
  color: white;
  text-align: center;
  padding: 0.5rem;
  font-size: 1rem;
}

.hero {
  background-color: #112152;
  background-image: url("/images/bg/download-1.webp");
  color: #fff;
  padding: 5rem 1rem 3rem;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: scroll;
  background-size: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.content-section {
  padding: 4rem 1rem;
}

.auction-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.auction-card:hover {
  transform: translateY(-5px);
}

.footer {
  background-color: #112152;
  color: #ffffff;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  flex-wrap: wrap;
}

.footer-logo {
  max-height: 150px;
  width: auto;
}

.auction-section {
  background-image: url("/images/bg/download.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f8f9fa;
  padding: 4rem 1rem;
  position: relative;
}

.auction-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  padding: 3rem 2rem;
}

#nebraska-web-designers {
  display: block;
  padding: 20px;
  background-color: #000000;
}

.idealhtml img {}

#nebraska-web-designers .idealhtml {
  display: block;
  margin: 0px auto;
  text-align: center;
}

#nebraska-web-designers .idealhtml img {
  margin: 0px auto!important;
  display: block!important;
}
.idealhtml img {}
#nebraska-web-designers { padding: 20px; background-color: #000000;}
#nebraska-web-designers .idealhtml { display: block; margin: 0px auto; text-align: center;}
#nebraska-web-designers .idealhtml img { margin: 0px auto!important; display: block!important;}

html { scroll-behavior: smooth; }

nav.navbar {
  background-color: #112152;
  padding: 0.75rem 0;
}

nav .nav-link {
  color: #ffffff;
  margin: 0 1rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Apotek', sans-serif;
}
nav .navbar-nav {
  border-top: 3px solid #bea878;
  border-bottom: 3px solid #bea878;
  padding: 0.25rem 1.5rem;
  display: inline-flex;
}


nav .nav-link:hover {
  color: #c10538;
}

.top-bar {
  background-color: #ffffff;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}





.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Apotek', sans-serif;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  color: #fff;
  max-width: fit-content;
  margin: 0 auto;
}

.hero p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
}

.signature-text {
  font-family: 'Michigan Signature', cursive;
  color:#c10538;
  text-transform: capitalize!important;
}

.profile-section {
  background: url('/images/bg/secondary-bg.png') repeat;
  padding: 5rem 1rem;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.profile-img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.hero-header {
  position: relative;
  background: 
  linear-gradient(rgba(0, 0, 0, 0.9), rgba(255, 255, 255, 0.1)),
  url('/images/hero-header.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
}

.nav-overlay {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.nav-side {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0.5rem 1.25rem;
  border-top: 3px solid #bea878;
  border-bottom: 3px solid #bea878;
  background-color: rgba(0, 0, 0, 0.5); /* subtle opaque backdrop */
  border-radius: 6px;
  backdrop-filter: blur(2px); /* optional: softens background image behind */
}


.nav-side li a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Apotek', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s;
  font-size: 0.95rem;
  padding: 0.25rem 0.5rem;
  display: inline-block;
  font-size:1.35em;
  letter-spacing:2px;
}

.nav-side li a:hover {
  color: #bea878;
}

.hero-logo {
  margin: 0 1rem;
  display: flex;
  align-items: center;
}

.hero-logo img {
  max-height: 100%;
  width: auto;
  display: block;
  border-radius: 1rem;
}

.hero-content {
  position: relative;
  z-index: 5;
  padding-top: 160px;
}

.hero-content h1 {
  font-size: 2.25rem;
  font-family: 'Apotek', sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.hero-content p.lead {
  font-size: 1.125rem;
  font-family: 'Montserrat', sans-serif;
  max-width: 750px;
  margin: 0 auto 1.5rem;
}

.hero-content .tagline {
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 5px;
}
.introduction {
  background: transparent url(/images/download.png) no-repeat center top;
  background-color: transparent;
  padding: 5rem 1.5rem 1rem;
  margin-top: -30px;
}

.about {
  position: relative;
  display: block;
}
.btn-cta {
  background-color: #c10538; /* red */
  color: #ffffff;            /* white text */
  font-family: 'Apotek', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  border: none;
  display: inline-block;
  border-radius: 50px;       /* fully rounded */
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  letter-spacing: 2px;
}

.btn-cta:hover {
  background-color: #bea878; /* tan */
  color: #112152;            /* blue */
  text-decoration: none;
}
.solutions-bg {
  background: url('/images/solutions-background.webp') no-repeat center center;
  background-size: cover;
  position: relative;
}

.solutions-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.solutions-bg .container {
  position: relative;
  z-index: 2;
}


@media (max-width: 991.98px) {
  .nav-overlay {
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    align-items: center;
  }

  .nav-side {
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: rgba(17, 33, 82, 0.9); /* Dark blue semi-opaque */
    border-top: 3px solid #bea878;
    border-bottom: 3px solid #bea878;
    border-radius: 6px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .nav-side li a {
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem 0;
  }

  .nav-side li a:hover {
    color: #bea878;
  }

  .hero-logo {
    justify-content: center;
    margin: 0;
  }

  .hero-logo img {
    max-height: 100%;
    width:auto;
  }

  .hero-content {
    padding-top: 0px!important;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p.lead {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .tagline-bar {
    font-size: 0.9rem;
    padding: 0.5rem;
  }

  .auction-card {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }

  .auction-overlay {
    padding: 2rem 1rem;
  }

  .profile-section {
    padding: 3rem 1rem;
  }

  .profile-img {
    max-width: 80%;
    margin: 0 auto 1rem;
  }

  .footer-logo {
    max-height: 100%;
    width:auto;
  }

  .top-bar {
    padding: 0.75rem 0;
  }
  .custom-mobile-navbar {
    background-color: #112152;
    border-top: 3px solid #bea878;
    border-bottom: 3px solid #bea878;
  }
  
  .custom-mobile-navbar .nav-link {
    color: #fff;
    font-family: 'Apotek', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
  }
  
  .custom-mobile-navbar .nav-link:hover {
    color: #bea878;
  }
  .navbar-collapse {
  position: static !important;
}

  
}
