@font-face {
    font-family: James-Regular;
    src: url(../Assets/James-Regular-1.otf);
  }

@font-face {
font-family: James-Stencil;
src: url(../Assets/James-Stencil-1.otf);
}

@font-face {
  font-family: Neue-Haas-Display;
  src: url(../Assets/NeueHaasDisplayRoman.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


body {
  line-height: 1;
  height: 100%;
  width: 100%;
  font-family: James-Regular, sans-serif;
  background-image: url(../Assets/noise_minimal.png);
  background-repeat: repeat;

}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input, textarea, select {
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* , *:before, *:after{ 
    box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box;
  }


.body-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  padding: 36px 0px;
}

.main-content-container {
  width: 100%;
  height: 100%;
  display: grid;
}


.main-content {
    width: 100%;
    display: flex;
    justify-self: center;	
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
}

.link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.logo {
    width: 300px;
    max-width: 80%;
}

.video-player-container {
    width: 100%;
    max-width: 1024px;
    display: flex;
    background: rgba(137, 213, 250, 0.30);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
}

.video-player-header {
    font-family: James-Regular;
    text-align: center;
    font-size: 24px;
    padding: 14px 24px 10px 24px;
    width: 100%;
    background-color: #7FB752;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
}

.video-player-sub-header {
    font-family: Neue-Haas-Display;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    padding: 12px;
    width: 100%;
    background-color: #F4DF69;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player {
    width: 100%;
    aspect-ratio:  16/9;
}

.painting-container {
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    height: 90%;
    -ms-overflow-style: auto;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.painting-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: auto;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  display: flex;
  flex-wrap: nowrap;
  height: calc(100% + 24px);
  padding: 6px 0;
}

.painting-img {
  width: 100%;
  height: calc(100% - 36px);
}

.painting-button {
flex: 1 0 144px;
height: 224px;
display: inline-block;
margin: 0px 4px;
transition: filter 1s;
}

.painting-button:hover {
filter: brightness(120%);
}


.painting-title {
  padding-top: 12px;
}

  

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
  margin: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.scrub-button {
  text-decoration: none;
  color: initial;
}



.scrub-button {
  font-family: James-Regular;
  font-style: normal;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 20px;
  padding-top: 10px;
  border: none;
  color: #000;
  transition: filter 1s;
  text-align: center;
  border-radius: 0.4rem;
  background-color: #89D5FA;
}

.scrub-button:hover {
  filter: brightness(110%);
  }

  .video-player-sub-header > p {
    max-width: 18ch;
  }


footer {
    font-family: Neue-Haas-Display;
}

.footer-text {
    font-size: 12px;
    color: #322d24;
    text-align: center;
    line-height: 1.5;
}

.footer-text a {
    text-decoration: none;
    color: #322d24;
}

.footer-text a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 1024px) {

    .video-player-header {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
    }


}

@media screen and (max-width: 1024px) {

    .video-player-header {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
    }


  .video-player-sub-header {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

  .video-player-container {
    border-radius: 0rem;
}

  .main-content {
    gap: 24px;
}

.body-wrapper {
    padding: 24px 0px;
  }

}

@media screen and (max-width: 640px) {


    .painting-title {
        padding-top: 6px;
    }

    .video-player-header {
        font-size: 20px;
    }
    
    .video-player-sub-header > p {
      max-width: 18ch;
    }

    .scrub-button {
      font-size: 20px;
      padding: 8px 16px;
      padding-top: 10px;

    }

    .logo {
        width: 250px;
        max-width: 80%;
    }

    .main-content {
        gap: 18px;
    }
    
    .body-wrapper {
        padding: 18px 0px;
      }

      .painting-container {
        padding: 0px;
    }

    
    .painting-button {
    height: 224px;
    }

}