@media (min-width: 1240px) {
  * {
    margin: 0;
  }

  html, body {
    margin: auto;
    font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
    height: 100%;
  }

  .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
  }

  .band {
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background-color: #9e2d3f;
  }

  .header {
    margin: 35px auto 30px;
    width: 600px;
    text-align: center;
  }

  .hr {
    width: 100%;
    height: 1px;
    background-color: #d1d2d4;
  }

  #fade {
   margin: auto;
   width: 100%;
   position: relative;
 }

 #photo {
  background-image: url('images/Jon3.jpg');
  height: 400px; 
  width: 600px;
  margin: auto;
}

 #photo1 {
  background-image: url('images/Jon4.jpg');
  height: 620px; 
  width: 600px;
  margin: 0 0 90px 0;
}

.container {
  margin: auto;
  width: 600px;
}

.intro {
  margin: auto;
  padding-top: 50px; 
  width: 600px;
  text-align: left;
  font-size: 23pt;
  line-height: 33pt;
  font-weight: 300;
  color: #000;
}

.footer {
  margin: auto;
  clear: both;
  text-align: center;
}

span.footertext {
  padding-top: 15px;
  display: block;
  font-size: 12pt;
  color: #bcbcbc;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
}

.footer, .push {
height: 50px;
}

a:hover {
  color: #d1d2d4;
}

span.over {
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #77787b;
  text-decoration: none;
}

span.over:hover {
  color: #d1d2d4;
}

a, span.over:hover {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

h1, h2, h3, a {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 21pt;
  font-weight: 300;
  letter-spacing: 4px;
  color: #000;
  text-decoration: none;
}

.phd {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 17pt;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: italic;
}

.link {
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #9e2d3f;
}

.link1 {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 25pt;
  color: #77787b;
  letter-spacing: 0;
  float: left;
  padding-top: 50px; 
  padding-right: 78px;
}

.link2 {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 25pt;
  color: #77787b;
  letter-spacing: 0;
  float: left;
  padding-top: 50px;
}

.link3 {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 25pt;
  color: #77787b;
  letter-spacing: 0;
  float: right;
  padding-top: 50px;
}

.spacer {
  padding-top: 100px;
}

.menu {
  margin: auto;
  list-style: none;
  padding: 50px 0 60px;
  width: 600px;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, Sans-Serif;
}

.menu div {
  display: block;
  background-color: #FFFFFF;
  font-weight: bold;
  margin: 0px;
  cursor: pointer;
  padding: 25px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 400;
  font-size: 14pt;
  letter-spacing: 2px;
}

.menu ul {
  margin: 0px;
  list-style: none;
  padding: 0 0 0 0;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}

.menu ul li:before {
  content: "\00BB \0020";
  }

.menu ul{
  display: none;
}

.menu ul li {
  font-weight: normal;
  cursor: auto;
  background-color: #fff;
  padding: 3px 0;
  color: #000000;
  font-size: 14pt;
  line-height: 26px;
}

.menu a {
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #9e2d3f;
}

.menu a:hover {
  color: #d4d4d4;
}

span.title {
  font-weight: bold;
  background-color: #fff;
  color: #000000;
  font-size: 14pt;
  line-height: 28px;
}

span.exp {
  display: block;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 15px;
  padding-bottom: 30px;
  font-weight: normal;
  background-color: #fff;
  color: #000000;
  font-size: 13pt;
  line-height: 19pt;
  text-indent: 0px;
}

.subintro {
  padding-top: 20px;
  font-size: 19pt;
  line-height: 35px;
  text-align: left;
}

}

@media (min-width: 491px) and (max-width: 1239px) {
  * {
    margin: 0;
  }

  html, body {
    margin: auto;
    font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
    height: 100%;
  }

  .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
  }

  .band {
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background-color: #9e2d3f;
  }

  .header {
    margin: 30px auto 25px;
    width: 490px;
    text-align: center;
  }

  .hr {
    width: 100%;
    height: 1px;
    background-color: #d1d2d4;
  }

  #fade {
   margin: auto;
   width: 100%;
   position: relative;
 }

 #photo {
  background-image: url('images/Jon.jpg');
  height: 290px; 
  width: 490px;
  margin: auto;
}

 #photo1 {
  background-image: url('images/Jon5.jpg');
  height: 530px; 
  width: 490px;
  margin: 0 0 60px 0;
}

.container {
  margin: auto;
  width: 490px;
}

.intro {
  margin: auto;
  padding-top: 45px; 
  width: 490px;
  text-align: left;
  font-size: 19pt;
  line-height: 25pt;
  font-weight: 300;
  color: #000;
}

.footer {
  margin: auto;
  clear: both;
  text-align: center;
}

span.footertext {
  padding-top: 16px;
  display: block;
  font-size: 10pt;
  color: #bcbcbc;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
}

.footer, .push {
height: 50px;
}

a:hover {
  color: #d1d2d4;
}

span.over {
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #77787b;
  text-decoration: none;
}

span.over:hover {
  color: #d1d2d4;
}

a, span.over:hover {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

h1, h2, h3, a {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 17pt;
  font-weight: 300;
  letter-spacing: 4px;
  color: #000;
  text-decoration: none;
}

.phd {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 15pt;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: italic;
}

.link {
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #9e2d3f;
}

.link1 {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 19pt;
  color: #77787b;
  letter-spacing: 0;
  float: left;
  padding-top: 35px; 
  padding-right: 65px;
}

.link2 {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 19pt;
  color: #77787b;
  letter-spacing: 0;
  float: left;
  padding-top: 35px;
}

.link3 {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 19pt;
  color: #77787b;
  letter-spacing: 0;
  float: right;
  padding-top: 35px;
}

.spacer {
  padding-top: 80px;
}

.menu {
  margin: auto;
  list-style: none;
  padding: 40px 0 60px;
  width: 490px;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, Sans-Serif;
}

.menu div {
  display: block;
  background-color: #FFFFFF;
  font-weight: bold;
  margin: 0px;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 400;
  font-size: 12pt;
  letter-spacing: 2px;
}

.menu ul {
  margin: 0px;
  list-style: none;
  padding: 0 0 0 0;
  list-style: none;
  margin-left: 0;
  padding-left: 13px;
  text-indent: -13px;
  list-style-position: inside;
}

.menu ul li:before {
  content: "\00BB \0020";
  }

.menu ul{
  display: none;
}

.menu ul li {
  font-weight: normal;
  cursor: auto;
  background-color: #fff;
  padding: 0 0;
  color: #000000;
  font-size: 12pt;
  line-height: 17pt;
}

.menu a {
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #9e2d3f;
}

.menu a:hover {
  color: #d4d4d4;
}

span.title {
  font-weight: bold;
  background-color: #fff;
  color: #000000;
  font-size: 12pt;
  line-height: 16pt;
}

span.exp {
  display: block;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: .22em;
  padding-bottom: 16pt;
  font-weight: normal;
  background-color: #fff;
  color: #000000;
  font-size: 11pt;
  line-height: 17pt;
  text-indent: 0px;
}

.subintro {
  padding-top: 20px;
  font-size: 16pt;
  line-height: 29px;
  text-align: left;
}

}

@media only screen and (max-width: 490px) {
 * {
    margin: 0;
  }

  html, body {
    margin: auto;
    font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
    height: 100%;
  }

  .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
  }

  .band {
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background-color: #9e2d3f;
  }

  .header {
    margin: 25px auto 20px;
    width: 300px;
    text-align: center;
  }

  .hr {
    width: 100%;
    height: 1px;
    background-color: #d1d2d4;
  }

  #fade {
   margin: auto;
   width: 100%;
   position: relative;
 }

 #photo {
  background-image: url('images/Jon1.jpg');
  height: 190px; 
  width: 300px;
  margin: auto;
}

#photo1 {
  background-image: url('images/Jon6.jpg');
  height: 325px; 
  width: 300px;
  margin: 0 0 50px 0;
}

.container {
  margin: auto;
  width: 300px;
}

.intro {
  margin: auto;
  padding-top: 25px; 
  width: 300px;
  text-align: left;
  font-size: 14pt;
  line-height: 20pt;
  font-weight: 300;
  color: #000;
}

.footer {
  margin: auto;
  clear: both;
  text-align: center;
}

span.footertext {
  padding-top: 18px;
  display: block;
  font-size: 9pt;
  color: #bcbcbc;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
}

.footer, .push {
height: 50px;
}

a:hover {
  color: #d1d2d4;
}

span.over {
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #77787b;
  text-decoration: none;
}

span.over:hover {
  color: #d1d2d4;
}

a, span.over:hover {
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

h1, h2, h3, a {
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 14pt;
  font-weight: 300;
  letter-spacing: 2px;
  color: #000;
  text-decoration: none;
}

.phd {
  font-family: Adobe Garamond Pro, Georgia, Serif;
  font-size: 13pt;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: italic;
}

.link {
  display: block;
  padding-top: 15px;
  padding-bottom: 0px;
  text-align: center;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #9e2d3f;
}

.link1 {
  display: block;
  padding-top: 35px;
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 17pt;
  color: #77787b;
  letter-spacing: 0;
  text-align: center;
  width: 300px;
}

.link2 {
  display: block;
  padding-top: 20px;
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 17pt;
  color: #77787b;
  letter-spacing: 0;
  text-align: center;
  width: 300px;
}

.link3 {
  display: block;
  padding-top: 20px;
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2", Georgia, Serif;
  font-size: 17pt;
  color: #77787b;
  letter-spacing: 0;
  text-align: center;
  width: 300px;
}

.menu {
  margin: auto;
  list-style: none;
  padding: 35px 0 50px;
  width: 300px;
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, Sans-Serif;
}

.menu div {
  display: block;
  background-color: #FFFFFF;
  font-weight: bold;
  margin: 0px;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  font-weight: 400;
  font-size: 10pt;
  letter-spacing: 2px;
}

.menu ul {
  margin: 0px;
  list-style: none;
  padding: 0 0 0 0;
}

.menu ul li:before {
  content: "\00BB \0020";
  }

.menu ul{
  display: none;
}

.menu ul li {
  font-weight: normal;
  cursor: auto;
  background-color: #fff;
  padding: 0;
  color: #000000;
  font-size: 10pt;
  line-height: 20px;
}

.menu a {
  font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: 600;
  letter-spacing: 2pt;
  color: #9e2d3f;
}

.menu a:hover {
  color: #d4d4d4;
}

span.title {
  display: block;
  font-weight: bold;
  background-color: #fff;
  color: #000000;
  font-size: 10pt;
  line-height: 20px;
}

span.exp {
  display: block;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 4pt;
  padding-bottom: 9pt;
  font-weight: normal;
  background-color: #fff;
  color: #000000;
  font-size: 10pt;
  line-height: 14pt;
  text-indent: 0px;
}

span.break {
  display: block;
  padding-bottom: 15px;
}

}

img {  
  border-style: none;
}