 /* *{
			border: 1px dashed red;
		} 
      */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Alegreya", serif;
}

h6 {
  text-align: center;
}

h3{ 
    color: #5a3c05;
    font-style: italic;
}

body {
  font-family: "Alegreya", serif;
  /*background-image: url(../img/subtle_white_feathers_@2X.jpg);
  background-repeat: repeat;*/
  background-color: #fff;
}

a {
  text-decoration: none;
}

.bodyCopy {
  font-family: "alegreya", serif;
  font-size: 16px;
  line-height: 2.4rem;
  color: #666666;
}

#mainLogo {
  height: 58px;
  margin: 14px 0 0 20px
}


nav li {
  color: #685a1c;
  text-decoration: none;
  list-style: none;
  display: inline;
  padding-right: 40px;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 16px;
}

nav ul {
  margin: 24px 0 0 120px;
}

.navBckgrnd {
  background-color: #fff;
  width: 100%;
  height: 78px;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 1;
  background-image: url(../img/treeBranch.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 22.5%;
}

#heroImg {
  width: 100%;
}

#introPara {
  color: #586e33;
  font-family: "Alegreya", serif;
  font-style: italic;
  margin: 16px 4% 0 0;
}

#birdCountHdline {
  color: #586e33;
  margin: 20px 0 9px 0;
  font-style: italic;
  line-height: 3.7rem;
}

#main-draw {
  margin: 12px 0 6px 0;
  color: #586e33;
  font-style: italic;
}

#birding,
#photography,
#planting {
  color: #586e33;
}

form {
  font-family: "alegreya sans", sans-serif;
  margin: 0 auto;
  display: block;
}

.email  {
  text-align: center;
}

input.button {
  background-color: darkred;
  color: #fff;
  font-family: "Alegreya sans", sans-serif;
  border: none;
  margin: 0 auto;
  display: block;
  width: 100px;
}

.spacer {
  height: 15px;
}

button {
  background-color: darkred;
  color: #fff;
  border: none;
  font-family: "alegreya sans", sans-serif;
}

p.subsectionLinks {
  color: #586e33;
  text-decoration: none;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 2rem;
}

.grayLine1, .grayLine2 {
  background-color: #c9c9c9;
  height: 1px;
  width: 70%;
  margin: 18px auto 0 auto;
}

#spacer2 {
  width: 20px;
  display: inline-block;
}
#hdline {
background-color: rgb(186, 140, 25);
padding: 35px 0 0 35px;
box-sizing: border-box;
margin-top: 16px;
}

#listing {
    column-count: 3;
    column-width: 220px;
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    line-height: 2.1rem;
    margin: 0 auto 35px;
    background-color: goldenrod;
    padding: 35px;
    box-sizing: border-box;
}

.alphabet {
    font-family: "alegreya sans", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #5a3c05;
}

#treeBranch4 {
  margin: 0 0 20px 70%;
  width: 30%;
}

#cont {
  box-sizing: border-box;
}

#group {
  width: 30%;
  margin: 8px 12px 6px 0;
  box-sizing: border-box;
}

h2 {
  font-style: italic;
  margin: 30px 0 0 0;
  color: #5a3c05;
}
/* -----------------------------------Queries-------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 550px) {
  form input {
    width: 50%;  
  }

  #menu-icon {
  position: fixed;
  top: 6px;
  right: 16px;
  font-size: 26px;
  z-index: 3;
  color: #000;
}

#whiteLine {
  display: none;
}

  .sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(204, 75, 16);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background-image: url(../img/mathew-schwartz-5iFZBM7qgWc-unsplash.png);
    background-position: 32% bottom;
    background-repeat: no-repeat;
    background-size: 300%;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  #mobileHeroImg {
    width: 100%;
    margin-top: 78px;
  }
  
  #heroImg {
    display: none;
  }

  .trioOfImgs {
    width: 100%;
    margin: 22px 0 0 0;
  }

  .trioOfImgs1 {
    width: 100%;
    margin: 0;
  }
  
  #littleBird {
    width: 38%;
    margin: 0;
  }
  
  #cta {
    margin-bottom: 0;
    color:  #fff;
    font-style: italic;
    text-align: center;
  }

  footer {
  padding: 16px;
  background-color:#759244;
}

#introPara {
  margin: 16px 4% 0 0;
  font-size: 18px;
}

ul {
  display: none;
}

.navBckgrnd {
  background-image: url(../img/treeBranch.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 42.5%;
}

.columns {
  width: 100%;
}

#icons {
  text-align: center;
}

.smIcon {
  width: 36px;
  margin-top: 40px;
}
}

@media only screen and (min-width: 550px) {

  form input {
    width: 50%;  
  }

  #mobileHeroImg {
    width: 100%;
    margin-top: 78px;
  }

  #heroImg {
    display: none;
  }

  #introPara {
    margin: 16px 4% 0 0;
    font-size: 18px;
}

#menu-icon {
  position: fixed;
  top: 6px;
  right: 16px;
  font-size: 26px;
  z-index: 3;
  color: #000;
}

  .trioOfImgs {
    width: 100%;
    margin: 0;
  }

  .trioOfImgs1 {
    width: 100%;
    margin: 0;
  }
  
  #littleBird {
    width: 28%;
    margin: 0 auto;
    display: block;
  }

  #whiteLine {
    display: none;
  }
  
    .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgb(204, 75, 16);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background-image: url(../img/mathew-schwartz-5iFZBM7qgWc-unsplash.png);
    background-position: 32% bottom;
    background-repeat: no-repeat;
    background-size: 300%;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .navBckgrnd {
  background-image: url(../img/treeBranch.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 41.5%;
}

.columns {
  width: 100%;
}

#icons {
  text-align: center;
}

.smIcon {
  width: 36px;
  margin-top: 40px;
}
footer {
background-color:#759244;
}
}

@media only screen and (min-width: 551px) and (max-width: 700px) {


  ul {
    display: none;
  }

  /*
  .bodyCopy {
    font-size: 15px;
    line-height: 2.1rem;
  }
*/
  #cta {
    margin-bottom: 0;
    color:  #fff;
    font-style: italic;
    text-align: center;
  }

  footer {
    padding: 16px;
    background-color:#759244;
  }
  #whiteLine {
    display: none;
  }

  .navBckgrnd {
    background-image: url(../img/treeBranch.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 35.5%;
  }
}

@media only screen and (min-width: 701px) {
  #mobileHeroImg {
    display: none;
  }

  #heroImg {
  display: block; 
}

#introPara {
  margin: -211px -9% 0 50%;
  background-color: white;
  padding: 16px;
  opacity: .65;
  font-size: 17px;
  line-height: 2.2rem;
}

.grayLine1 {
  display: none;
}

#cta {
    margin-bottom: 0;
    color:  #fff;
    font-style: italic;
    text-align: center;
  }

  footer {
    background-color:#759244;
    padding: 16px;
  }

  #menu-icon {
    display: none;
  }

  nav li {
    padding-right: 11px;
  }

#whiteLine {
  display: block;
  width: 1px;
  height: 46px;
  background-color: yellowgreen;
  position: absolute;
  top: 12px;
  left: 157px;
}


.sidenav {
  display: none;
}

.navBckgrnd {
  background-image: url(../img/treeBranch.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 31.5%;
}
}

@media only screen and (min-width: 768px) {
  .navBckgrnd {
    background-image: url(../img/treeBranch.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 25.5%;
  }

@media only screen and (min-width: 960px) {
  .navBckgrnd {
    background-image: url(../img/treeBranch.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 28.5%;
  }

  #introPara {
    margin: -210px -4% 0 50%;
  }
  
  nav li {
    padding-right: 26px;
  }
  .navBckgrnd {
    background-image: url(../img/treeBranch.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 21.5%;
  }
}

@media only screen and (min-width: 1100px) {
  .navBckgrnd {
    background-image: url(../img/treeBranch.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 18.5%;
  }

  #introPara {
    margin: -272px -4% 3px 58%;
    font-size: 18px;
    line-height: 2.5rem;
}
  nav li {
    padding-right: 26px;
  }
  form input {
    width: 60%;
  }
 form button input{
   width: 200px;
 }
}

@media only screen and (min-width: 1340px) {

  #introPara {
    padding: 20px;
    margin: -323px -15% 3px 61%;
    font-size: 19px;
    line-height: 2.7rem;
  }

  .navBckgrnd {
    background-image: url(../img/treeBranch.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 14.5%;
  }
}

@media only screen and (min-width: 1650px) {

  nav li {
    padding-right: 26px;
  }

  .navBckgrnd {
    background-image: url(../img/treeBranch.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 11.5%;
  }

}