body1 {
    font-family: "Be Vietnam Pro" !important;
	font-size: 19px;
}

body {
    font-family: "Nunito" !important;
	font-size: 20px;
}

h1 {
	font-size: 32px;
}

img {
    max-width: 100%;
    height: auto;
}

#randompic {
  max-height: 500px;
}

.gslide .gslide-caption .gslide-title {
    display: none;
}

#Back2Top {
    display: none;  /* Hidden by default */
    background-color:#2577b1; /* Set a background color */
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px; /* Rounded corners */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
   
    color: #a9d8fd; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    opacity: 0.3;
}

#Back2Top:hover {
    background: #1e608f /* Add a dark-grey background on hover */
}

#Back2Top:after {
  content: "\e09a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
}

#Back2Top2 {
  display: none;  /* Hidden by default */
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0.3;
  z-index: 99;
}
#Back2Top2:after {
  content: "\e09a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#Back2Top2:hover {
  cursor: pointer;
  background-color: #333;
}

/* Remove default bullets */
ul.sitemap {
  list-style-type: none;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}




/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\00BB";
/*  color: black;*/
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

img {
  margin: 0 0 10px 0;
  border-radius: 6px ;
}

img[src$="#face-m"] {
  display: inline-block;
  margin: 0 auto;
  max-width: 200px;
}

.link {
	text-decoration: underline;
	cursor: pointer;
	padding: 6px;
}

@media only screen and (min-width: 800px) {
  
	img[src$="#face-a"] {
	  
	  margin: 0 auto;
	  max-width: 600px;
	  max-height: 600px;
	}

	.modellist {
	  overflow: hidden;
	}

	.modellist p {
	  text-align: center;
	  float: left;
	  margin: 10px 20px;
	}

	.albumlist {
	  overflow: hidden;
	}

	.albumlist p {
	  text-align: center;
	  float: left;
	  margin: 10px 20px;
	  width: 300px;
	  height: 380px;
	}
	
	.albumlist p img {
	  width: auto;
	  max-width: 300px;
	  max-height: 300px;
	}
	
  .photolist1 {
    display: flex; /* Use flexbox layout */
    overflow-x: auto; /* Add horizontal scroll if images overflow */
    padding: 10px; /* Optional padding */
	}
	
	.photolist {
    display: flex; /* Use Flexbox layout */
    flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
    gap: 5px; /* Optional: Add space between images */
    text-align: center;
	}
	
	.photolist img1 {
	  width: auto;
	  max-width: 300px;
	  max-height: 300px;
	}
	
/*	.photolist a {
	  width: 300px;
    margin: 5px;
    text-align: center;
	}
	
	.photolist img {
	  width: auto;
	  max-width: 300px;
	  max-height: 300px;
	}*/
	
  .photoshoot {
    margin: 5px;
    text-align: center;
    width: 300px;
  }
  
  .photoshoot img {
	  width: auto;
	  max-width: 300px;
	  max-height: 300px;
	}
	
  .fullshoot {
    margin: 5px;
    text-align: center;
   }
	
  .link {
		padding: 10px;
  }

}
