body {
  background-color: "#fffcf3";
    min-height: 100vh;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
    height: 100%;
    
}

.wrapper {
  padding: 0;
  margin: 0;
  width: calc(100% - 40px);
  box-sizing: border-box;
  border: solid red 0px;
  position: absolute;
  left: 20px;
  padding-top: 32px;
}

iframe {
    height: 500px;      
}

 #home-button {
    position: absolute;
    top: 0px;
    right: -20px;
    width: 100px;
    height: 60px;
    z-index: 50;
    box-sizing: border-box;
    border: solid red 0px;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    padding-right: 18px;
    padding-top: 18px;
    color: black;
    font-family: adobe-caslon-pro, serif;
    font-weight: 400;
    font-size: 0.9rem;
    font-style: normal;
    letter-spacing: 1px;
    }

/* NOTE: TEXT STYLES */

style1 {
font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1.5px;
font-size: 12px;
}

style2 {
font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: italic;
letter-spacing: 1.5px;
font-size: 12px;
}

style3 {
font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1.5px;
font-size: 14px;
}

style4 {
font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: italic;
letter-spacing: 1.5px;
font-size: 14px;
}

style5 {
    font-family: adobe-caslon-pro, serif;
font-weight: 400;
font-style: normal;
letter-spacing: 1.5px;
font-size: 12px;
    background-color: #f4fb28;
}

/* NOTE: RESPONSIVE */
#home-button {
  display: none;
}
.line-breaker {
  display: none;
}

@media screen and (max-width: 775px) {
  #home-button {
    display: none;
  }
  .line-breaker {
    display: block;
    line-height: 0;
  }

}


.vidholder {
  display: block;
}

@media screen and (max-width: 775px) {
  .vidholder {
    display: block;
  }
}

.vidholder2 {
  display: block;
}

@media screen and (max-width: 775px) {
  .vidholder2 {
    display: none;
  }
}

.vidholdersmall {
  display: none;
}

@media screen and (max-width: 775px) {
  .vidholdersmall {
    display: block;
  }
}

.imagesres {
  width: 100%;
  height: auto;
}
