html {height: 100%; width: 100%; margin: 0; padding: 0;}

body {height: 100%; width: 100%; margin: 0; padding: 0;}

div {
  width: 100%;
  height: 100%;
}

#a {
  font-family:sans-serif;
  color: white;
  /* color: var(--tc); */
}

h1 {
  font-size: 5vw;
  margin-top: 8vh;
  margin-bottom: 1vh;
}

h2 {
  font-size: 2vw;
  margin-top: 0.25em;
  margin-bottom: 1.5em;
}

p::first-letter {
  text-transform: capitalize;
}

p {
  display: block;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-bottom: 0.25em;
}

.poem {
  padding-top: 5%;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  /* hyphens: auto; */
  font-size:3vw;
  z-index:99;
}

.radialGradient {
  position: fixed;
  z-index:-1;
  background:
  radial-gradient(circle at 50% 0,
    rgba(var(--rA),.5),
    rgba(var(--rA),0) 80%),
    radial-gradient(circle at 6.7% 75%,
      rgba(var(--rB),.5),
      rgba(var(--rB),0) 80%),
      radial-gradient(circle at 93.3% 75%,
        rgba(var(--rC),.5),
        rgba(var(--rC),0) 80%) lightgray;
}

/* .menubutton {
  cursor: pointer;
  position: absolute;
  margin-left: 2vw;
  margin-top: 2vh;
  font-size: 2vh;
  font-family:sans-serif;
  font-weight: bold;
  color: white;
  opacity: 1.0;
} */

.menubutton {
  cursor: pointer;
  position: absolute;
  margin-left: 1.5vw;
  margin-top: 1vh;
  width: 2vh;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgba(0, 0, 0, 0.75); /* Black*/
  /* opacity: 0.25; */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav p {
  font-size: 2vh;
  font-family:sans-serif;
  font-weight: normal;
  color: white;
  /* opacity: 1.0; */
  /* padding: 8px 8px 8px 32px; */
  padding: 2vh 2vw 2vh 2vw;
  text-decoration: none;
  /* font-size: 25px; */
  display: block;
  transition: 0.3s;
}

.sidenav h1 {
  font-size: 2.5vh;
  font-family:sans-serif;
  font-weight: bold;
  color: white;
  /* opacity: 1.0; */
  /* padding: 8px 8px 8px 32px; */
  margin: 0;
  margin-bottom: -3vh;
  padding: 2vh 2vw 2vh 2vw;
  text-decoration: none;
  /* font-size: 25px; */
  display: block;
  transition: 0.3s;
}

.sidenav h2 {
  font-size: 2vh;
  font-family:sans-serif;
  font-weight: bold;
  color: white;
  /* opacity: 1.0; */
  /* padding: 8px 8px 8px 32px; */
  margin: 0;
  margin-bottom: -3vh;
  padding: 2vh 2vw 2vh 2vw;
  text-decoration: none;
  /* font-size: 25px; */
  display: block;
  transition: 0.3s;
}

.sidenav a {
  /* font-size: 1em; */
  font-family:sans-serif;
  font-weight: bold;
  color: white;
  /* opacity: 1.0; */
  /* padding: 1vh 1vw 1vh 1vw; */
  text-decoration: none;
  /* display: block; */
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 2vw;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  /* padding: 20px; */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/* @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */
