body, h2, h1{
  font-family: "Imperial Script", sans-serif;
  font-weight:100;
}

body, A, h3, p, h4 {
  font-family: "Lora", sans-serif;
}

body {
	background-color:#FFE7E9;
	/*background-image: url(images/background.jpg);*/
	/*images/background.jpg*/
	/*background-repeat: no-repeat;*/
	/*background-attachment: fixed;*/
	/*background-size: 100% 100%;*/
}

h1 {
	color: #A94064;
  font-size: clamp(450%, 9vw, 150px);
  text-align: right;
  padding: 10px 30px;
  margin: 0;
}

h2 {
	color: #A94064;
  font-size: clamp(350%, 9vw, 100px);
  text-align: right;
  padding: 10px 15px;
  margin: 0;
}

h3 {
  font-size: clamp(120%, 3vw, 40px);
  text-align: center;
  margin: 0;
}

h4 {
  font-size: clamp(110%, 3vw, 25px);
  text-align: center;
  color: white;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}


p {
	font-size: clamp(100%, 3vw, 25px);
  text-align: left;
}

li {
	font-size: clamp(100%, 3vw, 25px);
  text-align: left;
}

a.menu {
  background-color: white;
  color: black;
  display: inline-block;
  font-size: 200%;
  text-align: left;
}


a.social:link, a.social:visited {
  background-color: #A94064;
  color: white;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: clamp(80%, 3vw, 20px);
  text-decoration: underline;
}

a.social:hover, a.social:active {
  color: black;
}

hr { 
	width: 70%;
	border: none;
    height: 2px;
	background: rgba(169,64,100,0.4);
}

img {
	width: 48%;
	max-width: 600px;
	height: auto;
    user-select: none;
    -moz-user-select: none;
	-khtml-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
	-webkit-touch-callout: none;
    -ms-user-select: none;
	/*margin-bottom: 5px;*/
}

img.commission {
	width: 46%;
	height: auto;
	margin-bottom: 10px;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
}

div.intro {
	width: 80%;
	max-width: 1000px;
	word-wrap: normal;
  margin-left: auto;
  margin-right: auto;
}

div.header {
 top:0;
 right: 0;
 position: relative;
 margin: 0;
}

.bottom {
  display: inline-block;
  bottom:0;
  background-color: #A94064;
  height: 100px;
  width: 100%;
}

div.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom:0;
  background-color: #A94064;
  height: clamp(30px, 3vw, 60px);
  width: 100%;
}

.morebottom {
  display: inline-block;
  bottom:0;
  background-color: #A94064;
  height: 20px;
  width: 100%;
}

div.gallery {
	 display: flex;
  flex-wrap: wrap; 
  gap: 7px;       
  justify-content: center; 
}

.gallery-img {
   width: 48%;
	max-width: 600px;  
	height: auto;
}

.gallery-img img {
 display: block;    
  width: 100%;       
  height: auto;      
  max-width: 100%;
}

div.policy {
word-wrap: normal;	
	width: 85%;
	max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

div.rectangle {
  height: 100%;
  width: 100%;
  background-color: white;
  position: absolute;
  visibility: hidden;
}

.container {
  display: inline-block;
  cursor: pointer;
  margin: 20px 5px;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 2px;
  background-color: #A94064;
  margin: 6px 10px;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}

.dropdown {
  position: absolute;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100vw;
  overflow: auto;
  z-index: 1;
  top: 200%;
}

.dropdown-content a {
  color: #A94064;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
	background-color: rgba(169,64,100,0.2);
	}

.show {display: block;}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
