@charset "utf-8";
.header {
  display: flex;
  justify-content: center;
}
.header-container {
  display: flex;
  background: url("/images/spaceheader.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 10em;
}

.header-column3 {
  width: 47em;
  height: 10em;
}

.header-column4 {
  display: flex;
}

.first-image {
  width: 5em;
  height: 9.5em;
  padding-top: 5px;
}

.second-image {
  height: 7em;
  padding-top: 30px;
}

.third-image {
  width: 2.5em;
  height: 2.5em;
  padding-right: 10px;
  padding-top: 100px;
}

.footer {
  justify-content: center;
  width: 100%;
  bottom: 0;
}

.footer-container {
  display: flex;
  background: url("/images/spacefooter.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 7em;
}

.footer1-image {
  width: 7em;
  height: 6.5em;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 20px;
}

.footer2-image {
  height: 4.5em;
  padding-top: 20px;
}

.footer3-image {
  width: 1.5em;
  height: 1.5em;
  padding-right: 10px;
  padding-top: 72px;
}

.logo-wrapper {
  display: flex;
  flex-grow: .5;
}

.footer-column3 {
  display: flex;
  flex-grow: 1;
  height: 7em;
}

.footer-column4 {
  display: flex;
  flex-grow: 1;
  height: 7em;
}

.footer-text, a.footer-text:visited {
  text-decoration: none;
  color: #fff;
}

.rightadj {
  padding-right: 5px;
}

.leftadj {
  padding-left: 5px;
}

#container {
  padding: 10px;
  background-color: #efefef;
  flex: 1 0 auto;
}

html {
  height: 100%;
}

body {
  font-style: normal;
  min-height: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #EFEFEF; 
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1601px) {
  .logo-wrapper {
    display: flex;
    flex-grow: 1;
  }	
}
