.logo {
	border: 0px solid red;
	width: 10%;
}

.logo img {
	width: 100%;
}

.navigation-bar {
	display: none;
}

.navigation-menu {
	border: 0px solid black;
	width: 40%;
	display: flex;
	justify-content: right;
}

.navigation-menu a {
	display: flex;
	justify-content: right;
}

.navigation-menu img {
	width: 20%;
}

.nav {
	border: 1px solid red;
	width: 100%;
}

.mobile-nav-panel {
	border: 1px solid red;
	width: 100%;
}

.panel-top {
	border: 1px solid green;
	display: flex;
	justify-content: right;
}

.panel-top img {
	width: 10%;
}

.socials {
	display: none;
}

.shopping {
	display: none;
}

.section-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}

.image-block {
	width: 100%;
}

.image-block img {
	width: 100%;
}

.video-wrap { 
	max-width: 100%; 
	margin: 1rem auto; 
}

.video-wrap video { 
	border: 1px solid #000000;
	width: 100%; 
	height: auto; 
	display: block; 
	border-radius: 12px; 
}

.image-spread {
	border: 0px solid red;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;	
	gap: 1rem; 
}

.image-spread img {
	max-width: 100%;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 1%;
}

.image-spread-catalog {
	border: 0px solid red;
	max-width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;	
	gap: 1rem; 
	margin-top: 5%;
}

.image-spread-catalog img {
	max-width: 100%;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 1%;
}

.caption-block {
	border: 0px solid green;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #000000;
	align-items: center;
}

.bio-block {
	border: 0px solid black;
	max-width: 90%;
	font-size: 100%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.page-heading-block {
	border: 0px solid red;
	max-width: 90%;
	justify-content: center;
	align-items: center;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	margin-top: 5%;
	font-size: 100%;
}
