/* type */
h1{
  font-size: 60px;
  font-weight: normal;
  color: #000000;
  font-family: adobe-caslon-pro, Adobe Caslon Pro, serif;
  letter-spacing: -4.3px;
  margin: 0px;
}

h2{
  font-family: Menlo, monospace;
  font-size: 14px;
  font-weight: bold;
}

p{
  font-size: 18px;
  color: #000000;
  font-family: Menlo, monospace;
}
    p.error{
      text-align: center;
    }

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


/* home layout */
body{
  background-color: #f3f9f5;
  margin: 0;
}


div.hutch{
  position: fixed;
  bottom: 0;
  right: 10;
}

header{
  margin-left: 45px;
  margin-top: 20px;
  height: 100px;
}
  .monster{
    position: absolute;
    top: 50px;
    right: 50px;
  }
  img.floating{
    position: absolute;
    top: -7px;
    right: 50px;
    width: 100px;
  }



main{
  margin: 10px;
}
  .flexbox-container{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
    div.item img{
      width: 86px;
      margin: 30px 32px -9.57px;
    }
    div.item p.capt{
      text-align: center;
    }

    div.link{
      width: 150px;
      height: 89px;
      background-image: url(../img/folder1.png);
      background-size: 86px 60px;
      background-repeat: no-repeat;
      background-position: center top;
    }

    div.link:hover{
      background-image: url(../img/folder2.png);
    }

        div.link p{
          padding-top: 68.5px;
        }

div.sunrisepoem{
  position: absolute;
  top: 22%;
  left: 5%;
  width: 30%;
}

    div.sunrisepoem p{
      font-size: 14px;
      color: #252926;
    }



    p.p2{
      padding-left: 2%;
    }

div.untitledpoem{
    position: absolute;
    top: 28%;
    left: 78%;
  }

  div.untitledpoem p{
    font-size: 14px;
    color: #252926;
  }

  div.me{
    position: absolute;
    top: 55%;
    left: 85%;
  }

  div.me p{
    font-size: 14px;
    color: #252926;
  }

footer{
  padding: 130px 30px 0px;
}
  .grid-2-columns{
    display: grid;
    grid-template-columns: 50% 50%;
    padding-top: 18px;
  }
    .jukebox {
        color: #70abc7;
        font-size: 18px;
        font-family: Menlo, monospace;
        display: grid;
        grid-template-columns: 20px 500px;
    }
      #player-container #play-pause {
        cursor: pointer;
        height: 25px;
        width: 20px;
          background-image: url('../img/play.png');
            background-repeat: no-repeat!important;
            background-position: center 4px;
            background-size: 10px;

          }

          .play{
            background-image: url('../img/play.png');
          }

          .pause{
            background-image: url('../img/pause.png')!important;
          }

          .song-name{
            padding-left: 5px;
          }

    .clock {
        color: #70abc7;
        font-size: 18px;
        font-family: Menlo, monospace;
        text-align: right;
    }


/* page layout */
body.document{
  margin: 3%;
}
    body.document p{
      font-size: 14px;
    }

.doc-grid{
  display: grid;
  grid-template-columns: 60% 40%;
}

.inst{
  width: 76%;
  margin: auto;
}

.photo-grid{
  padding-top: 0px;
  width: 76%;
  margin: auto;
  display: grid;
  grid-template-columns: 4% 48% 48%;
}

  div.landscapes img{
    width: 85%;
    margin: auto;
    display: block;
  }

  div.portraits img{
    width: 85%;
    margin: auto;
    display: block;
  }

  div.space{
    "."
  }

  div.imgstack{
    margin:auto;
    display: grid;
    grid-auto-rows: 50% 50%;
  }

  div.imgdisplay{
    margin:auto;
    width: 76%;
    display: grid;
    grid-template-columns: 4% 96%;
    justify-content: center;
  }

  div.body-text{
    max-width: 900px;
  }

  div.center-text{
    max-width: 900px;
    margin: auto;
  }

  div.center-header{
    width: 900px;
    margin: auto;
  }

  div.doc-img{
    margin: auto;
  }

  div.cr{
    margin-top: 80px;
  }
