* { /*this removes all underlines and decorations on text throughout entire website*/
  text-decoration: none;
  background-color: #f2f2f2;
  list-style: none;

}


main { /*this will give padding to the main layer so it doesn't partially hide behind the fixed header (due to it being given a position tag). The number should be however long the header is, in this case 100px*/
  padding-top: 100px;
}

body {
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

@font-face {
  font-family: oldwindows;
  src: url(images/W95FA.otf);
}


.top-nav {
  width: 100%;
  height: 100px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 160px;
  transition: all .5s ease-in-out;
  z-index: 950;

}


.header {
  position: absolute;
  display: block;
  visibility: visible;
  background-color: transparent;
  width: 100%;
  text-align: center;
  font-family: oldwindows;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5b5b5b;
  margin: 10px auto;
  top: 90px;
  padding-top: 12px;
  padding-bottom: 18px;

}



.icon {
  display: none;
}

.btn-toggle-nav {
  width: 120px;
  height: 120px;
  background-color: transparent;
  background-image: url("images/icon1.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  cursor: pointer;
  display: flex;
  margin: 0 auto;
}


.main {
  display: none;
}

.active {
  opacity: 0.5;
}
.nav-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 0;
  visibility: hidden;
  transition: all .35s ease-in-out;
  white-space: nowrap;
}
.header-brand {
  display: none;
}
.body {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
}

.left {
  display: none;
}
.right {
  display: none;
}
#side-menu {
  position: absolute;
  text-align: center;
  top: -75%;
  right: 0;
  left: 0;
  padding-top: 40px;
  background-color: white;
  height: 0;
  visibility: hidden;
  transition: all .35s ease-in-out;
  font-family: oldwindows;
  font-size: 24px;
  z-index: 900;
}
#side-menu li {
  line-height: 50px;
}
#side-menu li a {
  color: #000;
}
.italics {
  font-style: italic;
}
#works2 {
  position: absolute;
  text-align: center;
  top: -50%;
  right: 0;
  left: 0;
  padding-top: 40px;
  background-color: white;
  height: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  font-family: oldwindows;
  color: #808080;
  font-size: 24px;
  z-index: 910;
  opacity: 0;
}
#works2 li{
  line-height: 50px;
}
#works2 li a {
  color: #000;
}
#shuffle {
height: 30px;
color: #808080;
}
#shuffle:hover {
  cursor: pointer;
}
.stilllife {
  height: 14px;
  background-image: url("images/stilllifedot.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px; }

@media only screen and (min-width: 1000px) {

  .body {
    width: 0;
    height: 100vh;
    overflow-y: hidden; }
  .main {
    position: absolute;
    top: 100px;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    height: 0;
    color: #5b5b5b; }
  .main ul li, .main ul li a {
    color: #5b5b5b; }
  .drop {
    padding: 10px;
    padding-left: 15px;
    line-height: 28px;
    font-family: oldwindows;
    font-size: 20px;
    margin: 0 36px; }
  .drop li {
    padding-left: 15px;
    color: #5b5b5b;
    font-size: 18px; }
  .drop a:hover{
    opacity: 0.6; }
  #works ul {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: all .35s ease-in-out; }
  #works ul li {
    line-height: 24px;
    padding-top: 10px; }
/*  #works ul li:hover {
    opacity: 0.6; }*/
  .nohover:hover{
    cursor: default;
  }
  .nohover a:hover {
    opacity: 1;
    cursor: default;
  }
  .left {
    width: 240px;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 260px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .header {
    display: none; }
  .header-brand {
    display: flex;
    float: left;
    text-align: left;
    font-size: 32px;
    padding-top: 18px;
    padding-left: 18px;
    font-family: oldwindows;
    color: #5b5b5b;
    width: auto;
    text-transform: uppercase;
    margin: 20px 20px; }
  .right {
    min-width: 240px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
  .info {
    position: absolute;
    padding-left: 18px;
    padding-bottom: 20px;
    left: 0;
    bottom: 0;
    right: 20px;
    line-height: 22px;
    font-family: oldwindows;
    font-size: 16px;
    color: #808080;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    top: 750px; }
  .credit {
    position: relative;
    padding-bottom: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: 22px;
    font-family: oldwindows;
    font-size: 16px;
    color: #808080;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
  }

  #materials1:hover {
    cursor: pointer; }
  #materiallist1 {
    visibility: hidden;
    display: flex;
    width: 200px;
    background-color: white;
    color: #808080;
    text-align: left;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    align-items: flex-end;
    bottom: 38px;
    left: 18px;
    transition: all .35s ease-in-out;
    height: none;
    opacity: 0; }
  #materiallist2 {
    display: none; }
  .info a {
    color: #5b5b5b; }
  .detailgrid{
    top: 125px;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    bottom: auto;
    max-height: 500px;
    padding-right: 20px; }
  .detailgrid img {
    display: block;
    margin: 5px;
    width: 5vw;
    height: 5vw;
    min-width: 75px;
    min-height: 75px;
    object-fit: cover; }
  .detailgrid img:hover {
   cursor: pointer; }
  .stilllife {
    height: 14px;
    background-image: url("images/stilllifedot.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px; }
  .icon {
    width: 120px;
    height: 120px;
    background-color: transparent;
    background-image: url("images/icon1.png");
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    display: flex;
    position: absolute;
    right: 0;
    padding: 10px; }
  .icon:hover {
    background-image: url("images/icon2.png");
    opacity: 0.5; }
  .top-nav {
    display: none; }
  .nav-sidebar {
    display: none; }
  header .btn-toggle-nav {
    display: none; }
}
/*Image*/
  .middle {
    top: 160px;
    left: 0;
    right: 0;
    bottom: auto;
    height: auto;
    padding-top: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    font-family: arial;
    line-height: 22px;
    font-size: 14px;
    color: #5b5b5b;
    align-items: center; }
  .directions {
    position: absolute;
    top: 20px;
    height: 90vw;
    background-color: none;
    width: 25vw;
    z-index: 1;
    bottom: 0;
    opacity: 0;
  }
  #previous {
    left: 0; }
  #next {
    right: 0; }
    .blank {
      visibility: hidden; }
  .gallery-links {
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
  .gallery-img {
    display: flex;
    flex-basis: 150px;
    margin: 10px;
    width: 25%;
    height: 25%;
    justify-content: center;
    align-items: center; }
  .gallery-img img {
    width: 150px;
    height: 150px;
    object-fit: cover; }
  .detailgrid2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    width: 95%;
    margin: auto; }
  .detailgrid2 img {
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    margin: 5px; }
  .solo img {
    display: block;
    max-height: 90vw;
    margin: auto;
    max-width: 90vw;
    object-fit: scale-down;
    min-height: 90vw; }
  .mobilebar {
    display: flex;
    justify-content: center;
    font-family: arial;
    color: #808080;
    line-height: 22px;
    font-size: 14px;
    text-align: left;
    align-items: center;
    top: 0;
    left: 0;
    right: 0; }
  .mobilebarinfo {
    width: 80vw;
    background-color: #fff;
    padding-bottom: 20px;
    justify-content: center; }
  .mobilebar a {
    color: #5b5b5b; }
  #materiallist2 {
    visibility: hidden;
    display: flex;
    width: 80vw;
    background-color: white;
    color: #808080;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    align-items: flex-end;
    bottom: 42px;
    transition: all .35s ease-in-out;
    height: none;
    opacity: 0; }
  #materials2:hover {
    cursor: pointer; }
#showinfo {
    font-size: 18px;
    color: #5b5b5b;
    font-family: oldwindows;
    padding-top: 15px;
    padding-bottom: 0;
    line-height: 24px; }
#mobile {
  line-height: 22px;
  font-family: oldwindows;
  font-size: 16px;
  color: #808080;
  padding-bottom: 15px;
}
  .controlbar {
    display: flex;
    justify-content: center;
    font-family: oldwindows;
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 20px; }
  .controlbar a{
    color: #808080; }
    .icons {
      display: inline-block;
      float: left;
      padding-right: 6px;
      padding-top: 6px;
      padding-bottom: 6px;
      height: 32px;
      width: 32px;
    }
    #text {
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
      background-size: cover;
      position: absolute;
      background-position: center;
      display: none;
      width: 100%;
      height: 100%;
      z-index: 1000;
      justify-content: center;
      overflow-y: scroll;
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;
    }
    #text::-webkit-scrollbar {
      display: none;
    }
    #icon2 {
      width: 100px;
      height: 100px;
      background-color: transparent;
      background-image: url("images/othericon2.png");
      background-repeat: no-repeat;
      background-size: 60%;
      background-position: center;
      display: flex;
      position: absolute;
      top: 0;
      right: none;
      padding: 10px;
      z-index: 1010;
      cursor: pointer;}
    #textimage {
      display: flex;
      position: absolute;
      top: 100px;
      left: 0;
      right: 0;
      width: auto;
      flex-direction: column;

    }
    #textimage img{
      object-fit: fill;
      height: auto;
    }
    #writingimgtop,  #writingimgbottom {

      display: none;
      object-fit: cover;
      height: auto;
      width: auto;
      margin: 0 5%;
      position: relative;
    }


    #writingimgtop img, #writingimgbottom img {
      display: flex;
      width: 100%;
      height: 18px;
      border: none;
    }

    .writing {
      display: flex;
      position: relative;
      background-color: rgba(255, 255, 255);
      background-position: center;
      z-index: 20;
      margin: 0 5%;
      padding: 0 5%;
      height: auto;
      line-height: 20px;
      font-size: 12px;
      font-family: arial;
      flex-direction: column;
      text-align: justify;
      border: none;
    }
    .writing p {
      margin-bottom: 18px;
    }
  .otherwriting {
      flex-direction: column;
      line-height: 22px;
      padding-top: 10px;
      padding-left: 12px;
        font-size: 16px;
    }
  .otherwriting span {
      margin-bottom: 30px;
    }
  .cvyear {
    display: flex;
    flex-direction: row;
  }
  .year {
    visibility: hidden;
  }
  .spacer {
    padding-left: 24px;

  }

    #statement ul, #about ul, #cv ul{
      display: none;
    }
    #writing1, #writing2, #writing3, #writing4 {
      display: none;
    }

    #writingmenu {
      display: flex;
      position: absolute;
      height: auto;
      top: 60px;
      left: 0;
      right: 0;
      bottom: auto;
      width: auto;
      font-family: oldwindows;
      line-height: 44px;
      font-size: 24px;
      padding: 0 50px;
      padding-left: 10%;
      flex-direction: column;
      flex-wrap: nowrap;
    }
    #writingmenu ul li {
      cursor: pointer;
      padding: 5px 0;
    }
    .inactivetext {
      border: dotted transparent;
    }
    .activetext {
      border: dotted #808080;
    }
  #completed ul, #progress ul, #archived ul {
    display: none;
    flex-direction: column;
    padding-left: 24px;
    word-wrap: break-word;
}

@media only screen and (min-width: 1000px) {
  .middle {
    top: 35px;
    left: 240px;
    right: 240px;
    padding-top: 0;
    width: auto;
    justify-content: center; }
  .directions {
    position: absolute;
    top: 0;
    height: auto;
    background-color: #fff;
    width: 10vw;
    z-index: 1;
    bottom: 0;
    transition: all .5s ease-in-out;
    opacity: 0; }
  #previous {
    left: 0; }
  #previous:hover {
    cursor: w-resize;
    opacity: 0.35; }
  #next {
    right: 0; }
  #next:hover {
    cursor: e-resize;
    opacity: 0.35; }
  .gallery-links {
    top: 50px;
    padding-bottom: 0; }
  .gallery-img {
    flex-basis: 20%;
    width: 250px;
    max-height: 250px; }
  .gallery-img img {
    max-width: 250px;
    max-height: 250px;
    width: 15vw;
    height: 15vw; }
  .blank {
    visibility: hidden; }
  .controlbar {
    display: flex;
    justify-content: center;
    font-family: oldwindows;
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 20px;}
  .controlbar a{
    color: #808080; }
  .icons {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 18px;
    width: 18px;
    }
    #mobile {
      display: none;
    }
  #text {
    z-index: 20;
    left:0;
    right:0;
    max-width: 100%;
  }
  #icon2 {
    width: 120px;
    height: 120px;
    right: 0;
    background-image: url("images/othericon1.png");
    z-index: 30;
    cursor: pointer;}
  #icon2:hover {
    background-image: url("images/othericon2.png"); }
    #textimage {
      display: flex;
      top: 0px;
      align-items: center;
      position: relative;
      -ms-overflow-style: none;
      scrollbar-width: none;
      padding-top: 20px;
      padding-bottom: 20px;
      overflow-y: scroll;}
  #textimage::-webkit-scrollbar {
  display: none;}
    #textimage img {
      display: flex;
      max-width: calc(100vw - 40%);
      width: auto;}
    #writingimgtop,  #writingimgbottom {
      display: none;}
    .writing {
      display: none;}
    #writing1, #writing2, #writing3, #writing4 {
      display: none;}
  #writingmenu {
    align-items: flex-start;
    left: 24px;
    right: 24px;
    line-height: 28px;
    font-size: 20px;}
  #writingmenu ul li {
    padding: 2px 0;}


#completed ul, #progress ul, #archived ul {
  display: none;
  flex-direction: column;
  padding-left: 24px;}
  .solo {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    max-height: 90vmin;
    margin: auto;
    max-width: 100%;
    min-height: 90vh; }
    .solo img {
      display: flex;
      flex-basis: 90vmin;
      padding-bottom: 0;
      max-height: 90vmin;
      object-fit: contain;
      max-width: 100%;
      min-height: 0;
      width: auto;
      margin: auto;}
    .soloimg {
      padding: auto;
      position: relative;
      display: flex;
      float: center;
      height: auto;
      object-fit: contain;
    margin: auto; }
.map1 {
  display: flex; }
.map2 {
  display: none;
}
.map3 {
  display: none;
}
.map4 {
  display: none;
}
.map5 {
  display: none;
}
.map6 {
  display: none;
}
.map7 {
  display: none;
}
.map8 {
  display: none;
}
.map9 {
  display: none;
}
.map10 {
  display: none;
}
.soloimg ul li {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .35s ease-in-out;
    background-color: transparent;

  }
.soloimg ul li:hover {
opacity: 1;
}
  .mobilebar, .toolbar {
    display: none;
  }
  .detailgrid2 {
    display: none;
  }
  }
