@font-face {
    font-family: 'Agenor Neue';
    src: url('.../fonts/AgenorNeue-Regular.woff2') format('woff2'),
        url('../fonts/AgenorNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	 background:  #262262;
	background-size: cover;
 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	  font-weight: 400;
	}
	
.Overlay {
	display: flex; 
flex-wrap: wrap;	
      min-height: 100vh;
	align-content: center;
    text-align: center;
	justify-content: center;
	padding: 5vh 10vw;
	flex-direction: column;
	border: solid 5px #a87c4f;
	}



 h2 , h3, h4 {
	color: #fff;
	text-align:center;
	font-weight: 200;
	padding: 0px;
	margin: 0px;

}
p, h1 {
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0;
	margin: 0px;
		color: #fff;
}

p a {
color: #a87c4f;
text-decoration:none;font-weight: 700;
}

p a:hover {
		color: #fff;
text-decoration: none;
}

h1 {
	font-size: 25px;
	line-height: 30px;
    margin: 50px 0 15px 0;
	color: #a87c4f;
	  font-family: "Libre Baskerville", serif;
  font-weight: 400;
	padding: 0;
}

h2 {
	font-size: 4.5vw;
	line-height: 6vw;
	color:#a87c4f;
	 margin: 35px 0;
}

.Address {
font-size: 14px;
	line-height: 18px;
	opacity: 0.5;
	padding: 5px;
}


img {
	width: 100%;
	height:auto;
	max-width: 500px;
	    margin: 0 auto;
}
.SocialMediaLinks ul {
	padding: 0;
	    display: flex;
    justify-content: center;
}

.SocialMediaLinks li a {
	margin: 0 10px;
	height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	font-size: 35px;
	color: #a87c4f;
	border-radius: 50px;
	cursor: pointer;
}
.SocialMediaLinks li a:hover {
		color: #fff;

}


@media (max-width: 767px) {
img {
	
	max-width: 300px;
}
	
	h2 {
	font-size: 35px;
	line-height: 40px;
}

}