body {
  margin: 0;
  padding: 0;
}

section {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 170pt;
  font-weight: 300;
  color: white;
}

h2 {
  font-family: 'Josefin Slab', serif;
  font-size: 30pt;
  font-weight: 600;
  color: #655643;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 15pt;
  font-weight: 300;
}

h5 {
  font-family: 'Josefin Slab', serif;
  font-weight: 300;
  color: #655643;
 }

h6 {
  font-family: 'Josefin Slab', serif;
  font-size: 15pt;
  font-weight: 300;
  color: #655643;
  padding: 0;
  margin: 1px 0 25px 0;
  text-align: center;
  text-decoration: none;
}


#nav {
  background-color: #14100b;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: fixed;
  z-index: 12;
}

ul#menu {
  list-style-type: none;
  width: 100%;
  margin: 12px auto;
  padding:0;
  display: inline-block;
  text-align: center;

}

li.nav {
  display: inline-block;
  width: 12%;
}

li.nav a {
  font-family: 'Oswald', sans-serif;
  font-size: 15pt;
  font-weight: 300;
  color: #e6ac27;
  background: #14100b;
  text-decoration: none;
  display: block;
}

li.nav a:hover {
  color: white;
}

/*Style for dropdown links*/
li.nav:hover ul a {
	background: #14100b;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li.nav:hover ul a:hover {
	background: #14100b;
}

/*Hide dropdown links until they are needed*/
li.nav ul {
	display: none;
}

/*Make dropdown links vertical*/
li.nav ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li.nav ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
  font-family: 'Oswald', sans-serif;
  font-size: 15pt;
  font-weight: 300;
  color: #e6ac27;
  text-decoration: none;
  padding-top: 10px;
  display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;}


/*Responsive Styles*/

@media screen and (max-width: 950px) and (min-width: 300px){

  /*Make dropdown links appear inline*/
	ul#menu {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li.nav {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul#menu li, li.nav a {
		width: 100vw;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}


#intro {
  background:url(photos/intro4.jpg) no-repeat top;
  background-size:cover;
  background-position: center bottom;
}

h1.gilmore{
  position: absolute;
  left: 58%;
  top: 25%;
}

h1.girls {
  position: absolute;
  left: 79%;
  top: 40%;
}

div.caption {
  position: absolute;
  left: 72%;
  top: 73%;
}

div.caption h5 {
  color: white;
  font-size: 30pt;
  padding-top: 50px;
}

@media (max-width: 2000px) {
  h1.gilmore{
    position: absolute;
    left: 63%;
    top: 45%;
    font-size: 120pt;
  }

  h1.girls {
    position: absolute;
    left: 83%;
    top: 55%;
    font-size: 120pt;
  }

  div.caption {
    position: absolute;
    left: 74%;
    top: 77%;
  }

  div.caption h5 {
    color: white;
    font-size: 30pt;
    padding-top: 50px;
  }

}


@media (max-width: 1700px) {
  h1.gilmore{
    position: absolute;
    left: 63%;
    top: 45%;
    font-size: 100pt;
  }

  h1.girls {
    position: absolute;
    left: 83%;
    top: 54%;
    font-size: 100pt;
  }

  div.caption {
    position: absolute;
    left: 72%;
    top: 72%;
  }

  div.caption h5 {
    color: white;
    font-size: 25pt;
    padding-top: 50px;
  }

}

@media (max-width: 1500px) {
  h1.gilmore{
    position: absolute;
    left: 57%;
    top: 0%;
    font-size: 110pt;
  }

  h1.girls {
    position: absolute;
    left: 78%;
    top: 15%;
    font-size: 110pt;
  }

  div.caption {
    position: absolute;
    left: 65%;
    top: 48%;
  }

  div.caption h5 {
    color: white;
    font-size: 25pt;
    padding-top: 50px;
  }

}

@media (max-width: 1200px) {
  h1.gilmore{
    position: absolute;
    left: 52%;
    top: 5%;
    font-size: 90pt;
  }

  h1.girls {
    position: absolute;
    left: 75%;
    top: 17%;
    font-size: 90pt;
  }

  div.caption {
    position: absolute;
    left: 65%;
    top: 42%;
  }

  div.caption h5 {
    color: white;
    font-size: 18pt;
    padding-top: 50px;
  }
}

@media (max-width: 1070px) {
  h1.gilmore{
    position: absolute;
    left: 21%;
    top: 0%;
    font-size: 90pt;
  }

  h1.girls {
    position: absolute;
    left: 61%;
    top: 11%;
    font-size: 90pt;
  }

  div.caption {
    font-size: 14pt;
    top: 34%;
  }

  div.caption h5 {
    color: white;
    font-size: 18pt;
    padding-top: 50px;
  }
}

@media (max-width: 685px) and (min-width: 485px){
  h1.gilmore{
    position: absolute;
    left: 21%;
    top: 1%;
    font-size: 80pt;
  }

  h1.girls {
    position: absolute;
    left: 61%;
    top: 10%;
    font-size: 80pt;
  }

  div.caption {
  display: none;
  }
}

@media (max-width: 485px) and (min-width: 10px){
  h1.gilmore{
    position: absolute;
    left: 10%;
    top: 1%;
    font-size: 50pt;
  }

  h1.girls {
    position: absolute;
    left: 55%;
    top: 10%;
    font-size: 50pt;
  }

  div.caption {
  display: none;
  }
}

#pilot {
  background:url('photos/gazebo2 edit.jpg') no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

div.pilotbox {
  background-color: transparent;
  /*height: 300px;*/
  max-width: 500px;
  border-top: 10px;
  border-left: 0px;
  border-right: 0px;
  border-color: #e6ac27;
  border-style: solid;
  position:relative;
  top: 40%;
  left: 70%;
}

div.pilottext {
  padding-top: 16px;
  margin: 0px auto;
}

#pilot div h2 {
  padding: 0 40px;
  margin: 0;
}

#pilot div h5 {
  padding: 20px 40px;
  margin: 0;
}

@media (max-width: 2560px) and (min-width: 1440px) {
  div.pilotbox {
    left: 60%;
  }
}

@media (max-width: 1440px) and (min-width: 1024px) {
  div.pilotbox {
    left: 60%;
    top: 30%;
    max-width: 350px;
  }

  #pilot div h5 {
    padding: 10px 40px;
  }
}

@media (max-width: 1024px) and (min-width: 320px) {
  div.pilotbox {
    margin: auto;
    left: 0%;
    top:25%;

    background: white;
    max-width: 70%;
    height: auto;
  }

  #pilot div h2 {
    padding: 0 20px;
    margin: 0;
    font-size: 30pt;
  }

  #pilot div h5 {
    padding: 20px 20px;
    margin: 0;
    font-size: 0.7em;

  }

}

/*@media (max-width: 425px) and (min-width: 320px) {
  div.pilotbox {
    margin: auto;
    left: 0%;
    top:35%;

    background: black;
    max-width: 70%;
    height: auto;
  }

  #pilot div h2 {
    padding: 0 40px;
    margin: 0;
    font-size: 30pt;
  }

  #pilot div h5 {
    padding: 20px 40px;
    margin: 0;
    font-size: 0.7em;

  }
}*/


#characters {
  background-color: white;
  width: 100%;
  height: auto;
  text-align: center;
  /*padding-left: 140px;
  padding-right: 140px;*/
  /*padding-top: 20%;*/
  /*background: url('photos/characters.jpg') no-repeat;
  background-size: cover;
  opacity: 0.7;
  width: 100%;
  overflow-x: hidden;*/
}

div.responsivephotos {
  width: 1300px;
  margin: auto;
  text-align: center;

}

div.character {
  margin: auto;
  width: 200px;
}

div.character1 {
  margin: auto;
  width: 200px;
}

div.characterphoto {
  width: 200px;
  height: 256.66px;
  overflow: hidden;
}

div.character img {
    height: 280px;
    width: auto;
    margin: auto;
}

div.character1 img {
    height: 280px;
    width: auto;
    margin: auto;
}

div.desc {
    padding: 0;
    text-align: center;
}

div.header {
  width: 100%;
  text-align: center;
  margin: auto;
}

div.desc h3 {
  font-size: 20pt;
  padding: 0;
  margin-bottom: 10px;
}

div.desc h5{
  padding: 0;
  margin-top: 0;
  font-size: 10pt;
  margin-bottom: 50px;
}

/** {
    box-sizing: border-box;
}*/

.responsive {
    padding: 0 6px;
float: left;
   width: 10;
  }

@media (max-width: 1350px) {
  div.responsivephotos {
    width: 900px;
  }
}

@media (max-width: 950px) {
  #characters {
    height: 700px;
 }
    div.responsivephotos {
    width: 700px;
  }

  div.character {
    margin: auto;
    width: 100px;
  }

  div.character1 {
    margin: auto;
    width: 100px;
  }

  div.characterphoto {
    width: 100px;
    height: 156.66px;
    overflow: hidden;
  }

  div.character img {
      height: 180px;
      width: auto;
      margin: auto;
  }

  div.character1 img {
      height: 180px;
      width: auto;
      margin: auto;
  }

  div.header {
    width: 100px;
    margin: 80px auto 50px auto;
  }

  div.desc h3 {
    font-size: 13pt;
    margin-bottom: 10px;
  }

  div.desc h5{
    font-size: 8pt;
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  div.responsivephotos {
    width: 500px;
  }
}

@media (max-width: 550px){
    div.responsive {
      width: 60%;
      padding: 0;
        }

    div.character {
      display: none;
    }

    div.character1 {
      margin: auto;
      width: 200px;
    }

    div.characterphoto {
      width: 200px;
      height: 256.66px;
      overflow: hidden;
    }

    div.character img {
      display: none;
    }

    div.character1 img {
        height: 280px;
        width: auto;
        margin: auto;
    }

    div.desc {
        padding: 0;
        text-align: center;
    }

    div.header {
      width: 80%;
      margin: 80px auto 50px auto;
    }

    div.desc h3 {
      font-size: 20pt;
      padding: 0;
      margin-bottom: 10px;
    }

    div.desc h5{
      padding: 0;
      margin-top: 0;
      font-size: 10pt;
      margin-bottom: 50px;
    }
  }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#development {
  background: url('photos/development2.jpg') no-repeat;
  background-size: cover;
    background-position: center right;
  overflow-x: hidden;
}

div.devbox {
  background-color: transparent;
  /*height: 410px;*/
  max-width: 500px;
  border-top: 10px;
  border-left: 0px;
  border-right: 0px;
  border-color: #e6ac27;
  border-style: solid;
  position:relative;
  top: 25%;
  left: 13%;
  margin-right: 30px;
}

div.devtext {
  padding-top: 16px;
  margin: 0px auto;
}

#development div h5 {
  padding: 20px 40px;
  margin: 0;
}

#development div h2 {
  padding: 0 40px;
  margin: 0;
}

@media (max-width: 1440px) and (min-width: 1024px) {
  div.devbox {
    top: 15%;
    max-width: 350px;
  }

  #development div h5 {
    padding: 10px 40px;
  }
}

  @media (max-width: 1024px) and (min-width: 320px) {
    div.devbox {
      margin: auto;
      left: 0%;
      top:15%;

      background: white;
      max-width: 70%;
      height: auto;
      /*left: 50%;*/
    }

    #development div h2 {
      padding: 0 20px;
      margin: 0;
      font-size: 20pt;
    }

    #development div h5 {
      padding: 20px 20px;
      margin: 0;
      font-size: 0.7em;

    }
}

@media (max-width: 320px) and (min-width: 10px) {
  div.devbox {
    margin: auto;
    left: 0%;
    top:10%;

    background: white;
    max-width: 70%;
    height: auto;
    /*left: 50%;*/
  }

  #development div h2 {
    padding: 0 20px;
    margin: 0;
    font-size: 20pt;
  }

  #development div h5 {
    padding: 10px 20px;
    margin: 0;
    font-size: 0.7em;

  }
}

#seasons12 {
  background-color: white;
  width: 100%;
  text-align: center;
  height: auto;
}


#seasons {
    max-width:900px;
    margin:0 auto; /*center aligned*/
    padding:0;
    list-style:none;
    background-color:transparent;
    text-align: center;
}

#seasons li {
    display: inline-block;
    width:25%;
    vertical-align:middle;
    margin:0;
    padding:0 5px 0 5px;
    background: transparent;
}

a.seasons1 {
  text-decoration: none;
}


/* The wrapper for each item */
.seasons1 {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
}

/* If have the image layer */
.seasons1 img{
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#seasons li:hover .simg {
    transform:scale(1.05);
}


@media (max-width: 9000px) {
    #seasons li {
        width:20%;
    }
}

@media (max-width: 700px) {
    #seasons li {
        width:33.33%;
    }
}

@media (max-width: 550px) {
    #seasons li {
        width:50%;
    }
}

#revival {
  background: url('photos/revival_prob.jpg') no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding: 0;
}

div.revivalbox {
  background-color: transparent;
  /*height: 410px;*/
  max-width: 500px;
  border-top: 10px;
  border-left: 0px;
  border-right: 0px;
  border-color: #e6ac27;
  border-style: solid;
  position:relative;
  top: 40%;
  left: 70%;
}

div.revivaltext {
  padding-top: 16px;
  margin: 0px auto;
}

#revival div h5 {
  padding: 20px 40px;
  margin: 0;
}

#revival div h2 {
  padding: 0 40px;
  margin: 0;
}


@media (max-width: 2560px) and (min-width: 1440px) {
  div.revivalbox {
    left: 60%;
  }
}

@media (max-width: 1440px) and (min-width: 1024px) {
  div.revivalbox {
    left: 60%;
    top: 30%;
    max-width: 350px;
  }

  #revival div h5 {
    padding: 10px 40px;
  }
}

  @media (max-width: 1024px) and (min-width: 320px) {
    div.revivalbox {
      margin: auto;
      left: 0%;
      top:25%;

      background: white;
      max-width: 70%;
      height: auto;
      /*left: 50%;*/
    }

    #revival div h2 {
      padding: 0 20px;
      margin: 0;
      font-size: 30pt;
    }

    #revival div h5 {
      padding: 20px 20px;
      margin: 0;
      font-size: 0.7em;

    }

}



#info {
  background-color: #14100b;
  height: 250px;
  width: 100%;
}

div.infobox {
  text-align: center;
  width: 400px;
  height: auto;
  position: relative;
  top: 31%;
  left: 8%;
  float: left;
  margin: 0;
  padding-left: 10%;

}

div.infobox h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}

div.infobox h5 {
  color: white;
  font-size: 10.5pt;
  line-height: 1.8;
}

div.infobox i {
  color: #e6ac27;
}

div.input {
  width: 300px;
  height: auto;
  float: right;
  margin: 0;
  position: relative;
  top: 37%;
  left: -10%;
  padding-right: 10%;
}

input[type=text] {
    padding: 15px 0;
    margin: 0;
    width: 300px;
    border: none;
    border-top: 3px solid #e6ac27;
    background-color: transparent;
    font-family: 'Josefin Slab', serif;
    font-size: 17pt;
    font-weight: 300;
    color: white;
}

input[type=button] {
    background-color: #e6ac27;
    width: 300px;
    height: 40px;
    border: none;
    font-family: 'Josefin Slab', serif;
    font-size: 10.5pt;
    font-weight: 300;
    color: white;
    padding: 5px 0;
    text-decoration: none;
    margin: 4px auto;
}

@media (max-width: 1100px) {
  div.infobox {
    top: 31%;
    left: 8%;
    padding-left: 0%;

  }

  div.input {
    top: 37%;
    left: 0%;
  }
}

@media (max-width: 850px) and (min-width: 400px){
  #info {
    height: 400px;
  }

  div.infobox {
    text-align: center;
    width: 400px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    float: none;
    margin: auto;
    padding-left: 0;
    padding-top: 50px;
    display: block;

  }

  div.input {
    width: 300px;
    float: none;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    padding-right: 0;
    padding-top: 30px;
    display: block;

  }

}

@media (max-width: 400px) and (min-width: 10px) {
  #info {
    height: 400px;
  }

  div.infobox {
    text-align: center;
    max-width: 300px;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    float: none;
    margin: auto;
    padding-left: 0;
    padding-top: 50px;
    display: block;

  }

  div.input {
    width: 300px;
    float: none;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    padding-right: 0;
    padding-top: 30px;
    display: block;

  }

  div.infobox h2 {
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18pt;
  }

  div.infobox h5 {
    color: white;
    font-size: 9.5pt;
    line-height: 1.8;
  }

}

#credit {
  background-color: #14100b;
  height: 40px;
  width: 100%;
  padding-top: 10px;
}

div.credit {
  text-align: center;
}

div.credit h5 {
  color: white;
  font-size: 10.5pt;
  padding: 0;
  margin: 0;
}
<a name="characterTarget"> </a> -- move up by height of nav bar
