/*------------------Zig Zag style------------------------------------------------------*/
.container {
	padding: 70px;
}

.row{
  padding:none;
}
.row:after {
  content: "";
  display: table;
  clear: both
}

.column-66 {
  float: left;
  width: 55%;
}

.column-33 {
  float: left;
  width: 45%;
}


.large-font {
  font-size: 24px;
}

.xlarge-font {
  font-size: 36pxvw;
}

.button {
  border: none;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  background-color: #04AA6D;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: auto;
  padding: 20px;
}
iframe.map{
  margin-top:50px;
  position: relative;
  height:300px;
  width: 100%;
}

@media screen and (max-width: 600px) {
	.column-66,
	.column-33 {
		float: center;
		width: 100%;}
	img, iframe {
		float: center;
		 padding: 5px;
}
	.large-font {
		font-size: 12px;}
	.xlarge-font {
		font-size: 18px;}
	iframe.map{
		margin-top: 5px;
		position: relative;
		height: 100px;
		width: 100%;}
	.button {
		padding: 5px;
		font-size: 10px;}
	.container {
		padding: 20px;}
}

}