html {
  height: 100%;
  box-sizing: border-box;
}



.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

body {
  /* ANDREW REMOVED THIS
  max-width: 64rem;*/
  min-height: 100%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  font-family: pt-sans, sans-serif;
  padding-bottom: 5rem;
  overflow: auto;
}



.header {
  background: #2F4A03;
  width: 100%;
  border-bottom: 9px solid #5A023D;
  height: 3rem;
  position: relative;
}

.header__home {
  display: flex;
  justify-content: center;
}

.header__pages {
  display: flex;
  flex-flow: row nowrap;
  /* ANDREW REMOVED THIS
  max-width: 64rem;*/
  position: fixed;
  align-items: center;
/*Sharon added this line of code*/
  z-index: 1900000000;
  top: 0;
}

.header__pages h1 {
  display: inline;
  text-transform: uppercase;
  color: #EFB010;
  font-weight: normal;
  margin-left: .5rem;
  /*Sharon changed this from 1rem*/
  font-size: 1.25rem;
}

.header__pages--single-link {
  min-height: 3.5rem;
  width: inherit;
  display: block;
  position: relative;
  z-index: 1900000000;

}
.header__pages--single {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.header__pages--single h1 {
	/*Sharon changed this from because text should not always be capitalized*/
  text-transform: none;
}

.nav__actions {
  display: inline;
  margin: .2rem 0 0 .4rem;
}

.hamburger {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

.close {
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

.hamburger img{
  width: 1.9rem;
}
.close img{
  width: 1.9rem;
}
.header__logo {
  max-height: 2.25rem;
  padding: .4rem 0 .2rem;
}

.hero-img {
  width: 100%;
}

/*Sharon added new code starting here*/
.quiz-menu {

}
/*Sharon ended new code here*/

.home-menu {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  top: -.275rem;
}

.home-menu__link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  border-bottom: 1px solid #EFB010;
  text-decoration: none;
  color: #000;
}

.home-menu__link:hover {
  background: #EFB010;
  color: #fff;
}

.home-menu__item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  width: 80%;
  padding: 1rem 0;
  align-items: center;
}

.home-menu__icon {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
}

.home-menu__text {
  text-transform: uppercase;
  font-size: 1rem;
  margin-left: 1.4rem;
}

footer {
  background: #D8D8D8;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 0.25rem;
  border-top: 4px solid #EFB010;
  text-align: center;
}


/*Andrew added the footer__links class and media query below*/
.footer__links {
  float:right;
  margin-top:10px;
}
@media screen and (max-width: 768px) {
  .footer__links {
    float:none;
  }
}

.footer__logo {
  /* Andrew increased logo size for readability */
  width: 24rem;
  margin: auto;
  margin-bottom: .5rem;
}


@media (max-width: 992px){
  .footer__logo {
  width: 16rem;
}

}

.footer__item {
  margin: 0 0;
}

.footer__link {
  text-transform: uppercase;
  text-decoration: none;
  color: #2F4902;
  margin-top: 0;
}

.back-arrow {
  width: 1rem;
  height: 1.625rem;
  padding-left: 1rem;
}

.menu {
  z-index: 1000000; 
  font-size: 1.125rem; 
  width: 100%; 
  background: #5A023D; 
  position: fixed; 
  top: 3.5rem;
  /* ANDREW REMOVED THIS
  max-width: 64rem;*/
  text-align: center; 
}
.menu ul {
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
  list-style-image: none;
}
.menu li {
  display: block; 
  padding: 15px 0 15px 0; 
  border-bottom: #fff 1px solid;
}
.menu li:hover{
  display: block; 
  padding: 15px 0 15px 0; 
  border-bottom: #fff 1px solid;
}
.menu ul a li {
  text-decoration:none; 
  margin: 0px; 
  color: #fff;
}
.menu ul a:hover li,
.menu ul a:active li{
  color: #EFB010; 
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.menu a {
  text-decoration: none; 
  color: #fff;
}
.menu a:hover {
  text-decoration: none; 
  color: #fff;
}

.nav-alphabet {
  top: 3.6rem;
  right: 2.5rem;
  float: right;
  position: relative;
}

.nav-alphabet__links {
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  background-color: rgba(255,255,255,0.49);
  padding: .25rem;
  z-index: 1000;
}

.nav-alphabet__link {
  color: #2F4A03;
  text-decoration: none;
  padding: 0.5rem;
  font-size: 1rem;}

.alphabet {
  color: #2F4902;
  background-color: #F9E7C2;
  font-weight: 700;
  padding: .2rem 0 .2rem .5rem;
  font-size: .8rem;
  line-height: 1rem;
  border-top: 1px solid #fff;
}

.alphabet:first-of-type {
  border: 0;
  padding-top: 3.8rem;
}

.plants__plant {
  background: #FDF4E2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-decoration: none;
}

.plants__term {
  display: flex;
  flex-flow: column nowrap;
}

.plants__arrow {
  padding: 0 3rem 0 0;
  font-size: 3rem;
  color: #aaa;
  width: 1.625rem;
  height: 3rem;
}

.plants__plant:nth-child(even) {
  background: #FCECD1;
}

.plants__english-term {
  color: #2F4A03;
  padding: .5rem 0 .3rem 1rem;
  margin: 0;
}

.plants__science-term {
  color: #2F4A03;
  padding: .0rem 0 .5rem 1rem;
  font-size: .875rem;
  font-style: italic;
  margin: 0;
}
/*Sharon added new code starting here*/

.plants2__plant2 {
  background: #FDF4E2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-decoration: none;
}
  
.plants2__term2 {
  display: flex;
  flex-flow: column nowrap;
}
  
.plants2__english-term2 {
  color: #2F4A03;
  background: #FDF4E2;
  padding: .5rem 2.75rem .3rem 1rem;
  margin: 0;
}
/*Sharon ended new code here*/
.slider-img--for {
  width: 100%;
}

.slider-img--nav {
  height: 3rem;
  /*Sharon added this line*/
  padding-left: 0.75rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: -4.5rem;
  z-index: 1;
}

/*Sharon added new code starting here*/
.simplePage {
  line-height: 1.25;
  padding: 4.5rem .5rem .2rem .5rem;
  bottom: 0;
  color: #2F4902;
  font-weight: normal;
}

.simplePage p{
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  text-align: left;
}
/*Sharon ended new code here*/

figure {
  margin: 0;
}


figcaption {
  bottom: 0;
  padding: 1rem;
  color: #2F4902;
  font-weight: normal;
}

figcaption p{
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  text-align: center;
}

figcaption li{
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

figcaption p:first-child{
  margin-bottom: .25rem;
}

.content__slider {
  margin-bottom: 7rem;
}

.slick-dots li button:before {
  font-size: 40px;
  margin-top: .5rem;
}





  .header {
    height: 6rem;
  }

  .header__pages--single-link {
    height: 5.5rem;
  }

  .header__logo {
    max-height: 4.5rem;
    padding: .8rem 0 .1rem;
    margin: 0;
  }  

  .home-menu__text {
    font-size: 1.5rem;
    margin-left: 1.4rem;
  }
  
/*Sharon added new code starting here*/
.quiz-menu {
    float: left;
    width: 100%;
    position: relative;
     padding-top: 6rem;
}


.content{
padding-top: 1rem;
}
/*Sharon ended new code starting here*/
.menu {
    top: 5.5rem;
    margin-bottom: -6rem;
  }

  .nav__actions {
    margin-left: 1.1rem;
  }

  .nav-alphabet {
    top: 6.6rem;
  }

  .alphabet:first-of-type {
    padding-top: 6rem;
  }
  .hamburger {
    padding: 0;
  }

  .hamburger img {
    width: 3rem;
    height: 3rem;
  }

  .close {
    padding: 0;
  }

  .close img {
    width: 3rem;
    height: 3rem;
  }

  .header__pages h1 {
    margin-left: 1rem;
    font-size: 2rem;
  }

  .slider-img--nav {
    height: 3rem;
  }

/*Sharon added new code starting here*/
.simplePage {
  padding-top: 6.5rem;
}
/*Sharon ended new code here*/

@media screen and (min-width: 48rem) {
  footer {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    text-align: left;
  }

  .footer__logo {
    margin: 0;
  }
}

@media screen and (min-width: 64rem) {
 
}



html {
    font-size: 16px !important;
    }


    .container{
          margin-top: 6rem;
    }


    .h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px !important;
    margin-bottom: 10px;
}

body {
    font-family: pt-sans, sans-serif !important;
}

.nav__actions, .hamburger {
	height: 48px;
}


* {
    box-sizing: border-box;
}

.header, .back-arrow{
  box-sizing: content-box !important;
}
