body, html {
    height: 100%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.hero-image {
  background-image: url("images/hero-images.gif");
  height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.topnav {
  background-color: white;
  overflow: hidden;
}

.topnav a {
  float: right;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav img {
	float: left;
	max-height: 50px;
	padding-left: 8px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.blurb {
	width: 80%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	margin: auto;
}

.mainlogo {
	width: 70%;
	max-width: 800px;
}

.smlogo {
	width: 80%
}

.column {
  float: left;
  width: 33.33%;
  text-align: center;
  padding-bottom: 50px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.catalog-img {
	width: 70%;
}

.download {
	text-decoration: none;
}

.footer {
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
	padding: 14px 16px;
}