@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap');

html, body {
  height: 100%;
  min-height:100%;
  background: #ffffff url(images/eye.png) repeat fixed;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 19px;
  color: black;
}

* {
  max-width: 1000px;
  margin: auto;
}

#container {
  height: 100%;
  min-height:100%;
}


#header {
  height: 100px;
  width: 1000px;
  min-width: 600px;
  background-color: #303030;
  position: absolute;
  z-index: 1;
  padding-top: 30px;
}

#navigation {
  width: 1000px;
  min-width: 600px;
  background-color: #f0f0f0;
  position: absolute;
  z-index: 2;
  margin-top: 130px;
}

#main {
  position: relative;
  display: block;
  min-width: 600px;
  background-color: white;
  padding: 185px 50px 35px 50px;
}
#footer {
  position: absolute;
  height: 65px;
  width: 100%;
  background-color: #303030;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 12px;
  color: #f0f0f0;
  text-align: center;
}

.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  text-align: center;
}

img.one {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  text-align: center;
  width: 80%;
  height: 80%;
}

img.two {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  text-align: center;
  width: 70%;
  height: 70%;
}

img.three {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  text-align: center;
  width: 95%;
  height: 95%;
}

h1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 300;
  font-size: 52px;
  color: white;
  letter-spacing: +1px;
  text-align: center;
  vertical-align: middle;
}

h2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #4f4f4f;
  letter-spacing: +.5px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 5px;
}

h3 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #4f4f4f;
  letter-spacing: +.5px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 5px;
}

caption, figcaption {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #757575;
  text-align: center;
  padding-top: 20px;
}


a:link {
  color:            #4f4f4f;
  text-decoration:  underline;
}

a:visited {
  color: #4f4f4f;
  text-decoration: underline;
}

a:hover {
  color: #979797;
  text-decoration:underline;
}

nav a:link {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

nav a:hover {
  color: white;
  background-color: #303030;
  text-decoration: none;
}

nav {
text-align: center;
}

nav ul li {
  display: inline-block;
}

address, address:link, address a:link, address a:hover, address a:visited {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #f0f0f0;
  text-align: center;
  padding-top: 25px;
  font-style: normal;
}
