/* Scss */
/* Normalize.css v3.0.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Page */
html {
  font-family: "Proxima Nova W15", sans-serif;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
@media screen and (min-width: 0px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 65%;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 67.5%;
  }
}
@media screen and (min-width: 1281px) {
  html {
    font-size: 70%;
  }
}

body {
  background: lightsteelblue;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

a img {
  border: none;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
}

a img:hover {
  opacity: 0.7;
}

/* Typography */
h1 {
  color: white;
  display: block;
  font: 700 55px "Helvetica W01", sans-serif;
  font: 700 5rem "Helvetica W01", sans-serif;
  margin: 0;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  word-wrap: break-word;
}

h1:hover {
  color: skyblue;
}

h2 {
  color: white;
  font: 700 31px/41px "Helvetica W01", sans-serif;
  font: 700 3.1rem/4.1rem "Helvetica W01", sans-serif;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
}
@media screen and (min-width: 0px) {
  h2 {
    margin: 5% 0 2.5%;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    margin: 10% 0 5%;
  }
}

h3 {
  color: #333333;
  font: 700 19px/28px "Helvetica W01", sans-serif;
  font: 700 1.9rem/2.8rem "Helvetica W01", sans-serif;
}

p {
  color: black;
  font: 300 13px/20px "Proxima Nova W15", sans-serif;
  font: 300 1.3rem/2rem "Proxima Nova W15", sans-serif;
}

article ul {
  color: black;
  font: 300 13px/20px "Proxima Nova W15", sans-serif;
  font: 300 1.3rem/2rem "Proxima Nova W15", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: steelblue;
  text-decoration: none;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
}

a:hover,
a:active {
  color: skyblue;
  text-decoration: none;
}

/* Header */
header {
  background: cadetblue;
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.3);
  display: inline-block;
  height: 0%;
  margin: 0;
  width: 20%;
  z-index: 5;
}
@media screen and (min-width: 0px) {
  header {
    padding: 30px 5%;
    padding: 3rem 5%;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  header {
    padding: 50px 5%;
    padding: 5rem 5%;
    width: 25%;
  }
}
@media screen and (min-width: 1281px) {
  header {
    width: 20%;
  }
}

/* Navigation */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  color: white;
  font: 700 19px/28px "Helvetica W01", sans-serif;
  font: 700 1.9rem/2.8rem "Helvetica W01", sans-serif;
}
@media screen and (min-width: 0px) {
  nav ul li {
    display: inline-block;
    margin: 0.5%;
  }
}
@media screen and (min-width: 1025px) {
  nav ul li {
    display: block;
    margin: auto;
  }
}

nav ul li a:link,
nav ul li a:active {
  color: white;
}

.nav-2020:hover {
  color: cornflowerblue;
}

.nav-2017:hover {
  color: khaki;
}

.nav-2015:hover {
  color: sandybrown;
}

.nav-2013:hover {
  color: salmon;
}

.nav-2011:hover {
  color: lightgreen;
}

.nav-2007:hover {
  color: lightpink;
}

.nav-2001:hover {
  color: khaki;
}

.nav-1991:hover {
  color: plum;
}

.nav-1987:hover {
  color: lightblue;
}

.nav-biography:hover {
  color: lavender;
}

/* Section */
section {
  background: lavender;
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.3);
  display: inline-block;
  height: 0%;
  margin: 0;
  transition: all ease 350ms;
  width: 60%;
}
@media screen and (min-width: 0px) {
  section {
    padding: 30px 5%;
    padding: 3rem 5%;
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section {
    padding: 50px 5%;
    padding: 5rem 5%;
    width: 55%;
  }
}
@media screen and (min-width: 1281px) {
  section {
    width: 60%;
  }
}

.home {
  height: 380px;
  height: 38rem;
}

.images-2020,
.images-2017,
.images-2015,
.images-2013,
.images-2011,
.images-2007,
.images-2001,
.images-1991,
.images-1987,
.biography,
.home-inactive {
  opacity: 0;
  position: absolute;
  transform: translateX(1000%);
  top: -1000%;
}

.section-active {
  opacity: 1;
  position: relative;
  top: 0;
  transform: translateX(0);
}

.images {
  display: flex;
  flex-wrap: wrap;
}

.images a {
  margin: 0.75%;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 0px) {
  .images a {
    width: 23.5%;
  }
}
@media screen and (min-width: 768px) {
  .images a {
    width: 18.5%;
  }
}
@media screen and (min-width: 1025px) {
  .images a {
    width: 15.166666%;
  }
}
@media screen and (min-width: 1281px) {
  .images a {
    width: 12.785%;
  }
}

a.image-double {
  margin: 0.75%;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 0px) {
  a.image-double {
    width: 48.5%;
  }
}
@media screen and (min-width: 768px) {
  a.image-double {
    width: 38.5%;
  }
}
@media screen and (min-width: 1025px) {
  a.image-double {
    width: 31.83332%;
  }
}
@media screen and (min-width: 1281px) {
  a.image-double {
    width: 27.07%;
  }
}

a.image-triple {
  margin: 0.75%;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 0px) {
  a.image-triple {
    width: 98.5%;
  }
}
@media screen and (min-width: 768px) {
  a.image-triple {
    width: 98.5%;
  }
}
@media screen and (min-width: 1025px) {
  a.image-triple {
    width: 48.5%;
  }
}
@media screen and (min-width: 1281px) {
  a.image-triple {
    width: 38.5%;
  }
}

a.image-quad {
  margin: 0.75%;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 0px) {
  a.image-quad {
    width: 98.5%;
  }
}
@media screen and (min-width: 768px) {
  a.image-quad {
    width: 98.5%;
  }
}
@media screen and (min-width: 1025px) {
  a.image-quad {
    width: 98.5%;
  }
}
@media screen and (min-width: 1281px) {
  a.image-quad {
    width: 48.5%;
  }
}

.images a img {
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.1);
  width: 100%;
}

.images p {
  display: block;
  width: 100%;
}

/* Footer */
footer {
  align-self: flex-end;
  display: inline-block;
  padding: 5%;
  text-align: right;
  width: 90%;
}

footer p {
  padding: 5%;
  width: 90%;
}

/*# sourceMappingURL=style.css.map */
