body,
html {
	background: url("Bilder/Hintergrund/background_without_clouds.jpg") no-repeat center center fixed;
	justify-content: center;
	align-items: center;
	width: 100vw;
	overflow-x: hidden;
	padding: 0;
	font-family:
		futura,
		trebuchet MS,
		Arial,
		sans-serif;
	letter-spacing: 1.5px;
	height: auto;
	margin: 0;
	background: url("Bilder/Hintergrund/background_without_clouds.jpg") no-repeat center center fixed;
	background-size: cover;
	display: block;
}
body.cgi,
html {
	margin: 0;
	background: url("Bilder/Hintergrund/background_without_clouds.jpg") no-repeat center center fixed;
	background-size: cover;
	overflow-x: hidden;
	font-family:
		futura,
		trebuchet MS,
		Arial,
		sans-serif;
	letter-spacing: 1.5px;
}
html,
body.portfolio-overview {
	height: auto;
	min-height: 100%;
	margin: 0;
	background: url("Bilder/Hintergrund/background_without_clouds.jpg") no-repeat center center fixed;
	background-size: cover;
	overflow-x: hidden;
	font-family:
		futura,
		trebuchet MS,
		Arial,
		sans-serif;
	letter-spacing: 1.5px;
}
body.illu,
html {
	margin: 0;
	background: url("Bilder/Hintergrund/background_without_clouds.jpg") no-repeat center center fixed;
	background-size: cover;
	overflow-x: hidden; 
	font-family:
		futura,
		trebuchet MS,
		Arial,
		sans-serif;
	letter-spacing: 1.5px;
}
body.booknook,
html {
	margin: 0;
	background: url("Bilder/Hintergrund/background_without_clouds.jpg") no-repeat center center fixed;
	background-size: cover;
	overflow-x: hidden;
	font-family:
		futura,
		trebuchet MS,
		Arial,
		sans-serif;
	letter-spacing: 1.5px;
}
.navbar {
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	border-radius: 6px;
	top: 0;
	left: 0;
	z-index: 39;
	gap: 0 5rem 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	    font-size: 1.2rem;
    padding: 1rem 0;
}
.navbar ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 12rem; 
}

.navbar a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2rem;
	transition: color 0.3s ease;
}
.navbar a:hover {
	color: #4c3d8e;
	text-decoration: none;
	font-size: 1.2rem;
	transition: color 0.3s ease;
}	

.navbar ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}


@media (min-width: 1024px) {
  .navbar ul {
    gap: 5rem;
  }
}


@media (min-width: 1440px) {
  .navbar ul {
    gap: 9rem;
  }
}

.name:hover {
	color: #4c3d8e;
}
.main-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-top: 50px;
}
.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.index .main-content {
	padding-bottom: 250px;
}
.aboutpage .main-content {
	padding-bottom: 0;
}
.overlay-image-blog {
	position: absolute;
	top: 78%;
	left: 50%;
	width: auto;
	z-index: 0;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: transform 3s ease;
}
.overlay-image-1 {
	position: absolute;
	top: 46%;
	left: 50%;
	width: auto;
	z-index: 10;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: transform 3.5s ease;
}
.overlay-image-1-index {
	position: absolute;
	top: 46%;
	left: 50%;
	width: auto;
	z-index: 10;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: transform 1.5s ease;
}
body:hover .overlay-image-blog {
	transform: translate(calc(-50% + 20px), calc(-50% + 10px));
}
body:hover .overlay-image-1 {
	transform: translate(calc(-50% + 20px), calc(-50% + 10px));
}
body:hover .overlay-image-1-index {
	transform: translate(calc(-50% + 20px), calc(-50% + 10px));
}
.center-container {
	position: relative;
	width: 600px;
		max-width: 100vw;
	height: 600px;
}
.name {
	text-decoration: none;
	transition: color 0.1s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
	color: #ffffff;
	font-size: 2.5rem;
	font-family: franklin gothic medium;
	z-index: 2;
	
}
.orbit {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2.6px dotted white;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.inner-orbit {
	width: 400px;
	height: 400px;
	animation-name: rotate-inner;
	animation-duration: 90s;
}
.outer-orbit {
	width: 551px;
	height: 551px;
	animation-name: rotate-outer;
	animation-duration: 200s;
}
@keyframes rotate-inner {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes rotate-outer {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.about-me {
	margin: 0 auto;
	padding: 0;
	width: fit-content;
	color: white;
	font-size: 1.8rem;
	font-family: "Franklin Gothic Medium", sans-serif;
	text-align: center;
	margin-top: 150px;
}
.text-about-me {
		max-width: 848px;
	text-align: center;
	color: aliceblue;
	font-size: 1.7rem;
	margin-top: 60px;
}
.text-startseite {
	color: aliceblue;
	font-size: 1.7rem;
	margin-top: 14px;
	display: inline-block;
	transition: transform 0.8s ease;
	cursor: pointer;
}
.text-startseite:hover {
	transform: scale(1.017);
}
@keyframes rotate-planet {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.blog-section {
	padding: 2rem;
	max-width: 700px;
	margin: 0 auto;
}
.blog-section h2 {
	font-size: 2rem;
	text-align: center;
	padding: 2rem;
	max-width: 700px;
	margin: 0 auto;
	color: aliceblue;
	margin-top: 50px;
}
.blog-entry {
	background-color: rgba(0, 0, 0, 0.35);
	margin-bottom: 1.5rem;
	padding: 1rem;
	border-radius: 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-date {
	display: block;
	font-size: 0.9rem;
	color: aliceblue;
	margin-bottom: 0.5rem;
}
.blog-text {
	font-size: 1rem;
	color: aliceblue;
	line-height: 1.5;
}
.blog-image-1 {
	width: 100%;
	max-width: 169px;
	height: auto;
	z-index: 10;
	border-radius: 6px;
}

.blog-image-2 {
	width: 100%;
	max-width: 169px;
	height: auto;
	z-index: 10;
	border-radius: 6px;
}
.blog-page-wrapper {
	position: relative;
	z-index: 30;
	flex-wrap: wrap;

}
.blog-photo-wrapper {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	margin-top: 27px;
	transition:
		transform 0.3s ease,
		filter 0.3s ease;
	cursor: pointer;
	z-index: 10;
}
.contact-icons ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 1rem 0;
	gap: 9rem; 
}
.contact-icons {
	margin-top: 170px;
}
.contact-icons li a {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	transition: color 0.3s ease;
}
.contact-icons li a:hover {
	color: #4c3d8e;
}
.contact-icons li {
	text-align: center; 
}
.icon-link {
	position: relative;
	display: inline-block;
}
.module-icon.hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
.icon-link:hover .hover {
	opacity: 1;
}
.icon-link:hover .default {
	opacity: 0;
}
.cgi_icon:hover {
	background-image: url("illu_icon.png");
}
.name a:hover {
	color: #4c3d8e;
}
.module {
	position: relative;
	margin: 146px auto;
	display: block;
}
.module ul {
	 flex-wrap: wrap;
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 1rem 0;
	gap: 7.5rem; 
}
.module li a {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	transition: color 0.3s ease;
}
.module li a:hover {
	color: #4c3d8e;
}
.module li {
	text-align: center; 
}
.cgi_icon:hover {
	background-image: url("illu_icon.png");
}

.module-icon.hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.page-container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.module-icon {
	display: block;
	margin: 0 auto;
	margin-top: 156px;
	  width: 25vw;  
  max-width: 150px;
  height: auto;
}
section {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}


.illustration-block-1 {
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center; 
	width: 100%;
	margin-bottom: 1rem;
	margin-top: 140px;
	max-width: 900px;
	margin: 96px auto;
	padding: 0 50px 25px 50px;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.35);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
}
.illustration-block-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 1rem;
	margin-top: 113px;
	max-width: 900px;
	margin: 96px auto;
	padding: 0 50px 0 50px;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.35);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
}
.drawings-layout {
	margin-bottom: 50px;
	margin-top: 32px;
	max-width: 950px;
}
.drawings h2 {
	color: white;
}
.photo-wrapper-scroll img {
	height: 300px;
	border-radius: 6px;
	object-fit: cover;
	flex-shrink: 0;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	padding-top: 60px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
	display: block;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
}
.close {
	position: absolute;
	top: 30px;
	right: 35px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}
.illustration-block-1-text {
	font-size: 1.4rem;
}
.illustration-block-2-text {
	font-size: 1.4rem;
}
.overlay-container {
	position: relative;
	z-index: 0;
}
.overlay-image {
	position: absolute;
	top: 33%;
	left: 50%;
	width: auto;
	z-index: -1;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: transform 2.2s ease;
}
.photo-wrapper-2 {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	justify-content: space-evenly;
	align-items: baseline;
	flex-wrap: wrap;
	margin-top: 4px;
}
.portfolio-section-2 {
	max-width: max-content;
	margin: 21px auto;
	padding: 2px 89px 0 85px;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.35);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	text-align: center;
	font-size: rem;
}
.illu-image {
	transition:
		transform 0.4s ease-in-out,
		filter 0.4s ease-in-out;
	cursor: pointer;
	display: inline-block;
}
.illu-image:hover {
	transform: scale(1.02) translateY(-3px);
	filter: grayscale(27%) brightness(70%);
}
.cgi-chest {
	transition:
		transform 0.4s ease-in-out,
		filter 0.4s ease-in-out;
	cursor: pointer;
	display: inline-block;
}
.cgi-chest:hover {
	transform: scale(1.02) translateY(-3px);
	filter: grayscale(27%) brightness(70%);
}
.illustration-block-text {
	max-width: max-content;
	background-color: rgba(9, 13, 33, 0);
	padding: 10px;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 1.5;
}
.portfolio-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 1rem;
	padding: 0 1rem;
	margin-top: 91px;
	position: relative;
	z-index: 1;
}
.chest-section h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
}
.material-section h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2rem;
}
.material-section material-text {
		font-size: 2rem;
}
.photo-slot-1 .portfolio-image {
  width: 300px;
  height: auto;
}

.photo-slot-2-top .portfolio-image,
.photo-slot-2-bottom .portfolio-image {
  width: 200px;
  height: auto;
}

.photo-wrapper-cgi {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 11px;
}
.layout {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.photo-slot-1 h3 {
	font-size: 2.1rem;
	color: white;
}
.photo-slot-2 img {
	height: 300px;
	border-radius: 6px;
	object-fit: cover;
}
.photo-slot-3 img {
	height: 300px;
	border-radius: 6px;
	object-fit: cover;
}
.chest-text {
	max-width: 503px;
	background-color: rgba(9, 13, 33, 0);
	padding: 2rem 1.5rem;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 1.4;
}
.photo-wrapper-cgi-2 {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	justify-content: space-evenly;
	align-items: baseline;
	flex-wrap: wrap;
	margin-top: 4px;
}
.photo-slot-2-column-cgi {
	display: flex;
	flex-direction: row; 
	flex-wrap: wrap; 
	gap: 1rem;
}
.photo-slot-2,
.photo-slot-3 {
	flex: 1;
	min-width: 200px; 
}
.material-section {
	max-width: 1000px; 
	margin: 21px auto;
	padding: 2px 66px 0 66px;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.35);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	text-align: center;
	font-size: 1rem;
}
.material-text {
	max-width: 426px;
	background-color: rgba(9, 13, 33, 0);
	padding: 2rem 1.5rem;
	border-radius: 8px;
	color: #fff;
	font-size: 1.25rem;
	align-content: center;
	text-align: center;
	margin: 0 auto;
	line-height: 1.4;
	display: block;
}
.portfolio-section h2 {
	margin-top: 3rem;
	text-align: center;
	color: #ffffff;
	font-size: rem;
	margin-bottom: 30px;
}
.chest-section {
	max-width: 1000px;
	margin: 125px auto 75px auto;
	padding: 0 66px 33px 66px;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.35);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	font-size: 1.8rem;
}
body:hover .overlay-image {
	transform: translate(calc(-50% + 20px), calc(-50% + 10px));
}
.photo-wrapper-scroll {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	overflow-x: auto;
	padding-bottom: 1rem;
}
.photo-wrapper {
	margin-top: 27px;
	transition:
		transform 0.3s ease,
		filter 0.3s ease;
	cursor: pointer;
	max-width: 950px;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: flex-start;
	justify-content: center;
	z-index: 10;
}
.photo-wrapper-closeups {
	margin-top: 27px;
	transition:
		transform 0.3s ease,
		filter 0.3s ease;
	cursor: pointer;
	max-width: 950px;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	align-items: flex-start;
	justify-content: center;
}
.photo-slot-1 img {
	height: 371px;
	border-radius: 6px;
	object-fit: cover;
}
.photo-slot-2-column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0;
}
.photo-slot-2-top img {
	height: 180px;
	width: auto;
	object-fit: cover;
	border-radius: 6px;
}
.photo-blog-2 img {
	height: 179px;
	object-fit: cover;
	border-radius: 6px;
	width: 248px;
}
.photo-slot-2-bottom img {
	height: 171px;
	width: 248px;
	object-fit: cover;
	border-radius: 6px;
}
.booknook-content {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1rem 0;
	margin-bottom: 1rem;
	max-width: 755px;
	overflow: hidden;
}
.booknook-text {
  font-size: 1.7rem; 
  line-height: 1.5; 
}

.booknook-layout {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.booknook-text-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	box-sizing: border-box;
	margin-top: 1rem;
}
.booknook-section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  padding: 0 1rem;
  margin: 117px auto 30px auto;
  padding-bottom: 19px;
  border-radius: 23px;
  background-color: rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 2.1rem;
  text-align: center;
  color: #ffffff;
}

.booknook-closeups {
  width: 100%;
  max-width: 1100px;
  margin: 96px auto;
  padding: 2px 1rem 50px 1rem;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.booknook-section-1 h2 {
	font-size: 2rem;
}
.booknook-closeups h2{
	font-size: 2rem;
}
.booknook-wrapper {
	display: flex;
	gap: 2rem;
	align-items: flex-start;
	justify-content: center;
	padding: 1rem 0;
	flex-wrap: nowrap;
}
.cgi-chest {  
	width: 516px;
	height: auto;
    margin: 0 auto;   
		transition:
		transform 0.4s ease-in-out,
		filter 0.4s ease-in-out;
	cursor: pointer;
	display: inline-block;
	border-radius: 6px;
}
.cgi-chest :hover {
	transform: scale(1.02) translateY(-3px);
	filter: grayscale(27%) brightness(70%);
}
.booknook-text {
	max-width: 426px;
	padding: 1rem 1.5rem;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	margin-top: 75px;
	font-weight: lighter;
}
.photo-slot-4 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 440px;
	height: auto;
	border-radius: 6px;
}
.photo-slot-4 img {
	height: 300px;
	border-radius: 6px;
	object-fit: cover;
}
.photo-slot-5 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 470px;
	height: auto;
	border-radius: 6px;
}
.photo-slot-6 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 530px;
	height: auto;
	border-radius: 6px;
}
.booknook-closeups h2 {
	font-size: 2.1rem;
	margin-top: 3rem;
	margin-bottom: 2rem;
	text-align: center;
	color: #ffffff;
}
.portfolio-image {
	transition:
		transform 0.4s ease-in-out,
		filter 0.4s ease-in-out;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 0 5px;
}
.portfolio-image:hover {
	transform: scale(1.02) translateY(-3px);
	filter: grayscale(27%) brightness(70%);
}
.site-footer {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	text-align: center;
	margin-top: 145px;
	padding: 38px 10px;
	margin-bottom: 0;
	font-size: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	bottom: 0;
}
.site-footer-index {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	margin-top: 0;
	text-align: center;
	padding: 38px 10px;
	margin-bottom: 0;
	font-size: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	bottom: 0;
}
.footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.site-footer-blog {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	text-align: center;
	margin-top: 145px;
	padding: 38px 10px;
	margin-bottom: 0;
	font-size: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	bottom: 0;
}
.site-footer-contact {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	text-align: center;
	padding: 38px 10px;
	margin-top: 471px;
	margin-bottom: 0;
	font-size: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  /* Navbar verkleinern */
  .navbar ul {
    flex-direction: column;
    gap: 1rem;
  }

  .navbar {
    font-size: 1rem;
    padding: 0.5rem 0;
  }

  /* Modul-Icons kleiner darstellen */
  .module ul {
    flex-direction: column;
    gap: 3rem;
  }

  .module-icon {
    width: 50vw;
    max-width: 120px;
    margin-top: 60px;
  }

  .module li a {
    font-size: 1.2rem;
  }

  /* Textgrößen reduzieren */
  .about-me,
  .text-about-me,
  .text-startseite,
  .illustration-block-1-text,
  .illustration-block-2-text,
  .chest-text,
  .material-text,
  .booknook-text {
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem;
  }

  /* Footer Padding reduzieren */
  .site-footer {
    padding: 1rem;
    font-size: 0.8rem;
  }

  /* Layouts anpassen */
  .photo-wrapper,
  .photo-wrapper-closeups,
  .layout,
  .booknook-layout,
  .photo-wrapper-cgi,
  .photo-wrapper-cgi-2,
  .photo-slot-2-column,
  .photo-slot-2-column-cgi {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .photo-slot-1 img,
  .photo-slot-2 img,
  .photo-slot-3 img,
  .photo-slot-4 img,
  .photo-slot-5 img,
  .photo-slot-6 img {
    width: 90%;
    height: auto;
  }

  .overlay-image-1,
  .overlay-image,
  .overlay-image-1-index {
    width: 90vw;
    top: 35%;
  }

  .booknook-section-1 h2,
  .booknook-closeups h2,
  .portfolio-section h2 {
    font-size: 1.3rem;
  }

  .photo-blog-2 img {
    width: 90%;
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
}
.blog-entry {
	transition: transform 0.5s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.blog-entry:hover {
	transform: scale(1.03);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.blog-entry:hover {
	transform: scale(1.03) translateY(-5px);
}


