html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Georgia', serif;
    color: #2b2b2b;
}
.content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    width: 100%;
    height: 50vh;
    color: white;
    text-align: center;
    
}

.content-wrapper-register {
  flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    width: 100%;
    height: 75vh;
    color: white;
    text-align: center;
}




footer {
    font-size: 0.9rem;
    padding: 15px 0;
    text-align: center;
}

.footer-inner {
  display: flex;
  align-items: center;
}

.footer-left,
.footer-right {
  flex: 1;
  min-width: 200px;
}

.footer-center {
  flex: 1;
  
}



.text-gold {
  color: #d49b39 ;
}


.social-icons a {
text-decoration: none;
transition: color 0.3s ease;
}

.social-icons a:hover {
color: #ffffff;
}


@media (max-width: 768px) {
  footer {
    position: static !important;
  }
}


.navbar {
    background-color: #212830;
}

.btn-outline-light {
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 500;
}

.background-image {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.blackback {
    background-color: rgba(33, 40, 48, 0.90);
    color: white;
  
}
.box-size {
    width: 75%;
    height: 750%;
}

@media (max-width: 425px) {
    .hide425 {
      display: none;
    }
  }

  .custom-btn {
    background-color: #a47e3b; /* A rich gold/brown */
    color: white;
    border: none;
  }
  
  .custom-btn:hover {
    background-color: #d49b39; /* Darker shade on hover */
  }

  .custom2-btn {
    color: white;
    border: none;
  }
  
  .custom2-btn:hover {
    background-color: #d49b39; /* Darker shade on hover */
  }

 .padding {
    padding: 20px;
  }


