@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
#header a {
	font-size: 45px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-variant: small-caps;
	letter-spacing: 3px;
	font-weight: lighter;	
	color: black;
}
.nav-links {
	list-style: none;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 22px;
	display: block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	letter-spacing: 2px;
}
.nav-links li{
    display: inline-block;
    padding: 0px 14px;
        }
.nav-links li a:hover{
	color:#AE5B92;
}
.dropbtn{
	background-color: transparent;
	border: none;
	padding: 16px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	letter-spacing: 2px;
	font-size: 20px;
}
.dropdown{
	position: relative;
	display: inline-block;
}
.dropdown-content{
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	color: black;
}

.dropdown-content a:hover {
    background-color: white;
	color: #AE5B92;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {background-color: transparent;}
#home_img {
	margin-left: 10%;;
	max-width: 60%;
	height: auto;
	display: block;
	padding-top: 30px;
	padding-bottom: 15px;
}
.about {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 20px;
	text-align: right;
	display: block;
	font-weight: lighter;
	margin-left: 20%;
	margin-right: 12px;
	padding: 10px;
	
}
#contact_sec {
display: flex;
    flex-direction: column;
    align-items: center;  /* centers the info horizontally */
    justify-content: center;
	text-align: center;   /* ensures text lines are centered */
    font-family: Segoe, "Segoe UI", sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 40px auto;  /* bottom margin gives space to footer */
    padding: 15px;
    max-width: 800px;    /* optional: keeps text from stretching too wide */
    position: relative;  /* removes absolute positioning issues */
	min-height: 50vh;
	
}
#contact {
	font-variant: small-caps;
	font-size: 25px;
	letter-spacing: 1px;

}
#home_img_2 {
	display: block;
	left: 15px;	
	text-align: right;
	margin-right: 17.5%;
	padding-bottom: 20px;
	padding-top: 135px;
}
.painting_gallery{
	align-content: center;
	margin: 0px  auto 30px;
	text-align: center;
}
.painting_gallery img{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0;
	display: block;
	margin: auto;
	align-content: center;
	
	max-width: 100%;	
		width: auto;
		height: auto;
	max-height: 85vh;

	
		user-select: none;
		user-drag: none;
		-moz-user-select: none;
		-webkit-user-drag: none;
		-ms-user-selecte: none;
}
.p_labels{
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 18px;
}
div.galler-wrapper{
	text-align: center;
	padding-top: 17px;
}
div.f_gallery {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.f_gallery img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto; /* Center the images */
  padding: 10px;
  padding-bottom: 20px;

  user-select: none;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -ms-user-select: none;
}

.responsive {
  padding: 0 6px;
  float: none;
  width: 24.99998%;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
	
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 45%;
    margin: 6px auto;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
    margin: 6px auto;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.backtotop{
	text-align: center;
	align-content: center;
	font-size: 20px;
	font-variant: small-caps;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.backtotop a:hover{
	color: #AE5B92;
}
footer{
  font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #222;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  margin-top: 80px;
  margin-bottom: 20px;
	text-align: center;
	}
body.contact-page footer {
	margin-top: 5px;
}
body.contact-page main {
	flex: 1;
}
.carousel {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
.carousel-track {
  display: flex;
  transition: transform 0.35s ease;
  width: 100%;


}

.slide {
  flex: 0 0 100%; /* ensures slide fills carousel width */
  text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	min-height: auto;
	padding: 0;
	padding-top: 0;
	width: 100%;
}
.slide img{
	max-width: 100%;
	max-height: 85vh;
	height: auto;
	display: block;
	margin: 0 auto;
}
.image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	margin: 0 auto;
}
.image-wrap img {
  max-width: 90%;          /* fit nicely in carousel */
  max-height: 85vh;        /* responsive to viewport height */
  object-fit: contain;     
  display: block;
  margin: 0 auto;  
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.5); /* subtle background for visibility */
  border: none;
  font-size: 36px;
  font-weight: 300;
  cursor: pointer;
  padding: 8px 12px;
  color: black;
  opacity: 0.5;
  z-index: 10;          /* ensures arrows are above slides */
  transition: opacity 0.2s;
  border-radius: 4px;   /* optional, for soft edges */
}
.arrow:hover {
	opacity: 0.8;
}
.prev {left: -40px;}
.next {right: -40px;}
.carousel {
  position: relative;
	overflow: hidden;
}
.prev {
	left: 10px;
}
.next {
	right: 10px;
}



.desktop-nav .nav-links {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.desktop-nav a {
  text-decoration: none;
  font-size: 14px;
}
.desktop-nav ul {
	display: flex;
	gap: 24px;
}
/* ===== HEADER RESET ===== */
header {
  position: relative;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10%;
}

.site-title {
  font-size: 45px;
  font-family: Segoe, "Segoe UI", sans-serif;
  font-variant: small-caps;
  letter-spacing: 3px;
  color: black;
}

/* ===== HAMBURGER ===== */
.hamburger {
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  display: block;
}

/* ===== MENU ===== */
.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  right: 10%;
  background: white;
  border: 1px solid #ccc;
  padding: 16px 20px;
  z-index: 999;
}

.mobile-nav .nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav a {
  font-size: 18px;
  letter-spacing: 2px;
  color: black;
  text-decoration: none;
}

.mobile-nav a:hover {
  color: #AE5B92;
}
.mobile-nav {
  display: none;
}

.mobile-nav.open {
  display: block;
}

.carousel .image-wrap img {
	padding: 0;
}
