
body {
    font-family: 'IvyEpic', serif;
    font-weight: 400; /* Regular */
}

h1 {
	font-family: Minion Pro;
	font-weight: 400;
	font-size: 40px;
	color: #686664;
	padding-top: 0px;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}

h2 {
	font-weight: 400;
	font-size: 25px;
	color: #7E7E7E;
	line-height: 28px;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}

h2 + h2 {
    margin-top: -20px; /* Pulls the second h2 closer to the first */
}

h3 {
	font-weight: 200;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #7E7E7E;
	letter-spacing: 0.5px;
}


h4 {
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	color: #7E7E7E;
	line-height: 28px;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
	margin-top: 30px;
}


a {
	font-weight: 500;
	font-size: 20px;
	color: #E9EBDB;
	line-height: 22px;
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 20px;
}

a, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #E9EBDB;
  text-decoration: none;
}

.main.text-center {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 120vh;
    padding-bottom: 10vh;
	overflow: auto;
	padding-top: 0px;
}

.main {
	height: 120vh;
	padding-bottom: 10vh;
	width: 100%;
	background-color:#F6F2EE;
	/*background-image: url('./images/bg-image.png');*/
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

div#logo {
	z-index: 99;
}

#logo img {
	width: 325px;
    display: block;
    margin: 0 auto 0 auto;
    z-index: 99;
}

.content {
	position: relative;
	left: 0;
	right: 0;
	top: 8%; /* space between logo and content */
	bottom: 0;
	z-index: 2;
}

.main .overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	/* background: rgba(68, 88, 91, 0.1); */
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.content a {
	width: 100%;
	display: block;
}

a.more-link {
	z-index: 99;
    margin-top: 40px;
    background-color: #DEB2B2;
    color: #F6F2EE;
    width: max-content;
    padding: 15px 50px !important;
    text-align: center;
    margin: 50px auto 30px auto;
    border-radius: 5px;
	font-size: 18px;
}

a.more-link:hover {
    background: #B2B9AB;
	color: #F6F2EE;
}

a.menu {
	z-index: 99;
	display: inline;
    margin-top: 40px;
    background-color: #858A93;
    color: #E9EBDB;
    width: max-content;
    padding: 15px 50px !important;
    text-align: center;
    border-radius: 5px;
	font-size: 18px;
}

a.menu:hover {
    background: #B2B9AB;
	color: #E9EBDB;
}

a.contact-link {
	font-weight: 200;
	font-size: 20px;
	color: #7E7E7E;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}

.contact-link:hover {
    color: #DEB2B2; /* Change to your preferred hover color */
    text-decoration: none; /* Optional: adds an underline on hover */
}

a.contact-link-2 {
	display: inline !important;
	padding: 15px;
	font-weight: 200;
	font-size: 20px;
	color: #7E7E7E;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-top: 100px;
}

.contact-link-2:hover {
    color: #DEB2B2; /* Change to your preferred hover color */
    text-decoration: none; /* Optional: adds an underline on hover */
}

a.widget {
	position: fixed;
	right: -65px;
	top: 12%;
	transform: rotate(-90deg);
	margin-top: 40px;
	background-color: #E2B75A;
	color: #E9EBDB;
	width: max-content;
	padding: 15px 50px !important;
	text-align: center;
	margin: 20px auto 0 auto;
	border-radius: 5px;
	font-size: 16px;

}

a.widget:hover {
    background: #FACF7A;
	color: #596a6d;
}


@media (max-width: 440px) {
	#logo img {
		width: 100%;
		padding: 25px;
		margin: 210px auto 0 auto;
		padding-bottom: 2%;
	}
	a.contact-link {
		margin-bottom: 5px;
	}
	.content a br{
	    display: none !important;
	}
}


@media (max-width: 768px) {
	h2 br {
		display:none;
	}
	#logo img {
		width: 200px;
	}
	
	.content a br{
	    display: block !important;
	}
	.content {
		top: 10%;
		margin-bottom: 160px;
	}
	a.more-link {
		margin: 20px auto 0 auto;
	}
	a.contact-link {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 20px; /* Optional: Adjust font size for smaller screens */
		margin-bottom: 10px;
    }

}

.content a br{
	    display: none;
}

h1 br {
		display:none;
	}
h3 br{
	  display: none;
}
h4 br{
	  display: none;
}


@media (max-width: 640px) {
	h1 br {
		display:block;
	}
}

@media (max-width: 640px) {
	h3 br {
		display:block;
	}
}

@media (max-width: 640px) {
	h2 br, a.menu {
		display:block;
	}
	a.menu { 
		margin-top : 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width:480px) { 
  	a.widget-2 {
 	position: fixed;
	right: -65px;
	top: 42%;
	transform: rotate(-90deg);
	margin-top: 40px;
	background-color: #eaa8a1;
	color: #faeadc;
	width: max-content;
	padding: 15px 50px !important;
	text-align: center;
	margin: 20px auto 0 auto;
	border-radius: 5px;
	font-size: 16px;
  }
