.home {
    background-color: #d3b8fc;
}

.frame {
    max-width: 600px;
    border: 2px solid black;
    padding: 20px;
    margin: 20px auto;
    font-family: "sans-serif";
    background-color: white;
}



.projectframe {
    width: 1100px;
    border: 2px solid black;
    padding: 20px;
    margin: 20px auto;
    font-family: "sans-serif";
    background-color: #b8bffc;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.projectpanel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    border: 2px solid black;
}

.projectwindow {
    text-align: left;
    margin: 20px;
    margin-top: 0px;
    width: 280px;
    border: 2px solid black;
    padding: 5px;
    background-color: #fcf5b8;
}

.imagecontainer {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 800px) {
  .facetext {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .header ul {
    display: flex;
    flex-wrap: wrap;
  }

}

#face {
    width: 200px;
    height: auto;
    opacity: 100;
    border: 2px solid black;
    margin-right: 20px;
}

#face:hover {
    width: 200px;
    height: auto;
    opacity: 0;
    border: 2px solid black;
    margin-right: 20px;
}

#facepainted {
    width: 200px;
    height: auto;
    opacity: 0;
    border: 2px solid black;
    margin-right: 20px;
}

#facepainted:hover {
    width: 200px;
    height: auto;
    opacity: 100;
    border: 2px solid black;
    margin-right: 20px;
}

.pubicon {
    width: 20px;
    height: auto;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.icongroup {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2em;
}

.facetext {
    display: flex;
    justify-content: space-between;
}

.list {
    padding-left: 20px;
}

.listitem {
    padding-top: 4px;
}

.hobbyframe {
    width: 1750px;
    border: 2px solid black;
    padding: 20px;
    margin: 20px auto;
    font-family: "sans-serif";
    background-color: white;
}

#swimmer1 {
    position: absolute;
    opacity: 100;
    top: 350px;
    left: 1300px;
}


#swimmer2 {
    position: absolute;
    opacity: 0;
    top: 250px;
    left: 1100px;
}

#swimmer2:hover {
    position: absolute;
    opacity: 100;
    top: 250px;
    left: 1100px;
}

#crabbo1 {
    position: absolute;
    opacity: 100;
    top: 400px;
    left: 250px;
}
#crabbo2 {
    position: absolute;
    opacity: 0;
    top: 400px;
    left: 250px;
}
#crabbo2:hover {
    position: absolute;
    opacity: 100;
    top: 400px;
    left: 250px;
}

#chest1 {
    position: absolute;
    opacity: 100;
    top: 350px;
    left: 1200px;
}
#chest2 {
    position: absolute;
    opacity: 0;
    top: 350px;
    left: 1200px;
}
#chest2:hover {
    position: absolute;
    opacity: 100;
    top: 350px;
    left: 1200px;
}

#whale1 {
    position: absolute;
    opacity: 100;
    top: 100px;
    left: 200px;
}
#whale2 {
    position: absolute;
    opacity: 0;
    top: 100px;
    left: 200px;
}
#whale2:hover {
    position: absolute;
    opacity: 100;
    top: 100px;
    left: 200px;
}

.projectimage {
    width: 550px;
}
.projectimage_rotated {
    /*position: relative;*/
    border: 1px solid black;
    height: 550px;
    width: auto;
    transform: rotate(90deg);
    margin: -1000px -(550px/2);
}

body{
  margin: 0;
}
.details, figcaption{
  color: #555;
  font-size: 10pt;
  font-style: italic;
}
.post_card{
  border-bottom: solid 1px #d5dCe6;
}
.mainbar{
  max-width: 1200px;
}
.header{
  font-size: 16px;
}
.header ul{
  overflow:hidden;
  white-space:nowrap;
  margin: 0;
  padding: 0;
}
.header li{
  display:inline-block;
  margin-right: 20px;
}
.header li a:link{
  text-decoration: none;
  padding: 0 8px;
}
.header li a:visited{
  text-decoration: none;
}
.header li a:hover{
  text-decoration: none;
}
.header li a:active{
  text-decoration: none;
}
.content{
  font-size: 14px;
  padding: 20px;
}
.center{
  margin: auto;
}
@media (max-width : 770px) {
  .header{
    padding: 0 5px;
  }
  .mainbar{
    width: 100%;
    box-sizing: border-box;
  }
}

.content img{
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 100%;
    max-width: 100%;
}

.content object{
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 100%;
    width: 100%;
}

.icon {
    width: 80px;
    height: auto;
    background-color: white;
}

.facetext {
    display: flex;
    justify-content: space-between;
}

.list {
    padding-left: 20px;
}

.listitem {
    padding-top: 4px;
}

.hobbyframe {
    width: 1750px;
    border: 2px solid black;
    padding: 20px;
    margin: 20px auto;
    font-family: "sans-serif";
    background-color: white;
}

#swimmer1 {
    position: absolute;
    opacity: 100;
    top: 350px;
    left: 1300px;
}


#swimmer2 {
    position: absolute;
    opacity: 0;
    top: 250px;
    left: 1100px;
}

#swimmer2:hover {
    position: absolute;
    opacity: 100;
    top: 250px;
    left: 1100px;
}

#crabbo1 {
    position: absolute;
    opacity: 100;
    top: 400px;
    left: 250px;
}
#crabbo2 {
    position: absolute;
    opacity: 0;
    top: 400px;
    left: 250px;
}
#crabbo2:hover {
    position: absolute;
    opacity: 100;
    top: 400px;
    left: 250px;
}

#chest1 {
    position: absolute;
    opacity: 100;
    top: 350px;
    left: 1200px;
}
#chest2 {
    position: absolute;
    opacity: 0;
    top: 350px;
    left: 1200px;
}
#chest2:hover {
    position: absolute;
    opacity: 100;
    top: 350px;
    left: 1200px;
}

#whale1 {
    position: absolute;
    opacity: 100;
    top: 100px;
    left: 200px;
}
#whale2 {
    position: absolute;
    opacity: 0;
    top: 100px;
    left: 200px;
}
#whale2:hover {
    position: absolute;
    opacity: 100;
    top: 100px;
    left: 200px;
}

.projectimage {
    width: 550px;
}
.projectimage_rotated {
    /*position: relative;*/
    border: 1px solid black;
    height: 550px;
    width: auto;
    transform: rotate(90deg);
    margin: -1000px -(550px/2);
}

body{
  margin: 0;
}
.details, figcaption{
  color: #555;
  font-size: 10pt;
  font-style: italic;
}
.post_card{
  border-bottom: solid 1px #d5dCe6;
}
.mainbar{
  max-width: 1200px;
}
.header{
  font-size: 16px;
}
.header ul{
  overflow:hidden;
  white-space:nowrap;
  margin: 0;
  padding: 0;
}
.header li{
  display:inline-block;
  margin-right: 20px;
}
.header li a:link{
  text-decoration: none;
  padding: 0 8px;
}
.header li a:visited{
  text-decoration: none;
}
.header li a:hover{
  text-decoration: none;
}
.header li a:active{
  text-decoration: none;
}
.content{
  font-size: 14px;
  padding: 20px;
}
.center{
  margin: auto;
}
@media (max-width : 770px) {
  .header{
    padding: 0 5px;
  }
  .mainbar{
    width: 100%;
    box-sizing: border-box;
  }
}

.content img{
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 100%;
    max-width: 100%;
}

.content object{
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 100%;
    width: 100%;
}

.content pre{
    overflow: auto;
    font-size: large;
    background-color: #f9e0ea;
    border: 1px solid #f3c3d5;
    font-family: monospace;
}

.credit {
    font-size: small;
    text-align: left;
}

.keyword {
    color: blue;
}

.symbol {
    color: #c17707;
}

.pubitem {
    padding-bottom: 25px;
}
