@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prompt&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Farsan&family=IBM+Plex+Sans:wght@400;700&family=Lalezar&family=Pacifico&display=swap");
/*
@font-face{
  font-family: "Finch";
  src: url("Finchregular.ttf") format("truetype");
}*/
@font-face {
  font-family: "lone";
  src: local("lone-regular.otf") format("opentype");
}

* {
  font-family: "IBM Plex Sans", sans-serif;
}

/* $navbar-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.035); */
p {
  text-indent: 30px;
  text-align: justify;
}

.noindent {
  font-weight: 550;
  text-indent: 0px;
  text-align: center;
  font-style: normal;
}

.subhr {
  width: 100%;
  color: #5F94BF;
  margin-bottom: 15px;
}

.listhead,
dt {
  font-weight: 450;
  font-style: italic;
  text-align: left;
  color: #3D3D3D;
}

.references {
  font-weight: normal;
  font-style: normal;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-family: sans-serif;
}

.rowbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

a {
  text-decoration: none;
  color: #5685ac;
}

.main {
  border-bottom: 1px solid #6f1d96;
  border-left: 1px groove #F0522D;
  border-right: 1px ridge #6AF02D;
  border-top: 1px solid #6f1d96;
  background-color: whitesmoke;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 100px;
  padding-right: 60px;
  padding-left: 60px;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  background-color: #154a6f94;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 40px;
  gap: 8px;
}

.main-container-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}

.main-container-bkg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 3px;
}

.shadow {
  width: 80%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 7px;
}

.row-container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-align: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: auto;
  padding: 0px;
  gap: 20px;
  margin: auto;
}

.sub-container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  padding: 0px;
  gap: 20px;
}

.rowelem {
  width: 100%;
}

.rowelemsub {
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.rowelemsub2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

hr {
  color: #411f53;
  margin-top: -20px;
  margin-bottom: 25px;
  width: 200px;
}

.intro {
  font-size: large;
  padding-top: 0px;
  padding-bottom: 0px;
}

.subintro {
  border-left: 0px groove #F0522D;
  border-right: 0px ridge #F0522D;
  border-top: 0px groove #5685ac;
  border-bottom: 0px groove #5685ac;
}

.box,
.citations {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  border-bottom: 1px groove #2DCBF0;
  border-radius: 4px;
}

.citations {
  padding-top: 4px;
}

.mainheading {
  margin-top: 5px;
  text-align: center;
  font-variant: normal;
  color: #313131;
  margin-bottom: 15px;
  font-size: 66pt;
}

.hrmain {
  width: 99%;
  color: #5685ac;
}

dd {
  text-indent: 30px;
}

h2 {
  margin-top: 5px;
  text-align: center;
  font-variant: normal;
  font-weight: normal;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  color: #3D3D3D;
}

h1 {
  margin-top: 5px;
  text-align: center;
  font-family: "lone", sans-serif;
  font-size: 28pt;
  color: black;
}

h3.outline {
  font-size: 14pt;
  color: grey;
}

.outline {
  color: #5F94BF;
  font-size: 10pt;
}

.outlinebox{
  display: none;
}

#updates ul {
  font-size: 10pt;
}

ol, ul {
  padding-left: 20px;
}

#collapsible {
  margin-left: 20px;
  font-size: 8pt;
  border: none;
  color: #B32DF0;
  background-color: rgba(0, 0, 0, 0);
}

.outlinebox {
  border-bottom: 1px groove #9024c2;
  border-left: 1px solid #9024c2 !important;
  border-right: 1px solid #9024c2 !important;
  border-top: 1px groove #9024c2;
  border-radius: 4px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  width: 340px;
  background-color: white;
}

.spacebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-color: #B32DF0;
  width: 100%;
}

.secbr {
  margin-top: 40px;
}

.active, #collapsible:hover {
  color: #F0522D;
}

#titleemph0, .titleemph0 {
  font-family: "Farsan", cursive;
  font-style: italic;
  position: relative;
  right: -3px;
  width: 40px;
  display: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#titleemph1, .titleemph1 {
  font-family: "Pacifico", cursive;
  color: #F0522D;
  font-style: italic;
  position: relative;
  left: 1px;
  top: 10px;
}

#titleemph2, .titleemph2 {
  font-family: "Black Ops One", cursive;
  color: #5F94BF;
  font-style: normal;
  position: relative;
  left: -1px;
}

#content {
  display: none;
  overflow: hidden;
  margin-top: -20px;
  font-size: 10pt;
  color: #5F94BF;
}

.smallbox {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

html {
  background-color: #dfe4ea;
  background-repeat: repeat;
  background-size: 50%;
  margin-bottom: 0px;
}

/* styling navlist */
#navlist {
  background-color: #0074d9;
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav body {
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav h2,
.nav h3,
.nav a {
  color: #34495e;
}

.nav a {
  text-decoration: none;
}

.logo {
  margin: 0;
  margin-top: -80px;
  font-size: 35pt;
  height: 20px;
  color: #000;
}

.main-nav {
  margin-top: 5px;
}

.main-nav a {
  padding: 10px 15px;
  text-align: center;
  display: block;
}

.main-nav a {
  color: #34495e;
  font-size: 0.99em;
}

.main-nav a:hover {
  color: #718daa;
}

footer {
  text-align: center;
  padding: 5px;
  width: 100%;
  margin: 0;
  background-color: #5F94BF;
  border-top: 1px solid #B32DF0;
  color: white;
  border-radius: 5px;
  height: auto;
}

.footer-container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  background-color: #154a6f94;
  width: 100%;
  padding: 0px;
  margin-top: 40px;
}

.header {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 1px solid #a2a2a2;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
}

/* ================================= 
  Media Queries
==================================== */
@media (min-width: 769px) {
  .header,
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header {
    width: 80%;
    margin: 0 auto;
    max-width: 1150px;
  }
}

@media (min-width: 1025px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* Dropdown Button */
.dropbtn {
  background-color: #B32DF0;
  color: white;
  background-blend-mode: lighten;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* The container <div> - needed to position the dropdown content */
.homebtn {
  position: relative;
  display: inline-block;
  background-color: whitesmoke;
  color: white;
  padding: 6px;
  font-size: 16px;
  border: none;
}

.homebtn:hover {
  background-color: #ebebeb;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #F0522D;
}

aside {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  /* Full-height: remove this if you want "auto" height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 270px;
  /* Set the width of the sidebar */
}

aside .main {
  border-left: 1px ridge #6AF02D;
  border-right: 1px groove #F0522D;
}
/*# sourceMappingURL=main.css.map */