@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
	float: left;
	width: 31.33%;
	height: 1100px;
	padding-bottom: 1%;
	margin-left: 1%;
	padding-left: 1%;
	margin-bottom: 1%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
	width: 100%;
	padding-left: 10%;
  }
}.row .column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 6px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	color: #FFF;
}

.customIndent {
  margin-left: -15px;
}
