 :root {
      --glaucous-blue: hsl(206, 61%, 88%);
      --deep-slate-olive: hsl(108, 34%, 11%);
      --cossack-green: hsl(110, 97%, 19%);
      --grenadine-pink: hsl(356, 100%, 90%)
 }

body {
  background-color: var(--glaucous-blue);
  color: var(--deep-slate-olive);
  font-family: 'Times New Roman', 'Times', serif;
  margin: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
}

.skip-nav {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1000;
}

.skip-nav:focus {
  top: 10px;
  left: 10px;
  background-color: #333;
  color: white;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}


@media screen and (max-width: 738px) {
  .skip-nav{
    display: none
  }
}


.topnav {
    overflow: hidden;
    border-bottom: 4px solid hsl(110, 97%, 20%);
    background-color: hsl(110, 97%, 20%);
    color: hsl(206, 61%, 88%);
    display: flex;
    align-items: center;
    padding: 0 1rem;
    margin: 10px;
    --r: 15px; /* radius of circles */
    /*padding: calc(1.5*var(--r));*/
    background: var(--cossack-green);
    mask: 
    linear-gradient(#000 0 0) no-repeat
     50%/calc(100% - 2*var(--r)) calc(100% - 2*var(--r)), 
    radial-gradient(farthest-side,#000 99%,#0000) 
     0 0/calc(2*var(--r)) calc(2*var(--r)) round;
}

.topnav img {
    transform: translateY(22px) translateX(50px);
    display: block;
    margin-bottom: -20px;
    stroke: hsl(206, 61%, 88%);
}

.topnav a {
    float: left;
    display: block;
    font-weight: 600;
    color: hsl(206, 61%, 88%);
    text-align: center;
    margin: 30px 15px;
    padding: 5px 15px;
    font-size: 1.6rem;
    text-decoration: none;
}

.topnav a:hover, .topnav a:focus {
    color: hsl(206, 61%, 88%);
    text-decoration: underline;
}

.topnav a.active {
    text-decoration: none;
    hsl(206, 61%, 88%);
    border: 4px dashed hsl(206, 61%, 88%);
}

.topnav a.active:hover, .topnav a.active:focus {
    text-decoration: underline;
}

#nav-container {
  overflow: hidden;
  width: 100%;
}
          

.menu-icon {
    display: none;
    cursor: pointer;
    font-size: 24px;
    padding: 15px;
    background: none;
    border: none;
}

button.menu-icon {
    font-family: "BIZ UDMincho", serif;
    font-size: 2.7rem;
    font-weight: bold;
    color: hsl(206, 61%, 88%);
}

.dropdown {
    display: flex;
    flex-direction: row;
    width: auto;
    color: hsl(206, 61%, 88%);
}

.dropdown a{
  position: relative;
}

@media screen and (max-width: 850px) {
    .topnav {
        flex-direction: column;
        align-items: flex-start;
        background-color: hsl(110, 97%, 20%);
        margin: -15px -15px 50px -15px;
        padding: 5px 5px 10px 20px;  
        color: hsl(206, 61%, 88%);
        --r: 15px;
    }
    
    .menu-icon {
        display: block;
    }
    
    .dropdown {
        display: none;
        flex-direction: column;
        width: 100%;
        padding: 0 0 10px 0;
    }
    
    .dropdown a {
        font-size: 2rem;
        display: block;
        margin: 10px;
        padding: 5px;
        color: hsl(206, 61%, 88%) !important;
    }
    
    .topnav.open .dropdown {
        display: flex;
    }
    
    .topnav a.active {
        background-color: hsl(206, 61%, 88%);
        box-shadow: 0 0 18px 18px hsl(206, 61%, 88%);
        border: none;
        text-decoration: underline;
        padding: 0;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        color: hsl(110, 97%, 20%) !important;
    }
    
    .activeBottom {
        margin-bottom: 30px !important;
    }
     
    .activeTop {
        margin-top: 30px !important;
    }
    
    .topnav img {
        display: none;
    }
}


        

footer {
  text-align: left;
  padding: 1rem;
  color: hsl(108, 34%, 11%);
  max-width: 100%;
  margin-top: 75px;
  font-size: 1rem;
  font-family: monospace;
}

h1 {
  font-family: Helvetica;
  padding: 15px;
  font-size: 35px;
  margin: 40px;
  color: hsl(108, 34%, 11%);
}

h2 {
  font-size: 28px;
  padding: 15px;
  margin: 0 10px;
  color: hsl(108, 34%, 11%);
}

.index {
  font-size: 150%;
  font-family: serif;
}

section.index,
div.index {
  background-color: white !important;
  border: 3px dashed black !important;
  width: 270px !important;
  margin: 0;
  display: inline-block;
  padding: 15px;
}

h1.index {
  font-family: 'Litterae Ignotae', serif;
  font-size: 80px; 
  font-weight: 400;
  margin: 30px;
  padding-bottom: 70px
}

h1.index::selection {
    font-family: serif;
    background-color: hsl(108, 34%, 11%);
    color: hsl(206, 61%, 88%);
}

.index ul {
  list-style: initial;
  font-size: 70%;
  margin-left: 20px;
  padding: 0;
}

.index li {
  border: none;
  padding: 0;
  text-indent: 0;
  margin: 10px 0;
}

.index li:before {
  all: initial;
}

.index h2 {
  margin:0;
  padding: 0;
  font-size: 70%;
}

header
{
  border-bottom: 4px solid hsl(108, 34%, 11%);
  margin-bottom: 30px;
  line-height: 400%;
}

.default{
  all: initial
}

.btn {
	background: #d4eaff;
	border-bottom: 6px inset rgba(0,0,0,.5);
	border-left: 6px inset rgba(0,0,0,.5);
	border-right: 6px inset rgba(255,255,255,.5);
	border-top: 6px inset rgba(255,255,255,.5);
	box-sizing: border-box;
	color: hsl(108, 34%, 11%);
	cursor: pointer;
	display: inline-block;
	font-size: 28px;
	min-width: 200px;
  padding: .5rem;
  text-decoration: none;
	text-transform: uppercase;
	width: auto;
  font-family: Helvetica;
  text-align: center;
}

.btn:focus{
  background: #9ecfff;
}

.btn:hover{
  background: #9ecfff;
}

.btn:visited{
  color: black;
}

.hildegard{
  font-family: Litterae Ignotae;
  font-size: 28px;
  line-height: 0.5;
}

.feelings h1, .feelings h2{
  padding: 0;
  margin: 80px 5px 20px 5px;
  font-size: 2rem;
  font-family: Helvetica, sans-serif;
  font-weight: 400
  
}

@media (max-width: 768px) {
  .feelings h1 {
    padding: 0;
    font-size: 1.6rem
  }
}

.citation {
  font-size: 90%; 
  font-family: serif; 
  border: none; 
  margin-bottom: -15px; 
  padding: 0 0 0 25px; 
  text-indent: -25px; 
  margin-left: 0px
}

.footnote{
  font-size: 95%; 
  font-family: serif; 
  border: none; 
  margin-bottom: -15px; 
  padding: 0; 
  margin-left: 0px
}

/* 

FONTS 
-----

*/

@font-face {
    font-family: Litterae Ignotae;
    src:url('fonts/litterae_ignotae.ttf') format('truetype'),
        url('fonts/litterae_ignotae.eot?#iefix') format('embedded-opentype'), 
	      url('fonts/litterae_ignotae.woff') format('woff'), 
	      url('fonts/litterae_ignotae.svg') format('svg'),
}

@font-face {
    font-family: 'Sono';
    src: url('fonts/sono/Sono-Regular.eot');
    src: local('Sono Regular'), local('Sono-Regular'),
        url('fonts/sono/Sono-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/sono/Sono-Regular.woff2') format('woff2'),
        url('fonts/sono/Sono-Regular.woff') format('woff'),
        url('fonts/sono/Sono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sono';
    src: url('fonts/sono/Sono-SemiBold.eot');
    src: local('Sono SemiBold'), local('Sono-SemiBold'),
        url('fonts/sono/Sono-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/sono/Sono-SemiBold.woff2') format('woff2'),
        url('fonts/sono/Sono-SemiBold.woff') format('woff'),
        url('fonts/sono/Sono-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sono';
    src: url('fonts/sono/Sono-Medium.eot');
    src: local('Sono Medium'), local('Sono-Medium'),
        url('fonts/sono/Sono-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/sono/Sono-Medium.woff2') format('woff2'),
        url('fonts/sono/Sono-Medium.woff') format('woff'),
        url('fonts/sono/Sono-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jacquarda Bastarda 9';
    src: url('fonts/jacquarda/JacquardaBastarda9-Regular.eot');
    src: local('Jacquarda Bastarda 9 Regular'), local('JacquardaBastarda9-Regular'),
        url('fonts/jacquarda/JacquardaBastarda9-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/jacquarda/JacquardaBastarda9-Regular.woff2') format('woff2'),
        url('fonts/jacquarda/JacquardaBastarda9-Regular.woff') format('woff'),
        url('fonts/jacquarda/JacquardaBastarda9-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*FONTS*/
@font-face {
    font-family: 'Xanh Mono';
    src: url('fonts/XanhMono-Italic.eot');
    src: url('fonts/XanhMono-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/XanhMono-Italic.woff2') format('woff2'),
        url('fonts/XanhMono-Italic.woff') format('woff'),
        url('fonts/XanhMono-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Xanh Mono';
    src: url('fonts/XanhMono-Regular.eot');
    src: url('fonts/XanhMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/XanhMono-Regular.woff2') format('woff2'),
        url('fonts/XanhMono-Regular.woff') format('woff'),
        url('fonts/XanhMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kosugi Maru';
    src: url('fonts/KosugiMaru-Regular.eot');
    src: url('fonts/KosugiMaru-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/KosugiMaru-Regular.woff2') format('woff2'),
        url('fonts/KosugiMaru-Regular.woff') format('woff'),
        url('fonts/KosugiMaru-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'New Tegomin';
    src: url('fonts/NewTegomin-Regular.eot');
    src: url('fonts/NewTegomin-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/NewTegomin-Regular.woff2') format('woff2'),
        url('fonts/NewTegomin-Regular.woff') format('woff'),
        url('fonts/NewTegomin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WDXL Lubrifont SC';
    src: url('fonts/WDXLLubrifontSC-Regular.eot');
    src: url('fonts/WDXLLubrifontSC-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/WDXLLubrifontSC-Regular.woff2') format('woff2'),
        url('fonts/WDXLLubrifontSC-Regular.woff') format('woff'),
        url('fonts/WDXLLubrifontSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BIZ UDMincho';
    src: url('fonts/BIZUDMincho-Regular.eot');
    src: url('fonts/BIZUDMincho-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/BIZUDMincho-Regular.woff2') format('woff2'),
        url('fonts/BIZUDMincho-Regular.woff') format('woff'),
        url('fonts/BIZUDMincho-Regular.ttf') format('truetype'),
        url('fonts/BIZUDMincho-Regular.svg#BIZUDMincho-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BIZ UDMincho';
    src: url('fonts/BIZUDMincho-Bold.eot');
    src: url('fonts/BIZUDMincho-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BIZUDMincho-Bold.woff2') format('woff2'),
        url('fonts/BIZUDMincho-Bold.woff') format('woff'),
        url('fonts/BIZUDMincho-Bold.ttf') format('truetype'),
        url('fonts/BIZUDMincho-Bold.svg#BIZUDMincho-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


