

body{
  overflow: hidden;
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.6;
}

hr{
  background-color: var(--accent-color);
}

p{
  text-align: justify;
}

td{
  padding: 8px;
}

td h3{
  text-align: center;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: 48px;
}

#nav-bar{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 44px;
  /*background-image: linear-gradient(
        to top,
        rgba(245, 245, 245, 0.3),  
        rgba(245, 245, 245, 0) 
   );*/
}

#nav-root{
  display: flex;
  align-items: center;
  padding-inline: 16px;
  height: 44px;
  /*border-bottom: solid thin var(--bg-color);*/
}

#main-container{
  overflow-y: auto;
  height: 100vh;
  scrollbar-width: 0;
  -ms-overflow-style: none;
}

#main-container::-webkit-scrollbar{
  display: none;
}

#main-title{
  user-select: none;
  font-size: x-large;
  font-weight: bolder;
  color: slategray;
  background-image: url('../assets/LogoType_Transparent.png');
  background-size: cover;
  background-position: center;
  height: 30px;
  width: 350px;
}

#main-background{
  position: relative;
  width: 100%;
  height: 100vh;
}

#background-info{
  position: absolute;
  transform-origin: bottom right;
  bottom: 110px;
  right: 0;
  max-width: 60%;
  background-color: var(--hero-overlay-thick);
  color: var(--text-color-light);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

#background-info-title{
  font-weight: bold;
  color: var(--secondary-color);
}

#continue-from-main{
  color: var(--secondary-color);
  align-self: flex-end;
}

#places-root{
  position: relative;
  margin-block: 72px;
  padding: 24px;
  background-color: var(--hero-overlay);
}

#places-container{
  padding: 32px;
  max-width: 1400px;
  margin-inline: auto;
}

#places-preview{
  position: relative;
}

#places-list{
  display: flex;
  white-space: nowrap;
  overflow-x: hidden;
  width: 100%;
  cursor: url('../assets/scrolling.png'), auto;
}

#places-info{
  position: absolute;
  bottom: 24px;
  right: 24px;
  top: 185px;
  left: 374px;
  display: flex;
}

#places-info-box{
  flex: auto;
  display: flex;
  flex-direction: column;
  padding-inline: 4px;
}

#places-info-box>p{
  flex: auto;
  overflow-y: auto;
}

#places-attrib.attrib-link{
  color: var(--accent-color);
}

#continue-from-places{
  align-self: flex-end;
  color: var(--accent-color);
}

#themed-root{
  margin-block: 72px;
  padding-block: 24px;
  background-color: var(--hero-overlay);
  max-height: 480px;
}

#themed-container{
  padding: 32px;
  max-width: 1400px;
  margin-inline: auto;
}

#themed-info{
  flex: 0 0 auto;
  max-width: 30%;
  padding-inline: 24px;
}

#themed-info>p{
  overflow-y: auto;
  text-align: justify;
  padding-right: 16px;
}

#themed-images{
  margin-inline: 12px;
  position: relative;
  overflow: hidden;
}

#themed-list{
  display: flex;
  flex-direction: column;
  flex: 0 0 250px;
  overflow: auto;
  padding-inline: 15px;
}

#themed-list::-webkit-scrollbar{
  display: none;
}

#get-support{
  background-image: var(--support-bg);
  background-size: cover;
  background-position: var(--support-bg-pos);
  max-height: 50%;
  min-height: 430px;
  padding-block: 72px;
}

#btn-support-group{
  display: none;
  flex: 0 0 50%;
  justify-content: center;
  margin-block: 16px;
  max-height: 200px;
}

#btn-media-group{
  flex: 0 0 48px;
  justify-content: center;
  align-items: center;
}

#footer{
  align-items: center;
  background-color: var(--bg-color);
}

#footer-content{
  justify-content: center;
  max-width: calc(100vw - 150px);
  gap: 24px;
  margin-block: 32px 120px;
}

#j-sched-info{
  display: flex;
  flex: 1 1 600px;
  padding-top: 65px;
  gap: 24px;
}

#j-sched-info>p{
  margin-inline: 24px;
}

#back-to-top{
  text-align: center;
  background-color: var(--secondary-accent);
  padding-block: 6px;
  border-radius: 6px;
}

#back-to-main{
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-left: 48px;
  gap: 8px;
  padding-inline: 16px;
  font-size: medium;
  font-weight: bold;
}

#copyright{
  text-align: center;
  padding-block: 4px;
  border-top: thin solid var(--secondary-accent);
  background-color: var(--hero-overlay);
  align-self: stretch;
}

#seasonal-ov{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 400;          
  pointer-events: none; /* Allows you to click "through" the snow */
  background: transparent;
}

#reading-block{
  margin-top: 32px;
  margin-bottom: 72px;
  background-color: var(--hero-overlay);
  padding: 0;
  padding-bottom: 72px;
  text-align: left;
  border: solid thin var(--hero-overlay-thick);
  border-radius: 8px;
  overflow: hidden;
}

#content-cover{
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: cover;
  object-position: center;
}

#content-header{
  min-height: 350px;
  display: grid;
}

#content-header-group{
  align-self: self-end;
  background-color: var(--hero-overlay-thick);
  color: var(--text-color-light);
  padding: 32px;
}

#content-tags{
  margin-top: 16px;
  color: var(--secondary-color);
}

#content-desc{
  margin: 120px;
  font-style: italic;
  border-inline: solid var(--accent-color);
  padding-inline: 16px;
}

#content-article{
  margin-inline: 72px;
  padding-inline: 48px;
  padding-bottom: 72px;
}

#content-attribution{
  padding: 72px;
}

#attribution-list{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  font-size: x-small;
}

#article-list{
  font-size: small
}

#results-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}