
/* ---------------- FONTS ---------------- */

@font-face {
  font-family: "Aivscript";
  font-weight: 400;
  src: url("/assets/Aivscript_Regular.woff2") format("woff2")
}

@font-face {
  font-family: "Garamond", serif;
  font-weight: 400;
  src: url("/assets/Garamond.woff2") format("woff2")
}

@font-face {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 33%
}

/* ---------------- GENERAL ---------------- */

html, body {
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: linear-gradient(black, #202020);
    background-repeat: no-repeat;
    background-attachment: fixed;
  min-height: 100vh;
  color: #D0D0D5;
  font-family: Garamond, EB Garamond, serif;
}
  
h1 {
  color: #D0D0D5;
  font-family: Aivscript, cursive;
  font-size: 30px;
  line-height: 50%;
}

h2 {
  color: #D0D0D5;
  font-family: Aivscript, cursive;
  font-size: 25px;
  line-height: 50%;
}

a {
  background: -webkit-linear-gradient(#F5F5F5, #A4A4A4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}
  
a:hover {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

button {
  color: #D0D0D5;
  font-family: Aivscript, cursive;
  text-align: left
}

img {
  display: block;
  height: auto;
  margin: auto;
}

.hoverable:hover {
  text-decoration: none
  } /* Optional (avoid undesired underscore if a is used as wrapper) */
  
  .hoverable:hover img:first-child {
    display:none
    }
    
  .hoverable:hover img:last-child {
    display:inline-block
    }

/* ---------------- ADDRESS INDICATOR ---------------- */

#topodeictor {
  border: 1.5px solid #A4A4A4;
    border-radius: 5px;
  color: #D0D0D5;
  max-width: 500px;
  margin: auto;
  padding: 5px;
 }
 /* from An. Gk. τόπος "place" + δείκνυμι "to point":
   a place-pointer. 
   */

/* ---------------- CONTENT STYLING ---------------- */

#content {
  border: 2px solid transparent;
  background-color: transparent;
  max-width: 500px;
  margin: auto;
  padding: 25px;
}

.cornerstone {
  position: relative;
  border: 1px dotted transparent;
}

.calliphor { 
  position: absolute;
    top: -10px;
    left: 0px
  /* "calliphor":
    modelled on "calli-" (<- Ancient Greek κάλλος "beauty") 
    + "-phor" (<- An. Gk. φέρω "I carry"),
    therefore maybe meaning "carrier of beauty"? 
    or "one that carries beautifully"?
  */
}

.calliphor img.corner_carving {width: 75px}

.cartouche {
  position: absolute;
    top: 22px;
    left: 24px
}

.cartouche img {width: 30px}

.cornerstone h1, p {
  border: 2px solid transparent;
  padding-left: 65px;
  max-width: 500px;
  text-align: justify;
}

#bottom_buffer {
  /* border: 2px solid red; */
  height: 150px
}

/* ---------------- WRAPPER STYLING ---------------- */  

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#topbar, #bottombar {
  flex-grow: 0;
  flex-shrink: 0;
}

#content {
  flex-grow: 1
}

/* ---------------- TOP NAVBAR STYLING ---------------- */  

#topbar {
  height: 200px;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

#topbar div.console {
  max-width: 770px;
  position: absolute;
    top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#topbar div.console div {
  position: relative;
    top: 10px
}

#logophor {
  text-align: center;
  margin: 10px;
  padding: 10px;
}

#logo {
  width: 50px;
  height: auto;
}

#navbar_left_column {
  text-align: right
}

  #navbar_left_column a {
    display: block;
    max-width: 325px;
  }
  
#navbar_right_column {
  text-align: left
}

  #navbar_right_column a {
    display: block;
    max-width: 325px
  }

.topnav_button {
  max-width: 325px;
}

.topnav_button_hoversprite {
  max-width: 325px;
  display: none
}
 

/* ---------------- BOTTOM NAVBAR STYLING ---------------- */  

#copyright {
  color: #404040;
  display: flex;
  padding: 0px;
  margin: auto;
}

/* ---------------- BOTTOM NAVBAR STYLING ---------------- */  

#bottombar {
  display: flex;
  justify-content: center;
  align-items: center;
}

#bottombar div.console {
  max-width: 500px;
  position: relative;
    bottom: 0px;
}

#bottombar div.console #base {
  width: 500px;
  position: relative;
  object-fit: cover;
}
    
a.hoverable #instabutton {
  position: absolute;
    bottom: 0px;
    left: 100px
}

a.hoverable #blueskybutton {
  position: absolute;
    bottom: 0px;
    left: 160px
}

a.hoverable #tumblrbutton {
  position: absolute;
    bottom: 0px;
    left: 220px
}

a.hoverable #itchbutton {
  position: absolute;
    bottom: 0px;
    left: 280px
}

a.hoverable #mailbutton {
  position: absolute;
    bottom: 0px;
    left: 340px
    }
                       
.bottomnav_button {
  width: 60px
}

.bottomnav_button_hoversprite {
  width: 60px;
  display: none;
}

