html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
   /* padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/*custom fixes*/
h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3, h4, h5, h6 {
    font-size: 18px;
}

h4, h5, h6 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

p {
    margin: 0 0 10px !important;
}

.short-input {
    width: 155px;
}

.center-password-input {
    text-align: center;
}


/* Custom Email Modal Styles */
.custom-email-modal {
    max-width: 1000px; /* Adjust width as needed */
}

.custom-email-modal .modal-content {
    height: auto; /* For dynamic height based on content */
    max-height: 800px; /* Maximum height */
    overflow-y: auto; /* Enable scroll if content exceeds max height */
}

/* If you want to specifically target the body of the modal for a max height */
.custom-email-modal .modal-body {
    max-height: 650px; /* Adjust max height as needed */
    overflow-y: auto; /* Enable scroll within the body if content exceeds max height */
}

#emailBody a {
    text-decoration: underline;
    color: #0078b4;
}

.egiftnumberlink {
    text-decoration: underline !important;
    color: #0078b4 !important;
}




