.macondo-regular {
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
}
/*
h1,h2 {
	font-family:"Macondo", cursive;
	font-weight:200 !important;
}
*/
.section__title{
	font-size: 2.85em !important;
}
.roomIcon {
	width:65px;
	height:auto;
	margin-bottom: -20px;
    margin-top: -11px;
}
.page__hero__height1 {
    height: 260px;
    width: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page__hero__height2 {
    height: 500px;
    width: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page__hero__height3 {
    height: 20px;
    width: auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	background:#a2835d;
}
.page__hero__height {
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.shadowText {
	text-shadow: 0px 4px 1px #000;
}
.shadowText2 {
    text-shadow: -1px -2px 5px #000;
}
.reviewFrom {
	position: absolute;
    text-align: center;
    display: block;
    margin: auto;
    top: 50%;
    left: 55px;
    line-height: 140px;
    width: 200px;
    font-size: 20px;
	font-weight:500;
	font-style: italic;
}
.success {
	text-align: center;
    background: #d2fad2;
    padding: 20px 40px;
}
.error {
	text-align: center;
    background: #fad2d2;
    padding: 20px 40px;
}
.calendarInfo {
	font-weight: 500;
    text-align: center;
    margin-top: 1rem;
    font-size: 1rem;
    color: #ab8a62;
    text-transform: uppercase;
}