html {
    cursor: url("/image/orange.cur"), auto;
    background-image: url("/image/A-IMG_7357-3bnw.png");
    background-size: cover;       
    background-repeat: no-repeat; 
    background-position: center;
    min-height: 100%;
    scrollbar-width: none;      
    -ms-overflow-style: none;  
}

html::-webkit-scrollbar {
  width: 0px;                
  height: 0px;           
}

*,
*::before,
*::after {
  cursor: url("/image/orange.cur"), auto !important;
}

#menu-bar,
#menu-bar a,
#menu-toggle,
#menu-toggle * {
  cursor: url("/image/orange.cur"), auto !important;
}

html,
body,
p {
  padding: 0;
  margin: 0;
}

a,
button {
  cursor: url("/image/orange.cur"), auto;
}

a:hover,
button:hover {
  cursor: url("/image/orange.cur"), auto;
}

a:hover {
  color: blue;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

@font-face {
    font-family: "Symbola";
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    src: url(../type/Symbola_hint.woff) format('woff2'),
   url(../type/Symbola_hint.woff) format('woff')
}

body {
  font-family: "Symbola", Times, serif;
  font-weight: normal;
  font-size: 34pt;
  line-height: 34pt;
  padding: 48px;
  display: grid;
  grid-template: "nav main" auto / 2fr 6fr;
  transition: color 0.2s;
  color: #f6f1ea;
  border-color: #f6f1ea;
  background-color: #000000;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 6pt;  
  right: 6pt;                          
  border-left: 3pt solid #f6f1ea;
  border-right: 3pt solid #f6f1ea;
  pointer-events: none;     
}

h1 {
  margin: 0;
}


h2 {
  margin: 0;
  text-indent: 6vw;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
  text-indent: 6vw;
}

p {
  margin: 0 0 28px 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
    font-size: 34pt;
    line-height: 34pt;
    text-align: left;
    color: #f6f1ea;
    background-image: url("/image/IMG_2217.gif");
    font-family: "Symbola", sans-serif;
    font-weight: normal;
    font-style: normal;
    cursor: url("/image/orange.cur"), auto;
}

button:visited {
    color: #ff9900;
    cursor: url("/image/orange.cur"), auto;
    font-size: 34pt;
    line-height: 34pt;
}

button:hover {
    color: #ff9900;
    cursor: url("/image/orange.cur"), auto;
    font-size: 34pt;
    line-height: 34pt;
}

.no-spacing {
  margin-bottom: 0;
}

.indent {
  text-indent: 6vw;
}

.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indent-emphasis {
  padding-left: 6vw;
}

.menu-bar {
  display: none;
  cursor: url("/image/orange.cur"), auto;
}

.menu-button {
  padding: 0;
}

nav {
  grid-area: nav;
  display: flex;
  flex-direction: column;
  position: fixed;
  font-weight: bold;
  margin-left: 12pt;
  margin-top: 6pt;
  left: 0;
  top: 0;
  cursor: url("/image/orange.cur"), auto;
}

nav a {
  text-decoration: none;
  color: inherit;
  cursor: url("/image/orange.cur"), auto;
}

#menu-bar {
  position: fixed; 
  top: 0;
  left: 0;
  height: 100vh;  
  overflow-y: auto; 
  display: flex;
  flex-direction: column;
  scrollbar-width: none; 
  -ms-overflow-style: none; 
  cursor: url("/image/orange.cur"), auto;
}

#menu-toggle {
  display: none;
  position: fixed;
  top: 16px;               /* distance from top */
  right: 16px;             /* distance from right */
  width: 40px;             /* fixed width */
  height: 40px;            /* fixed height */
  background: none;
  border: none;
  color: #f6f1ea;
  cursor: url("/image/orange.cur"), auto;
  z-index: 1100;
}

#menu-bar,
#menu-bar a {
  cursor: url("/image/orange.cur"), auto;
}

@media (max-width: 768px) {
  #menu-toggle {
    display: block;
    cursor: url("/image/orange.cur"), auto;

  }
}

#menu-bar.active {
  display: flex;
  cursor: url("/image/orange.cur"), auto;
}

#menu-bar::-webkit-scrollbar {
  width: 0; 
  cursor: url("/image/orange.cur"), auto;
}

@media (max-width: 768px) {
  #menu-bar {
    display: none;
    background-color: #000000;
    font-size: 34pt;
    line-height: 34pt;
    position: fixed;
    top: 0;
    left: 6pt;
    right: 6pt;      
    border-left: 3pt solid #f6f1ea;
    border-right: 3pt solid #f6f1ea;
    box-sizing: border-box;  
    width: auto;             
    height: 100vh;           
    overflow-y: auto;  
    cursor: url("/image/orange.cur"), auto;     
  }
}

main {
  grid-area: main;
  padding: 0 7% 0 0;
}

section {
  margin: 0;
  padding: 0 0 28px 0;
}

.subsection {
  padding-left: 4vw;
}

.subscription-area {
  margin-bottom: 28px;
}

.single-image {
  max-width: 800px; 
  border: 3pt solid #f6f1ea;
  margin-bottom: 30pt;
}

.single-image img {
  width: 100%;
  height: auto;
  display: block;
}

.top-info {
  display: flex;
  justify-content: space-between;
}

#mc_embed_signup_scroll {
  display: flex;
  align-items: center;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

#banner-medium {
  display: none;
}

#banner-square {
  display: none;
}

#banner-portrait {
  display: none;
}

@media (max-width: 768px) {
  .single-image {
    max-width: 60vw;
    margin-bottom: 15pt;
  }
}

@media (max-width: 1600px) {
  #banner-wide {
    display: none;
  }

  #banner-medium {
    display: block;
  }
}

@media (max-width: 1200px) {
  #banner-medium {
    display: none;
  }

  #banner-square {
    display: block;
  }
}

@media (max-width: 800px) {
  #banner-square {
    display: none;
  }

  #banner-portrait {
    display: block;
  }
}

@media (min-width: 1000px) {
  .button:hover {
    transform: skewX(-12deg);
    cursor: url("/image/orange.cur"), auto;
  }

  .link:hover {
    padding-bottom: 2px;
    cursor: url("/image/orange.cur"), auto;

  }

  .completed:hover {
    transform: none;
  }
}

@media (min-width: 1600px) {
  * {
    font-size: 34pt;
    line-height: 34pt;
  }
}

@media (max-width: 768px) {
  body {
    padding: 32px;
    display: block;
  }

  nav {
    display: none;
    position: fixed;
    background-color: white;
    width: 100vw;
    height: 100vh;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    padding-left: 3pt;
    padding-top: 6pt;
    cursor: url("/image/orange.cur"), auto;
  }

  main {
    padding: 0;
  }
  
.menu-bar {
  position: fixed; 
  top: 0;
  left: 0;
    width: 40px;       
  height: 30px;       
  overflow-y: auto;    
  padding: 16px;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  cursor: url("/image/orange.cur"), auto;
}

.menu-bar .menu-item {
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  cursor: url("/image/orange.cur"), auto;
}

  .menu-button {
    height: auto;
    cursor: url("/image/orange.cur"), auto;

  }

  .wrap {
    max-width: 350px;
  }

  #mc_embed_signup_scroll {
    flex-direction: column;
  }

  ::placeholder {
    text-align: center;
  }

  .mc-field-group {
    width: 100%;
  }

  .text {
    margin-bottom: 0;
  }

  p {
    margin-bottom: 24px;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 34pt;
    line-height: 34pt;
  }

  button {
    line-height: 24px;
  }

  .wrap {
    max-width: 300px;
  }

  .intro {
    width: 80%;
  }
}

@media (max-width: 432px) {
  .wrap {
    max-width: auto;
  }

  .intro {
    width: auto;
  }
}

@media (max-width: 380px) {
  body {
    padding: 28px;
  }
}