body {
  background-color: #ffcfc9;
  font-size: calc(0.75em + 0.175vw);

}

.navbox {
  position: fixed;
  left: 1em;
  top: 1em;
  opacity: .9;
  z-index: 2;

}


.logobox {
  height: auto;
  width: 14em;
  background-color: white;
  box-sizing: border-box;
  text-align: left;
  padding: .75em 1.5em .75em 1.5em;
  position: relative;
  margin-bottom: .5em;
  /*
  border: .125em solid lightgrey;
  outline-style: solid;
  outline-color: white;
  outline-width: .125em;
  */

}

.logobox > img {
    width:11em;
    height:auto;
}

.linkbox {
  height: auto;
  width: auto;
  position: relative;
  display: flex;
  flex-direction: column;

}

.linklink {
  background-color: white;
  padding: .5em .5em .5em 1.75em;
  margin-bottom: .5em;

}

.gallerybox {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 15.25em;
  top: .75em;
  z-index: 1;

}

.gallerybox > .imgbox {
  background-color: white;
  margin: .25em;
  padding: .5em .5em 1.25em .5em;
  background-color: white;
  text-align: left;
  height: 90vh;
  width: auto;

}

.imgbox > img {
    width:auto;
    height: 97%;

}

.aboutbox {
  background-color: white;
  position: absolute;
  left: 15em;
  top: .5em;
  width: 20em;
  padding: 1em;
  margin: .5em;
  z-index: 1;

}

h1 {
  color: royalblue;
  font-size: 2.25em;
  font-family: Didot, Georgia, serif;
  font-variant: small-caps;
  font-style: italic;
  font-weight: bolder;
  display: none;

}

h2 {
  color: slategrey;
  font-size: 1.75em;
  font-family: Didot, Georgia, serif;
  font-style: italic;
  letter-spacing: .1em;
  font-weight: lighter;
  display: none;

}

p {
  color: slategrey;
  font-size: .9em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: lighter;

}

.linklink > a:link, a:visited {
  color: slategray;
  text-align: left;
  text-decoration: none;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;

}

a:hover, a:active {
  background-color: lightgrey;

}

/* small screenz */
@media only screen and (max-width: 700px) {

.navbox {
    left: 0em;
  	top: 0em;
    opacity: .9;
    z-index: 2;

}

.logobox {
  height: 4em;
  width: 100vw;
  background-color: white;
  left: 0em;
  top: 0em;
  text-align: justify;
  padding: 1em;
  /*
  border: .125em solid royalblue;
  border-width: 0em 0em .125em 0em;
  */

}

.logobox > img {
    width: auto;
    height: 2.5em;

}

.linkbox {
  flex-direction: row;
  top:0em;
  

}

.linklink {
  background-color: white;
  padding: .5em;
  margin-left: .5em;

}

.gallerybox {
    flex-direction: column;
    left: 0em;
    top: 7.5em;
    margin: auto;
    position: relative;

}

.gallerybox > .imgbox {
  background-color: white;
  margin: auto;
  margin-bottom: .5em;
  padding: .75em .5em .5em .5em;
  background-color: white;
  text-align: center;
  height: auto;
  width: 90vw;

}

.imgbox > img {
    width: 97%;
    height: auto;

}

.aboutbox {
  position: relative;
  left: 0em;
  top: 7.5em;
  width: 60vw;
  margin: auto;
  z-index: 1;

}
