body {
  /* padding: 50px; */
}

.card {
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.row {
  margin: 20px;
}

/* .navbar {
  background-color: #007070;
} */

.navbar-brand, .navbar:hover {
  color: black;
}

.dataTables_length label, .dataTables_filter label, {
  border: solid 1px #ccc;
  padding: 10px;
}

@media print {
  #listHeader {display:none;}
  body {
    padding: 5px !important;
  }  
  li {
    margin-bottom: 5px !important;
    border: 0px !important;
    border-bottom: solid 1px #ccc !important;
    line-height: 1.1 !important;
    font-size: 14px !important;
    width: 50% !important;
    display: inline-block !important;
    padding: 5px !important;
  }
  .row {
    margin: 0px;
  }
  .itemMarkers { 
    display: none;
  }
}

/* Reset h1 and h2 to match div styling */
#mapsFilters h2,
#mapsList h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* Screen reader only class for hidden h1 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* BRANDING ------>  */
#logo {
    position: absolute;
    /* width: 442px; */
    max-width: 442px;
    /* width: 65%; */
    width: 94px;
    height: 59px;
    /* top: 13px; */
    top: 28px;
    left: 0;
    background: url(../images/uncw-logo-teal_222x222.svg) 0 0 no-repeat;
    background-position: top left;
    background-size: 209px;
}

#logo a {
    display: block;
    /* width: 386px; */
    max-width: 138px;
    height: 59px;
}

@media (min-width: 768px) {
    #logo {
        width: 50%;
        top: 28px;
        background-size: contain;

    }

    #logo a {
        max-width: 386px;
    }
}