body {
  margin: 0;
  background-image: url("/_images/new/body_bg.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: white;
  overflow: visible;
  font-family: 'Open Sans', 'Raleway', sans-serif;
  /*font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
  font-size: .85rem;
  line-height: 1.5em;
}

.clear {
    clear: both;
}

p {
  font-family: 'Open Sans', Calibri, sans-serif;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #70716c;
  font-family: 'Open Sans', 'Raleway', sans-serif;
}

h3 {
  margin-top:1rem;
}

/* Centers any content. Used in the <h3>What We Do</h3 on the homepage. */
.center {
  text-align: center;
}

a:link, a:visited {
  color: #196c96;
  text-decoration: underline;
}

a:hover {
  color: #196c96;
  text-decoration: none;
  text-shadow: 0 0 2px #AAA;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 The accessible class positions the SKIP LINK off the screen for aesthetic purposes,
 but it remains visible to screen readers to avoid repetitive header content.
 This is a 508 Compliance requirement.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessible {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
    
a.accessible:active,
a.accessible:focus,
a.accessible:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 The following section of media queries is for HEADER background images and styling
 */

@media (max-width: 459px) {
  .header {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
}

@media (min-width: 460px) and (max-width: 767px) {
  .header {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .header {
    width: 80%;
    position: relative;
    margin: 0 auto;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
   bigDiv contains **everything** except the background image.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (max-width: 459px) {
  #bigDiv {
    top:40px;
    margin:0px auto;
    width:100%;
    height:100%;
    position:relative;
  }
}

@media (min-width: 460px) and (max-width: 767px) {
  #bigDiv {
    top:40px;
    margin:0px auto;
    width:100%;
    height:100%;
    position:relative;
  }
}

@media (min-width: 768px) {
  #bigDiv {
    margin:0px auto;
    width:90%;
    height:100%;
    position:relative;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Div for the body content of the page.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (max-width: 459px) {
  #body {
    background: rgba(237,237,237,0.2);
    padding:5px;
  }
}

@media (min-width: 460px) and (max-width: 767px) {
  #body {
    background: rgba(237,237,237,0.2);
    padding:10px;
  }
}

@media (min-width: 768px) {
  #body {
    background: rgba(237,237,237,0.3);
    padding:35px;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Div for the collections images on the home page.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.collectionsBG {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin:0px auto;
  padding: 3px;
  border: 1px solid #cdcdcd;
  -moz-box-shadow:    6px 0 3px -3px #dedede, -6px 0 3px -3px #dedede;
  -webkit-box-shadow: 6px 0 3px -3px #dedede, -6px 0 3px -3px #dedede;
  box-shadow:         6px 0 3px -3px #dedede, -6px 0 3px -3px #dedede;
}

.collections {
  position: relative;
  display: table-cell;
  padding: 34% 0 0 1px;
  background-repeat: no-repeat;
  background-size: 99% 100%;
  width: 100%;
  height: 100%;
    -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;

}

/* Not necessary now that DIV images are bg images.  Remove.*/
.collections img {
  border: 0;
  width: 100%;
  -webkit-filter: brightness(75%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.collections1:hover {
  -webkit-filter: brightness(90%);
}

.collections2:hover {
  -webkit-filter: brightness(100%);
}

.collections3:hover {
  -webkit-filter: brightness(105%);
}

.entireDiv {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}

/* * * * * * * * * * * * * * * * * * * * * * * *
 Begin media queries for the collections images.
 * * * * * * * * * * * * * * * * * * * * * * * */

@media (max-width: 1499px) {
  .collectionsGenesis {
    background-image:url(/_images/new/Genesis_s.jpg);
  }

  .collectionsStardust {
    background-image:url(/_images/new/Stardust_s.jpg);
  }

  .collectionsMicro {
    background-image:url(/_images/new/Microparticle_s.jpg);
  }
  
  .collectionsMeteorites {
    background-image:url(/_images/new/Meteorites_s.jpg);
  }
  
  .collectionsLunar {
    background-image:url(/_images/new/Lunar_s.jpg);
  }
  
  .collectionsCosmicDust {
    background-image:url(/_images/new/CosmicDust_s.jpg);
  }
  
  .collectionsHayabusa {
    background-image:url(/_images/new/Hayabusa_s.jpg);
  }
  .collectionsHayabusa2 {
    background-image:url(/_images/new/Hayabusa2_s.jpg);
  }
  .collectionsOrex {
    background-image:url(/_images/new/osiris-rex.jpg);
  }
  
}

@media (min-width: 1500px) and (max-width: 2399px) {
  .collectionsGenesis {
    background-image:url(/_images/new/Genesis_m.jpg);
  }

  .collectionsStardust {
    background-image:url(/_images/new/Stardust_m.jpg);
  }

  .collectionsMicro {
    background-image:url(/_images/new/Microparticle_m.jpg);
  }
  
  .collectionsMeteorites {
    background-image:url(/_images/new/Meteorites_m.jpg);
  }
  
  .collectionsLunar {
    background-image:url(/_images/new/Lunar_m.jpg);
  }
  
  .collectionsCosmicDust {
    background-image:url(/_images/new/CosmicDust_m.jpg);
  }
  
  .collectionsHayabusa {
    background-image:url(/_images/new/Hayabusa_m.jpg);
  }
  .collectionsHayabusa2 {
    background-image:url(/_images/new/Hayabusa2_m.jpg);
  }

  .collectionsOrex {
    background-image:url(/_images/new/osiris-rex.jpg);
  }
  
}

@media (min-width: 2400px) {
  .collectionsGenesis {
    background-image:url(/_images/new/Genesis.jpg);
  }

  .collectionsStardust {
    background-image:url(/_images/new/Stardust.jpg);
  }

  .collectionsMicro {
    background-image:url(/_images/new/Microparticle.jpg);
  }
  
  .collectionsMeteorites {
    background-image:url(/_images/new/Meteorites.jpg);
  }
  
  .collectionsLunar {
    background-image:url(/_images/new/Lunar.jpg);
  }
  
  .collectionsCosmicDust {
    background-image:url(/_images/new/CosmicDust.jpg);
  }
  
  .collectionsHayabusa {
    background-image:url(/_images/new/Hayabusa.jpg);
  }
  .collectionsHayabusa2 {
    background-image:url(/_images/new/Hayabusa2.jpg);
  }
  
  .collectionsOrex {
    background-image:url(/_images/new/osiris-rex.jpg);
  }
  
}

h1, h2, h3, h4, h5, h6 {
  color: #70716c;
  font-family: 'Open Sans', 'Raleway', sans-serif;
}

h3 {
  margin-top:1rem;
}

a:link, a:visited {
  color: #196c96;
  text-decoration: underline;
}

a:hover {
  color: #196c96;
  text-decoration: none;
  text-shadow: 0 0 2px #AAA;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 The following section manipulates the placement of the NASA meatball in the header of the page.
 It also styles the hyperlinks in this section.
 Having this section in a div allows the Google Search section to display at the top right of the page.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (max-width: 767px) {
  #NASA {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  #NASA a {
    font-size: 1.5vw;
  }
}

@media (min-width: 1000px) {
  #NASA a {
    font-size: 15px;
  }
}

#NASA {
  float:left;
  width: 50%;
  margin:0 5% 0 0;
  font-family: Candara, 'Open Sans', Arial, sans-serif;
}

a.nasa:link, a.nasa:active, a.nasa:visited {
  color: #93948e;
  text-decoration: none;
}

a.nasa:hover {
  color: #a8aa9e;
  text-decoration: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 The following section manipulates the placement and opacity of the social media icons in the header of the page.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (max-width: 767px) {
  #GoogleSearch {
    display: none;
  }
}

#GoogleSearch {
  float:right;
  text-align: right;
  vertical-align: middle;
  width:40%;
  height: 30px;
  margin:0 0 0 5%:
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Div position (and font) for the Curation main header text, just above the menu, is set here.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media (max-width: 767px) {
  #Curation {
    display: none;
  }
}

#Curation {
  /*margin-top: 140px;
  position:absolute;*/
  bottom: 10;
  font-family: 'Open Sans', 'Raleway', sans-serif;
  width:100%;
}

#Curation h1 {
  font-weight: 500;
  text-shadow: 0px 1px 1px #4d4d4d;
  margin-top: 0rem;
  color: #333333;
  text-align:center;
  /*white-space: nowrap;*/
  margin-top:.5rem;
  margin-bottom:1.3rem;
}

#Curation a:link, a:visited {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1049px) {
  #Curation h1 {
    font-size:3.4vw;
  }
}

@media (min-width: 1050px) {
  #Curation h1 {
    font-size:2.5rem;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 The background gradient for the main menus is here.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.menuContainer {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  text-transform: uppercase;
  background: #2b2b2b; /* Old browsers */
  background: -moz-linear-gradient(top,  #2b2b2b 0%, #4d4d4d 30%, #4d4d4d 49%, #383838 60%, #333333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #2b2b2b 0%,#4d4d4d 30%,#4d4d4d 49%,#383838 60%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #2b2b2b 0%,#4d4d4d 30%,#4d4d4d 49%,#383838 60%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
  border-right: thin solid #ccc;
}

.menuFirst {
  border-top-left-radius: 5px;
}

.menuLast {
  border-top-right-radius: 5px;
  border-right: none;
}

.menu a:link, a:visited {
  /* Disabled color because of problems it was causing with link colors in the body paragraphs.  Revisit when implementing menu again.
  color: #ffffff;*/
  text-decoration: none;
}

.menuActive {
  background: #405767; /* Old browsers */
  background: -moz-linear-gradient(top,  #405767 0%, #005482 28%, #005985 49%, #013856 59%, #00324d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #405767 0%,#005482 28%,#005985 49%,#013856 59%,#00324d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #405767 0%,#005482 28%,#005985 49%,#013856 59%,#00324d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405767', endColorstr='#00324d',GradientType=0 ); /* IE6-9 */
}

.menu:hover {
  background: #4c4c4c;
}

/*Not sure if the following is necessary once a pulldown menu is implemented*/
@media (max-width: 767px) {
  .menu h2 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: 1.10vw;
    font-weight: 500;
  }
}

@media (min-width: 768px) and (max-width: 1429px) {
  .menu h2 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: 1.10vw;
    font-weight: 500;
  }
}

@media (min-width: 1430px) {
  .menu h2 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: 1.89em;
    font-weight: 500;
  }
}

.menu span {
  font-size:115%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Styling for the button links under the "Who We Are" section is here.
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.buttonsOutterDiv {
  text-align: center;
  margin: 0 auto 10px; 
  font-size: 12px;
  padding: 0 12px;
}

.buttonsOutterDiv a {
  text-decoration: none;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0 12px;
}

.inYourClassroomImg {
  width: 100%;
  max-width: 16rem;
  margin: 1rem;
}



@media (max-width: 1400px) {
  .carousel-caption{
    top: 1px !important;
  }
}
@media (max-width: 1200px) {
  #myCarousel{
    display: none !important;
  }
}