/* Document Setup */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: white;
}

/* Formatting Elements */

main {
  width: 100%;
  max-width: 1728px;
  height: auto;
  margin: 0 auto;
}
header {
  width: 100%;
}
.row {
  width: 100%;
}
.row-map {
  width: 89.12%;
  margin: 0 auto;
}

/* Columns */

.col-large {
  width: 31.3079%;
}
.col-small {
  width: 15.6829%;
}

/* Heights */

.height1 {
  height: 364px;
}
.height2 {
  height: 364px;
}
.height3 {
  height: 94px;
}
.height4 {
  height: 332px;
}

/* Floats */

.float-left {
  float: left;
}
.float-right {
  float: right;
}

/* Horizontal Margins */

.margin-left {
  margin-left: 5.4398%;
}

/* Image & Media */

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

/* Header Image */

header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Middle Images */

.col-large img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Venus Image */

.col-small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Map */

.row-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}