main {
#main-logo {
margin-top: 0;
margin-bottom: 0;
}

.container-fluid {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar-brand {
padding-top: 0;
padding-bottom: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/*
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
*/
/*
    Homepage Specific
*/
.container-full {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .home-card {
        min-height: 230px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .home-card {
        min-height: 230px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .home-card {
        min-height: 312px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .home-card {
        min-height: 275px;
    }
}

/*
    Website Header
*/
.splash-details {
    color: white;
    margin-top: 15%;
}
.bg-tarheel {
    background-color: #7BAFD4;
    color: white;
}
.bg-tarheel .card-title {
    color: aliceblue;
}
.xs-top-header {
    background-color: #7BAFD4;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.xs-top-header a, .xs-top-header a:visited, .xs-top-header a:active {
    color: white;
}
.xs-top-header a:hover {
    color: antiquewhite;
}
#main-logo {
    max-width: 300px;
}

.footer {
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    background-color: #044D6D;
    color: white;
}

.footer-title {
    font-size: 22px;
    font-weight: bold;
}

/*
    Site Specific
*/

h2 {
    color: #1B5D7A;
}

h3 {
    font-size: 22px;
    color: deepskyblue;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

.notification-block {
    padding: 10px;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    background-color: #044D6D;
    color: white;
    border-radius: 15px;
    border: 4px solid aliceblue;
}

.attention {
    color: #ff0000;
}

.g-recaptcha {
    position: inherit !important;
}

.field-validation-error {
    font-weight: bold;
    color: #dc3545;
}

}