@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}

#header a {
	font-size: 35px;
	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: 18px;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	letter-spacing: 2px;
}
.nav-links li{
    display: inline-block;
    padding: 0px 30px;
	padding-bottom: 12px;
        }
.nav-links li a:hover{
	color:#AE5B92;
}
.dropbtn{
	background-color: transparent;
	border: none;
	padding: 12px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	letter-spacing: 2px;
	font-size: 20px;
	color: black;
}
.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: 10px;
	margin-right: 10px;
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
	width: 150px;
	height: auto;
}
.about {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 18px;
	text-align: right;
	display: block;
	font-weight: lighter;
	margin-left: 10px;
	margin-right: 15px;
	padding: 10px;
	
}
#contact_sec {
display: flex;
    flex-direction: column;
    align-items: center;  /* centers the info horizontally */
    text-align: center;   /* ensures text lines are centered */
    justify-content: center;
	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;
	text-align: right;
	padding-bottom: 20px;
	padding-top: 150px;
	bottom: 10%;
	padding-right: 30px;
}
#home_img img {
	width: 250px;
	height: auto;
}
#home_img_2 img {
	width: 200px;
	height: auto;
}
.painting_gallery{
	align-content: center;
	margin: 10px 10px;
	text-align: center;
}
.painting_gallery img{
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	margin: auto;
	align-content: center;
	
	max-width: 90%;	
		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: 5px;
  padding-bottom: 5px;

  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: 500px) {
  .responsive {
    width: 45%;
    margin: 6px auto;
  }
}

@media only screen and (max-width: 300px) {
  .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";
	padding-bottom: 20px;
}
.backtotop a:hover{
	color: #AE5B92;
}
footer{
  font-size: 10px;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  margin-top: 95px;
  margin-bottom: 15px;
	position: static;
	line-height: 1.6;
	letter-spacing: 1.6;
	color: #222;
	text-align: center;
	}
body.contact-page footer {
	margin-top: 5px;
}
@media (max-width: 599px) { 
	.carousel { 
		width: 100%; 
		margin-top: 0;
		margin-bottom: 80px;
		margin: 0 auto;
		overflow: hidden; 
		position: relative; 
		height: auto; 
		box-sizing: border-box; 
		padding-top: 10px;
	} 
	.carousel-track { 
		display: flex; 
		transition: transform 0.35s ease; 
		width: 100%; 

	} 
	.slide { 
		flex: 0 0 100%; 
		display: flex; 
		flex-direction: column; 
		align-items: center; 
		box-sizing: border-box; 
		padding: 0px; 
		padding-top: 0;
		justify-content: center;
		text-align: center;
		min-height: auto;
	} 
	.image-labels-wrap {
		display: flex; 
		flex-direction: column; 
		align-items: center; 
		width: 100%; 
	} 
	.image-wrap {
		height: 50vh;
		align-items: center;
		justify-content: center;
		object-fit: contain;
		display: flex;
		margin: 0;
		max-width: 90%;
		max-height: 85vh;
		flex-shrink: 0;
	} 
	.image-wrap img { 
		max-width: 90%; 
		max-height: 92%; 
		object-fit: contain; 
		display: block; 
		margin: 0 auto;
	}
	.p_labels { 
		font-size: 14px; 
		line-height: 1.4; 
		text-align: center;
		margin: 0; 
		padding: 0; 
		margin-top: 8px;
	} 
	.p_labels p { 
		margin: 2px 0; 
	}
	.carousel .arrow {
		position: absolute; 
		top: 50%; 
		transform: translateY(-50%);
		background: none;
		border: none; 
		color: black;
		transition: opacity 0.2s;
		opacity: 0.8;
		font-size: 20px; 
		padding: 6px 10px; 
		cursor: pointer; 
		z-index: 10; 
	} 
	.carousel .arrow:hover {
		opacity: 1;
	}
	.carousel .prev { 
		left: -6px; 
	} 
	.carousel .next { 
		right: -6px; 
	} 
	.image-wrap img.scale-down{ 
		max-width: 70%; 
		max-height: 55vh;
		height: auto; 
		width: auto; 
		flex-shrink: 1; 
		object-fit: contain; 
		display: block; 
		margin: 0 auto; 

	}
	header {
    position: relative;
  }

  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5%;
  }

  .hamburger {
    color: black;
	  background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    display: block;
  }

  .mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 5%;
    background: white;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    z-index: 50;
  }

	.mobile-nav.open {
		display: block;
	}
  .mobile-nav .nav-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
  }

  nav:not(.mobile-nav) {
    display: none;
  }
}

