@font-face {
  font-family: "GlacialIndifference";
  src:
    url("fonts/GlacialIndifference-Regular.eot?") format("embedded-opentype"),
    url("fonts/GlacialIndifference-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RetroPix";
  src:
    url("fonts/retropix.eot?") format("embedded-opentype"),
    url("fonts/retropix.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BNTillsdale";
  src: 
    url("fonts/BNTillsdale.eot?") format("embedded-opentype"),
    url("fonts/BNTillsdale.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #2C3B5B;
  color: black;
  font-family: Arial;
}

a {
  color: black;
}

h2 {
  font-family: "BNTillsdale", Arial;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
}

.container {
  max-width: 100%;
  padding: 2% 2%;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
	justify-content: space-evenly;
	margin-bottom: 0.5rem;
}

.footer {
  max-width: 100%;
  padding: 2% 6%;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
	justify-content: space-evenly;
	margin-bottom: 0.5rem;
}

@media (min-width: 600px) {
  .container {
    flex-wrap: nowrap;
  }
  .footer {
    flex-wrap: nowrap;
  }
  .blurb {
     flex-basis: 70%;
  }
  .contact {
    display: flex;
    flex-direction: column;
    flex-basis: 20%;
  }
  .attribution {
    flex-basis: 90%;
  }
}

 .attribution {
  background-color: #58A8C0;
  float: left;
  border-radius: 50px;
  border-style: dashed;
  border-color: #3D773A;
  padding: 10px 10px;
  margin-bottom: 0.5rem;
}

.att-text {
  padding: 0 15px;
  font-family: "GlacialIndifference";
  font-size: 12px;
  text-align: center;
}

.blurb {
  background-color: #58A8C0;
  float: left;
  border-radius: 20px;
  border-style: dashed;
  border-color: #3D773A;
  padding: 15px 15px;
  margin-bottom: 0.5rem;
}

.blurb-text {
  padding: 0 15px;
  font-family: "GlacialIndifference";
}

.contact {
  background-color: #58A8C0;
  font-family: "GlacialIndifference";
  font-size: 14px;
  float: right;
  justify-content: center;
  text-align: justify;
  border-radius: 20px;
  border-style: dashed;
  border-color: #3D773A;
  padding: 15px 15px;
  margin-bottom: 0.5rem;
 }
 
 .contact-back {
  font-family: "GlacialIndifference";
  font-size: 10px;
  justify-content: center;
  text-align: center;
  margin-top: auto;
}