/* If you want to upload fonts, put them in the fonts folder and add them to your stylesheet like below. */

@font-face {
  font-family: Barlowfold;
  src: url(fonts/Barlowfold.otf);
  font-weight: normal;
}

@font-face {
  font-family: Lucette;
  src: url(fonts/Lucette-Regular.woff);
  font-weight: normal;
}

@font-face {
  font-family: Lucette;
  src: url(fonts/Lucette-RegularItalic.woff);
  font-style: italic;
}

html, body {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 24px;
  margin: 0px;
  min-height: 100vh;

}

html {
  scroll-behavior: smooth;
}

body {
  background: #4b4b4b;
}
.wrapper {
  background: url('img/orb_white_trans.png') no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
}
.banner {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  flex-wrap: wrap;
  z-index: 48;
}

#title {
  font-family: Barlowfold;
  font-weight: bold;
  font-size: 10vh;
  padding: 2vw 0;
  z-index: 52;
  justify-content: center;
  opacity: .7;
}


a {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
}

main{
}

#allSections {
  display: block;
  height: 100%;
}

#toc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25vh;
  z-index: 50;
}

.toc-item {
  /* padding-top: 5vh; */
  width: 1100px;
  /* text-align: center; */

}

.vidWrap{
  display: flex;
  padding-top: 50px;
  flex-direction: column;
  
}

#content {
  /* margin: 0 25vw 10rem; */
  
}

h1 {
  font-family: Barlowfold;
  font-size: 4.1vh;
  color: #ffffff;
}

.toc-item h1 {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.toc-item p {
  font-style: italic;
  font-size: 2vh;
  color: #ffffff;
  display: inline;
}

#vid-outer {
  margin-top: 20vh;
  width: 100%;
}

#vid-inner {
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

iframe {
  width: 100%;
  height: 700px;
  box-shadow: #ffffff;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}

h2 {
  font-family: Barlowfold;
  font-size: 3vh;
  color: white;
}
.rowFlex {
  display: flex;
  flex-direction: row;
}

.rowFlex > div {
  margin: 20px;
  width: 100%;
}



.textSection {
  /* padding-top: 50vh; */
  display: flex;
  height: auto;
  align-items: center;
  flex-direction: column;
}

.orbWraps {
  width: 100%;
  text-align: center;
}

.orbs {
  width:300px;
  opacity: .7;
}

.textSection h1 {
  /* padding-top: 24vh; */
}

.text {
  display: flex;
  flex-direction: column;
  max-width: 1100px;

}

.textSection p {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.4vh;
}

img {
  max-width: 100%;
  height: auto;
  padding: 30px;
}


@media screen and (max-width: 1100px) {
  #title {
    font-size: 10vh;
  }

  #toc {
    margin-top: 30vh;
  }

  .toc-item {
    margin: 11vh 4vw;
  }

  #content {
    margin: 0 5vw 10rem;
  }
}
