@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: none;
	color: black;
}
header{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10%;
	padding-top: 20px;
	
}
#header a {
	font-size: 50px;
	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: 22px;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	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: block;
	text-align: justify;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin-left: 8%;	
	font-size: 17px;
	font-weight: 300px;
	letter-spacing: 1px;
	position: absolute;
	padding-bottom: 20px;
}
#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-height: 90%;
		max-width: 90%;
		height: auto;
	
		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;
}
.o_text {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 27px;
	letter-spacing: 1.5px;
	font-variant: small-caps;
	font-weight: lighter;
	text-align: justify;
	margin-left: 20%;
	padding-top: 40px;
}
.o_gallery {
	align-content: center;
	margin: 10px 10px;
	text-align: center;
}
.o_gallery img {
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;
	margin: auto;
	align-content: center;
	
		max-height: 90%;
		max-width: 90%;
		height: auto;
	
		user-select: none;
		user-drag: none;
		-moz-user-select: none;
		-webkit-user-drag: none;
		-ms-user-selecte: none;
}
.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-bottom: 5px;
	bottom: 1%;
	}