

		/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	/*toggle to save eyes*/
	/* background: #ccc; */
  color: #000;
  padding-top: 0.1rem;
  padding-bottom: 3rem;
}

table.border-0 th, table.border-0 td {
	border: 0;
}

.navbar {
    border-bottom: 1px #eee solid;
}

.navbar-brand > img {
	max-width: 100%;
}

.navbar-text .nav-link {
    display: inline-block;
    padding: .25rem 1rem;
}

.objective-title {
	font-size: 1.25rem;
	font-weight: bold;
}

.phase-title {
	font-size: 1.25rem;
	font-weight: bold;
	text-decoration: underline;
}

/* multi-level dropdowns */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* it may just look a little nicer this way */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
}

/* mostly for pubs+res page */
cite {
	font-style: normal;
}

.pub-list {
    list-style: none;
}

.pub-list > li {
    margin-bottom: 0.75rem;
}

abbr[title] {
	cursor: unset;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  /*color: #5a5a5a;*/
  text-shadow: 0.1em 0.15em 0.15em rgba(0,0,0,0.5)
  z-index: 10;
}

.carousel-caption h1 {
	font-size: 3.5rem;
	font-weight: 600;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-item img {
  width: 100%;
  height: 512px;
  object-fit: cover;
  object-position: center;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.twitter-box {
	min-width: 40%;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.org-logo {
	margin-top: 2rem;
    width:75%;
}

.lead {
	font-weight: 350;
}

.desc-list li {
	font-size: 1.25rem;
	font-weight: 350;
}

.site-contacts  p {
    margin-bottom: 0.25rem;
}

.site-contacts  address {
    margin-top: 0.5rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}
