.closebtn,.hamburger{
	top:20px;
	font-size:30px
}
.archive-section .text-row, .name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.overlay-menu.open,.overlay-menu.open .overlay-content a{
	opacity:1;
	transform:translateY(0)
}
.archive-section,.name-container{
	font-family:'Monotype Goudy Modern',serif
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box
}
body,html{
	height:100%;
	font-family:'Goudy Old Style',serif;
	background-color:#fff;
	overflow-x:hidden;
}

.hero-header{
	position:relative;
	height:auto;
	max-width:100%
}
/* hmburger */
.hamburger{
	position:fixed;
	left:25px;
	z-index:30
}
.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before{
	margin-top:4px;
	transition-duration:.6s!important;
	transition-timing-function:ease-in-out!important
}
.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{
	height:3px!important;
	border-radius:0!important;
	background-color:#000!important;
	transition:background-color .4s
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{
	background-color:rgba(255,255,255,.9)!important
}

.overlay-menu{
	position:fixed;
	height:100vh;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,.7);
	opacity:0;
	transform:translateY(100%);
	pointer-events:none;
	z-index:25;
	display:flex;
	align-items:center;
	justify-content:center
}

.overlay-menu.open{
	pointer-events:auto
}
.closebtn{
	position:absolute;
	right:30px;
	color:#fff;
	text-decoration:none;
	z-index:26;
	cursor:pointer
}
.overlay-content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	transition:padding-top .4s,background .4s
}
.overlay-content a{
	display:block;
	font-size:20px;
	font-weight:400;
	text-decoration:none;
	color:rgba(255,255,255,.9);
	margin:12px 0;
	opacity:0;
	transform:translateY(20px);
	transition:opacity .5s,transform .5s
}
/* nme */
.name-container{
	padding:2rem;
	margin-top: .2rem;
	background:#fff;
	color:#000
}
.name{
	flex-wrap:wrap;
	justify-content:center;
	font-size:1.5rem;
	color:#2c2d42
}
.name h3{
	color:#2c2d42;
	font-weight:300;
	align-items:center
}
/* chive */
.archive-section{
	padding:0 5% 2rem;
	background:#fff;
	color:#000
}
.archive-section .text-row{
	flex-wrap:wrap;
	justify-content:center;
	font-size:14px;
	line-height:1.5em;
	color:#2c2d42
}
.archive-section .text-row a{
	text-decoration:none;
	color:#2c2d42;
	font-weight:400
}
.archive-section .text-row a:hover,.footer-links a:hover{
	text-decoration:underline
}

/* video */
.video-header{ 
	position:relative;
	height:auto;
	width:80%;
	overflow:hidden;
	padding:0 5rem;
	margin-left:3rem;
}

.video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* fcybox */
.fancybox__container,.fancybox__toolbar{
	--carousel-button-svg-width:35px;
	--carousel-button-svg-height:35px;
	--carousel-button-color:lightgray
}

.fancybox__container,.fancybox__content,.fancybox__slide{
	--fancybox-bg:#fff!important;
	background-color:#fff!important;
	box-shadow:none!important
}
.fancybox__toolbar{
	background:#fff!important
}
.fancybox__container{
	--carousel-button-svg-stroke-width:none!important;
	--carousel-button-svg-filter:none!important;
	color:inherit!important;
	padding:2rem
}

.fancybox__container:hover,.fancybox__toolbar:hover{
	--carousel-button-color:black
}

.fancybox__caption{
	font-size:1rem;
	line-height:1.6;
	text-align:center;
	max-width:700px;
	margin:0 auto;
	color:#111;
	padding:1rem
}

/* Expand button */
.carousel__button.is-prev::before,
.carousel__button.is-next::before{
  content: '';
  position: absolute;
  top: -50%;
  bottom: -50%;
  width: 120px;
  background: transparent;
  pointer-events: none;
}

.carousel__button.is-prev::before {
  left: -60px;
}

.carousel__button.is-next::before {
  right: -60px;
}

.fancybox__button.is-close::before {
  content: '';
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  background: transparent;
  pointer-events: auto;
cursor: pointer;
}

.carousel__button.is-close:hover,
.carousel__button.is-next:hover,
.carousel__button.is-prev:hover{
	fill:#000!important;
	stroke:#000!important
}

.fancybox-close{
	width:35px;
	height:35px
}

.carousel__button.is-prev {
  left: 1rem !important;
}
.carousel__button.is-next {
  right: 1rem !important;
}

/* footer */
.site-footer{
	width:100%;
	text-align: center;
	padding:2rem 1rem;
	background-color:transparent;
	color:#000
}
.footer-links{
	margin-bottom:1rem
}
.footer-links a{
	margin:0 10px;
	color:inherit;
	text-decoration:none;
	font-size:.875rem;
	letter-spacing:.05em
}
.footer-credit{
	font-size:.75rem;
	opacity:.7
}


@media (max-width: 768px) {

  .overlay-content a {
    font-size: 1.2;
    margin: 1rem 0;
  }

 .archive-section .text-row {
    gap: 1.8rem;
    font-size: 1rem;
  }

  .paint-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1rem;
  }
  	.video-header{
		position:relative;
		height:auto;
		width:650px;
		overflow:hidden;
		padding:0 2rem
	}

  .frame img {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.caption {
  max-width: 90%;
  margin: 0.8rem auto 0;
  font-size: 0.95rem;
  transform: translateY(50px);
  opacity: 0;
  transition: opacity 0.9s ease, transform 2s ease;
}

  .fancybox__content img {
    max-width: 80%;
    margin: 0 auto;
    height: auto;
  }

  .fancybox__slide {
    padding: 4rem !important;
  }

  .carousel__button.is-next,
  .carousel__button.is-prev {
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  
}

@media (max-width: 425px) {
  .name-container {
    padding: 1.8rem 1rem;
  }

  .name h3 {
    font-size: 1.2rem;
    text-align: center;
  }

  .archive-section .text-row {
	font-size: .9rem;
  }
  .text-row {
	gap: .5rem;
	font-size: .8rem;
  }


  .video-header{
		position:relative;
		height:auto;
		width:400px;
		overflow:hidden;
		padding:0 2rem
	}

  .hamburger {
    top: 10px;
    left: 10px;
  }
}

