iframe, object, embed {
	border: 0 none transparent;
    max-width: 100%;
	overflow: hidden;
	}
	
	/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;
}

p.one {
	text-align: center;
}

p.two {
	font-weight:normal; 
	margin-left: 1em;
}


p.three {
	text-align: center; 
	font-style: italic;
}
	
h2 {
	font-size: 1.3em;
	font-weight: bold;
}	

.responsive {
  width: 450px;
  height: auto;
  float: right; 
  display: flex;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
	/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column {
    width: 100%;
  }
}
