:root {
  
    /* BACKGROUND */
    --BG-color: #dfe0e2;
    --background-image: ('background.png');

    @font-face {
        font-family: 'YourFontName'; /*a name to be used later*/
        src: url('http://domain.example/fonts/font.ttf'); /*URL to font*/
    }

    cursor:url("/cursors/normalselectstatic.cur") 2 5, auto;

  a {
    text-decoration: none;
    color:inherit;
    cursor: url("/cursors/normalselectstatic.cur") 2 5, auto;
    }


    ::-webkit-scrollbar {
      width: 10px;

    }

    ::-webkit-scrollbar-track {
      background: #f1f1f1; }

      ::-webkit-scrollbar-thumb {
        background: #888; }

        ::-webkit-scrollbar-thumb:hover {
          background: #555; }

  }

.ubuntu-mono-regular {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
  }
  
  .ubuntu-mono-bold {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 700;
    font-style: normal;
  }
  
  .ubuntu-mono-regular-italic {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: italic;
  }
  
  .ubuntu-mono-bold-italic {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 700;
    font-style: italic;
  }

  .pinyon-script-regular {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  /*MEDIA-phone*/

  @media (max-width: 800px){

    header {
    background-color: #75ABBC;
    height:6em;
    width: 100%;
    margin:0;
    padding:0;
    display: flex;
    position: fixed;
    top:0;
    left:0;
    z-index: 100;

  
}

.closedphonenav {
  display:none;
}

.header-container {
  display:none;
}

.phone-header-container {
   display:flex;
  flex-direction:row;
  bottom:0%;
  height:inherit;
  width:100%;
  justify-content: space-around;
  color: #84DAEB;
  align-items:center;

}

.sidenavbuttons a {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
  color:#84DAEB;
  display: flex;
  align-items: center;
}

/*Logos on NAV*/


#homelogo {
  background-image: url(homelogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 4em;
  width:4em;

        }

#backlinklogo {
  background-image: url(backlogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 4em;
  width:4em;
}

#menulogo {
  background-image: url(menulogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 4em;
  width:4em;
}

/*HOMENAVMOBILE*/


.container {
    position: absolute;
  width: 100%;
  height: auto;
  margin-top: 6em;
  top:0;
  left:0;
}

.main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; 
  }

.nav
  {
    transition:all 2s;
    -webkit-transition: all 2s;
    
  }

.nav:hover {
  box-shadow: 0px 0px 24px -3px rgba(132, 218, 235, 0.90);
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

  .flexboxlinks {
    display: flex;
    justify-content: center;
    color: #11262C;
    flex-direction: column;
    position: inherit;
    width:100%;
    height:100%;
    justify-content: space-around;
  
  }


  .flexboxlinks button {
    
    height:6em;
    padding:0;
    margin:0;
    color:#84DAEB;
    background-color:#11262C;
    border: 0.09em dashed #23B5D3;
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: italic;
    font-size: 1em;
  }

.flexboxlinks button:hover {
    background-color: #2c88c5;
    color: #84DAEB;
    font-weight: 800;
    box-shadow: #fff;
    border: none;
    cursor:url("/cursors/precisionselectpill.cur") 2 5, auto;
    
  
}

.staticphoneimg {
  display:none;

}
     
.artgridcontainer {
width: 100%;
background-image: url(paperbackground.png);
display:block;
margin-top: 6em;
background-size: contain;
background-repeat: repeat-y;
margin-left: 0px;
}

.artgrid {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr;
  row-gap: 0px;
  padding: 3px;
}

.artgridimg {
  overflow:hidden;
  transition: 400ms ease-in-out;
  display:flex;
  flex-direction:column;
  margin:0px;
  padding:0px;
  width:100%
}

.imgwrapper  {
  position:relative;
  width:100%;
  overflow:hidden;
  padding:0px;
  margin-bottom:3px;
  transition: all 1s;
    -webkit-transition: all 1s;

}

.imgwrapper img {
  width:100%;
  height:auto;
  margin-top: 0px;
  object-fit:contain;
  filter:blur(2px)
  
}

.img-overlay {
  content:'\A';
  width:100%;
  height: 100%;
  position:absolute;
  top:0; left:0;
  background:rgba(162, 174, 187, .4);
  opacity:1;
  transition: all 1s;
    -webkit-transition: all .5s;
}

#imgoverlaytext {
  display:flex;
  align-items: center;
  justify-content: center;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color:#23B5D3
  
  
}

.imgwrapper:hover > img {
  filter:blur(0em);
  transition: all 1s;
    -webkit-transition: all 1s;
}


.imgwrapper:hover > .img-overlay{
  opacity:0;
  transition: all 1s;
    -webkit-transition: all 1s;
}

/*SCRAPS-MOBILE*/

.sidecontainer {
  position: absolute;
width: 100%;
background-image: url(paperbackground.png);
background-size:contain;
background-position: top;
margin-top: 6em;
margin-left:0px;
padding-top:0;
left:0;
top:0;

}

.sidecontainercontent {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  word-wrap: break-word;
  word-break: break-all;
  margin-top: 0px;



}

.sidecontainercontent h2 {
  display: flex;
  flex-flow: wrap;
  margin-left:4em;
  margin-top: 2em;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
  position: relative;

}

.sidecontainercontent h2::after {
  content: "";
  width:70%;
  height:2px;
  background-color: #2c88c5;
  position: absolute;
   bottom: -12px;
   left: 1em;
}

.sidecontainercontent p {
  
  justify-content: center;
  flex-flow: wrap;
  margin-left:2em;
  margin-right: 2em;
  line-height: 2.5;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
}

.sidecontainercontent a {
  font-family: "Ubuntu Mono", monospace;
font-style:oblique;
color: #2c88c5;

}

.sidecontainercontent a:hover {
  font-family: "Ubuntu Mono", monospace;
font-style:oblique;
color:#23B5D3;
}

.scrapitem {
display:grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: [first] auto [line2] 40px [line3] auto;

}

.scrapitem h3 {
  font-family: "Ubuntu Mono", monospace;
  position: relative;
  font-style: normal;

}

.scrapitem h3::after {
  content: "";
  width:70%;
  height:2px;
  background-color: #2c88c5;
  position: absolute;
   bottom: -9px;
   left: 1em;
}

#scrapphoto {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start:1;
grid-row-end: 1;
align-self: center;
  justify-self: center;

}

#scrapphoto img {
  width:4em;
  height: 4em;
  margin-top: 0px;
  object-fit: contain;
  object-position: center;
  
  
}

#scraptitle {
margin-left: 2em;
margin-top: 3px;
font-weight: 700;
grid-column-start: 1;
grid-column-end: span 2;
grid-row-start:2;
grid-row-end: 2;
}

#scrapdate {
grid-column-start: 1;
grid-column-end: 1;
grid-row-start: 1;
grid-row-end: 1;
font-weight: 700;
font-family: "Ubuntu Mono", monospace;
justify-self: center;
align-self: center;
font-size: 4em;
padding: 5px;
}

#scraplink {
margin-left: 3em;
margin-top: 1em;
font-family: "Ubuntu Mono", monospace;
font-style:oblique
}

#scrapcontent {
grid-column-start: 1;
grid-column-end: span 2;
grid-row-start: 3;
grid-row-end: span 3;
justify-self:stretch;
padding: 3px;
  line-height: 1.5;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
  margin-left:2em;
  margin-top: 10px;


}

.bunnysprite {
  position:fixed;
  bottom: 10px;
  right: 5%;
  height: 50px;
}

.constructionmessage img {
  position: absolute;
  max-width: 200px;
 max-height: auto;
 left:-200px;
 top: -100px;
}
  
  }

@media (min-width:800px){
  
header {
    background-color: #75ABBC;
    height:15em;
    width: 100%;
    margin:0;
    padding:0;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    position: fixed;
    top:0;
    left:0;
}

.phone-header-container{
display: none;

}

.header-container {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 700;
    font-style: normal;
    color:#84DAEB;
    height:15em;
    width:30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-container button {
    padding:0.2em 1.2em;
    margin:0;
    font-family: "Pinyon Script", cursive;
    font-weight: 700;
    font-size: 1.5em;
    color: #23B5D3;
    background-color: #11262C;
    cursor:url("/cursors/normalselectstatic.cur") 2 5, auto;
    border: 2px solid #3C5363;

}

.header-container button:hover {
  background-color: #2c88c5;
  color: #84DAEB;
  font-weight: 800;
  cursor:url("/cursors/precisionselectpill.cur") 2 5, auto;
  box-shadow: 0px 0px 24px -3px rgba(226, 226, 226, 0.75);
  border: 1px solid #84DAEB;

}

.header-container img {
  height: 7em;
  width:auto;
}

.header-container h1 {
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 10em;
}

body {
    background-image: url(background.png);
    background-color: var(--BG-color);
    background-repeat: repeat;
}

.container {
    position: absolute;
  width: 100%;
  max-width: 95em;
  height: 46em;
  left: 49%;
  top: 66%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main {
    background-image: url(cellphone.png);
    background-repeat: no-repeat;
    z-index: 100;
    width: 46em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25%;
    padding: 2em;
    
  }

.nav
  {
    background-color: #060d0fb2;
    backdrop-filter: blur(0.13em);
    border: 0.06em solid #84DAEB;
    position:absolute;
    top: 5.5em;
    left: 8em;
    width: 34em;
    height: 15.5em;
    transition:all 2s;
    -webkit-transition: all 2s;
  }

.nav:hover {
  box-shadow: 0px 0px 24px -3px rgba(132, 218, 235, 0.90);
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

  .flexboxlinks {
    display: flex;
    justify-content: center;
    color: #75ABBC;
    flex-direction: column;
    position: inherit;
    width:10em;
    height:100%
  }


  .flexboxlinks button {
    
    height:2.66em;
    padding:0;
    margin:0;
    color:#11262C;
    background-color:#75ABBC;
    border: 0.08em dashed #23B5D3;
    border-radius:2px;
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: italic;
  }

.flexboxlinks button:hover {
    background-color: #2c88c5;
    color: #84DAEB;
    font-weight: 800;
    box-shadow: #fff;
    border: none;
    cursor:url("/cursors/precisionselectpill.cur") 2 5, auto;
  
}

.staticphoneimg {
    position: inherit;
    background-repeat: no-repeat;
    left: 10em;
    background-size:cover;
    height:100%;
    width:24em;

}

.staticphoneimg img {
    width:24em;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    vertical-align:top;
}
.staticphoneimg:after {
  content:'\A';
  position:absolute;
  width:100%;
  height:100%;
  top:0; left:0;
  background:rgba(162, 174, 187, .6);
  opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.staticphoneimg:hover:after {
    opacity:0;
}

.dividergif {
  position: absolute;
  top:15em;
  background-image: url(bluani.gif);
  background-repeat: repeat-x;
  margin:0px;
  padding: 0px;
  height:2px;
  width:100%;
}


.bunnysprite {
  position:fixed;
  bottom: 2em;
  right: 2em;
  
}

.constructionmessage img {
  position: absolute;
  max-width: 12em;
 max-height: auto;
 left:-12em;
 top: -5em;
}


/*NAV SIDEBAR*/



.closedphonenav {
  position: absolute;
  width: 22em;
  height: 40.6em;
  left: 5%;
  top: 30%;
 margin:0;
 padding:0;
 rotate: -3deg
 
}

.closedphonenavdrop {
  box-shadow: -6px 5px 45px 10px rgba(31, 33, 34, 0.9);
  position: absolute;
  top:3em;
  left:2em;
  width: 18em;
  height: 36em;
z-index: -1;
}

.sidenavmain {
  background-image: url(phonenav.png);
    background-repeat: no-repeat;
    z-index: 100;
    width: 22em;
    height: 100%;
    top: 0;
    margin:0;
    padding:0;
  

    
}


.sidenavscreen {
  background-color: #060d0fb2;
  backdrop-filter: blur(0.13em);
  border: 0.06em solid #84DAEB;
  position:absolute;
  top: 3.5em;
  left: 3.5em;
  width: 15.5em;
  height: 34em;
  transition:all 2s;
  -webkit-transition: all 2s;
}

.sidenavscreen:hover {
    box-shadow: 0px 0px 24px -3px rgba(132, 218, 235, 0.90);
    transition: all 0.5s;
      -webkit-transition: all 0.5s;
}

.sideflexboxlinks {
  display: flex;
  justify-content: center;
  color: #75ABBC;
  flex-direction: column;
  position: inherit;
  width:15.5em;
height: 30em;
  justify-content:space-evenly;
}

.sideflexboxlinks button {
  
  height:100%;
  padding:0;
  margin:0;
  color:#11262C;
  background-color:#75ABBC;
  border: .08em dashed #23B5D3;
  border-radius:1px;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  
  font-size: 1.5em;
  
}

.sideflexboxlinks button:hover {
  background-color: #2c88c5;
  color: #84DAEB;
  font-weight: 800;
  box-shadow: #fff;
  border: none;
  cursor:url("/cursors/precisionselectpill.cur") 2 5, auto;

}

.sidenavbuttons {
  display:flex;
  flex-direction:row;
  position: absolute;
  bottom:0%;
  height:4em;
  width:100%;
  justify-content: space-around;
  color: #84DAEB;
  align-items:center;
}

.sidenavbuttons a {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
  color:#84DAEB;
  display: flex;
  align-items: center;
}

/*Logos on NAV*/


#homelogo {
  background-image: url(homelogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 2em;
  width:2em;

        }

#backlinklogo {
  background-image: url(backlogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 2em;
  width:2em;
}

#menulogo {
  background-image: url(menulogo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 2em;
  width:2em;
}


/*sidescrap*/

.sidecontainer {
  direction: rtl;
  position: absolute;
width: 60%;
max-width: 60em;
height: 40em;
max-height: 40em;
left: 49%;
top: 55%;
-webkit-transform: translate(-30%, -40%);;
overflow-y: scroll;
overflow-x:hidden;
rotate: 2deg;
background-image: url(paperbackground.png);

}

.sidecontainercontent {
  direction: ltr;
  border-radius:1px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  word-wrap: break-word;
  word-break: break-all;

}

.sidecontainercontent h2 {
  display: flex;
  flex-flow: wrap;
  margin-left:8em;
  margin-top: 3em;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
  position: relative;

}

.sidecontainercontent h2::after {
  content: "";
  width:70%;
  height:2px;
  background-color: #2c88c5;
  position: absolute;
   bottom: -12px;
   left: 1em;
}

.sidecontainercontent p {
  
  justify-content: center;
  flex-flow: wrap;
  margin-left:9em;
  margin-right: 5em;
  line-height: 2.5;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
}

.sidecontainercontent a {
  font-family: "Ubuntu Mono", monospace;
font-style:oblique;
color: #2c88c5;

}

.sidecontainercontent a:hover {
  font-family: "Ubuntu Mono", monospace;
font-style:oblique;
color:#23B5D3;
}

/*scraps*/

.scrapscontainer {
display:flex;
flex-direction:column;
flex-wrap: nowrap;
justify-content: flex-start;
gap:1em;
padding-top: 1em;

}

.scrapitem {
display:grid;
grid-template-columns: [first] 200px [line2] 2fr [line3] 1fr;
grid-template-rows: [first] 40px [line2] 40px [line3] 120px [line4] auto;
padding-left: 1em;
padding-right: 4em;

}

.scrapitem h3 {
  font-family: "Ubuntu Mono", monospace;
  position: relative;
  font-style: normal;

}

.scrapitem h3::after {
  content: "";
  width:70%;
  height:2px;
  background-color: #2c88c5;
  position: absolute;
   bottom: -9px;
   left: 1em;
}

#scrapphoto {
grid-column-start: 1;
grid-column-end: 1;
grid-row-start:1;
grid-row-end: span 3;
;

}

#scrapphoto img {
  width:100%;
  height: 100%;
  margin-top: 0px;
  object-fit: contain;
  object-position: center;
  
}

#scraptitle {
margin-left: 2em;
margin-top: 3px;
font-weight: 700;
}

#scrapdate {
justify-self:end;
font-weight: 400;
font-family: "Ubuntu Mono", monospace;
}

#scraplink {
margin-left: 3em;
margin-top: 1em;
font-family: "Ubuntu Mono", monospace;
font-style:oblique
}

#scrapcontent {
grid-column-start: 2;
grid-column-end: span 2;
grid-row-start: 3;
grid-row-end: span 2;
justify-self:stretch;
padding: 3px;
  line-height: 1.5;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-style: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
  margin-left:2em


}

/*Art GRID*/

.artgridcontainer {
  direction: rtl;
  position: absolute;
width: 60%;
max-width: 60em;
height: 40em;
max-height: 40em;
left: 49%;
top: 55%;
-webkit-transform: translate(-30%, -40%);
overflow-y: scroll;
overflow-x:hidden;
rotate: 2deg;
background-image: url(paperbackground.png);

}

.artgrid {
  display: grid;
  align-content: start;
  grid-template-columns: 1fr 1fr 1fr;
  
  column-gap: 3px;
  row-gap: 0px;
  padding: 3px;
}

.artgridimg {
  overflow:hidden;
  transition: 400ms ease-in-out;
  display:flex;
  flex-direction:column;
}

.imgwrapper  {
  position:relative;
  width:100%;
  overflow:hidden;
  padding:0px;
  margin-bottom:3px;
  transition: all 1s;
    -webkit-transition: all 1s;

}

.imgwrapper img {
  width:100%;
  height:auto;
  margin-top: 0px;
  object-fit:contain;
  filter:blur(2px)
  
}

.img-overlay {
  content:'\A';
  width:100%;
  height: 100%;
  position:absolute;
  top:0; left:0;
  background:rgba(162, 174, 187, .4);
  opacity:1;
  transition: all 1s;
    -webkit-transition: all .5s;
}

#imgoverlaytext {
  display:flex;
  align-items: center;
  justify-content: center;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color:#23B5D3
  
  
}

.imgwrapper:hover > img {
  filter:blur(0em);
  transition: all 1s;
    -webkit-transition: all 1s;
}


.imgwrapper:hover > .img-overlay{
  opacity:0;
  transition: all 1s;
    -webkit-transition: all 1s;
}

}
.flexboxlinks > #inprogressbutton {
  opacity:50%;
}


