* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Lato;
}

nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  background-color: #04009A;
  position: relative;
}

nav .wrapper {
  max-width: 1400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .wrapper .logo {
  height: 3em;
}

nav .wrapper .logo img {
  display: block;
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 500px) {
  nav .wrapper .logo {
    height: 2em;
  }
}

nav .wrapper .button {
    border-radius: 5px;
    background-color: #ffffff;
    color: #04009a;
    padding: 0.5em 1em;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 500px) {
  nav .wrapper .button {
    font-size: 14px;
  }
}

header {
  width: 100%;
  padding: 4em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  justify-content: center;
  background-color: #d7ddff;
}

header .left-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 750px;
  width: 50%;
  margin-right: 3em;
}

header .left-column h1 {
  font-size: 2.7em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 0.1em solid black;
}

header .left-column p {
  font-size: 1.2em;
  font-weight: bold;
}

@media only screen and (max-width: 930px) {
  header .left-column {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 470px) {
  header .left-column {
    font-size: 12px;
  }
}

header .image-container {
  width: 50%;
  max-width: 350px;
}

header .image-container img {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 930px) {
  header .image-container {
    width: 100%;
  }
}

@media only screen and (max-width: 930px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2em 2em 0 2em;
  max-width: 1100px;
  width: 100%;
}

main article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
  width: 100%;
  font-size: 1.2em;
}

main article p {
  margin-bottom: 1em;
}

main article a {
  font-weight: bold;
  color: #2541B2;
}

main article a:hover {
  text-decoration: underline;
}

main article .compare-image-container {
  margin: 2em 0;
  width: 100%;
}

main article .compare-image-container img {
  width: 100%;
  height: auto;
}

main article h2 {
  margin-bottom: 0.5em;
}

main article .state {
  -ms-flex-item-align: center;
      align-self: center;
  width: calc(100% + 64px);
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

main article .state h2 {
  font-size: 2em;
}

main article .state .usa-image-container {
  margin-top: 1.5em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  /*max-width: 600px;*/
  width: 100%;
}

main article .state .usa-image-container img {
  display: block;
  width: 100%;
  height: auto;
}

main article .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 5px;
  background-color: #2940D3;
  margin-top: 1.5em;
  color: #FFEDA3;
  font-size: 1.2em;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
}

footer {
  padding: 2em 1em;
  margin-top: 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #232323;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #FFEDA3;
}

footer p {
  margin-bottom: 1em;
  text-align: center;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer ul a {
  color: #FFEDA3;
  margin: 0 1.5em;
}

@media only screen and (max-width: 470px) {
  footer ul a {
    padding: 0.5em 0;
  }
}
/*# sourceMappingURL=style.css.map */