body{
	color: #58666e;
}
.text-alignment{
	text-align:right;
	padding: 7px;
}
.container-alignment{
	margin: 10px auto;
}

#contact iframe {
    border: none;
    width: 100%;
    height: 375px;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
	#contact iframe {height: 450px;}
}
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
	.text-alignment{
		text-align:center;
	}
}
/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
	.text-alignment{
		text-align:center;
	}
}
/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
	.text-alignment{
		text-align:right;
		#contact iframe {height: 450px;}
	}
	
}
@media only screen and (max-width: 768px) {
	.bottom-space{
		margin-bottom:10px;
	}
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
	.text-alignment{
		text-align:right;
	}
}


