.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;
	font-family:'Goudy Old Style',serif
}
body,html{
	height:100%;
	background-color:#fff;
	overflow-x:hidden;
	scroll-behavior: smooth;
}
.hero-header{
	position:relative;
	height:auto;
	max-width:100%;
	overflow-x:hidden
}
.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
}

/* hero */
.hero-row {
  display: flex;
  width: 100vw;
  min-height: 60vh;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-image {
  width: 50vw;
  min-width: 320px;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-text {
  width: 50vw;
  margin-top: 2rem;
  min-width: 320px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

.hero-blurb {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  background: transparent;
  margin-left: -15vw;
  padding: 2.5vw 4vw 2.5vw 7vw;
  border-radius: 1.5rem;
  max-width: 90%;
}

.hero-blurb p {
  font-size: 2.5rem;
  line-height: 4rem;
  margin-top: 2rem;
  font-weight: 400;
  /* background-color: #000; */
  color: black;
}



.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
}

/* ---- Mobile ---- */
@media (max-width: 768px) {
  .overlay-content a {
    font-size: 1.2;
    margin: 1rem 0;
  }

 .archive-section .text-row {
    gap: 1.8rem;
    font-size: 1rem;
  }
  .hero-row {
    flex-direction: column;
    height: auto;
    /* overflow: hidden; */
  }

  .hero-image {
    width: 100%;
    /* height: 70vh; */
  }

  .hero-image img {
    object-position:center;
    /* object-fit: cover; */
    width: 100%;
    padding: 2rem;
    height: 100%;
  }

  .hero-text {
    width: 100%;
    padding: 0 2rem;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-blurb {
    max-width: 100%;
    /* text-align: left; */
	/* margin-left: 15%; */
	/* margin-top: -6%; */
  }

    .hero-blurb p {
    line-height: 1.5rem;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
  }
}

@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;
  }

  .hamburger {
    top: 10px;
    left: 10px;
  }
    .hero-blurb {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem;
    box-sizing: border-box;
  }

  .hero-blurb p {
    line-height: 1.5rem;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
  }
}

@media (max-width: 900px) {
  .hero-row {
    flex-direction: column;
    height: auto;
  }
  .hero-image, .hero-text {
    width: 100vw;
    min-width: 0;
    height: auto;
  }
  .hero-blurb {
    margin-left: 0;
    /* padding: 2vw 5vw; */
    border-radius: 0 0 1.5rem 1.5rem;
    max-width: 100%;
  }
}


