﻿#fullpage {
    transform: inherit;
}
	.Invitation-text {
    background: #000000a8;
	background: #6f1555d4;
    padding: 3rem;
    width: max-content;
    border-radius: 2px;
    right: 64px;
    left: auto;
    position: absolute;
    color: #fff;
 }
  .Invitation-text p {
    line-height: 3rem;
    font-size: 1.2rem;
    color: #fff;
}
.Invitation-div {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #7d4e3b;
    position: relative;
}
.map-image{
	width:800px; 
	height:450px;
}

.parent-name{
	margin-top: 4.5rem;
	padding: 0 15px;
}

@media (max-width: 767px){
	
	.Invitation-text{
		position: unset;
		padding: 1rem;
	}
	.Invitation-text p {
		font-size: 1rem;
	}
	.map-image{
		width:100%; 
		height:auto;
	}
	
	.parent-name{
		margin-top: 0;
	}

}