		/* -- Kai Pakotai Cafe --
	Unique styles for contact us page, contact.html */


	/*Size and proportion for the iFrame element*/
.contentRight.iframeContainer {
	overflow: hidden;
	position: relative;
	border: 3px solid #A18FD1;
}

.iframeContainer iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 1000px) {

	/*Hold the iFrame height to an aspect ratio, preventing it collapsing under "align-items: center;" */
.contentRight.iframeContainer {
		padding-top: 40%;
	}
}

@media (max-width: 1000px) {
	
		/* Make sure it doesn't shrink too much on mobile */
	.contentRight.iframeContainer {
			padding-top: 60%;
			margin-bottom: 3rem;
		}

		/*add some whitespace*/
	.contentLeft.contact {
		Position: relative;
		bottom:3rem;
		margin-bottom: 2rem;
	
	}
}