@import url(https://fonts.googleapis.com/css?family=Roboto:400);

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

html,
body {
  height: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: center;

  background-color: white;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.header {
  text-align: left;
}

.header-logo {
  width: 90px;
  height: 90px;
  margin: 0 2% 0 2%;
}

.buttonContainer {
  padding: 1em 0 1em 0;
}
.choiceButton {
  width: 96%;
  margin: 0 2% 4% 2%;
}
.photo {
  width: 100%;
  height: 100%;
  display: block;
}
.button {
  display: block;
  padding: 1.8em 0;

  color: #eee;
  background-color: #001489;

  font-size: 4.5vw;
  letter-spacing: 0.6vw;

  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

@media only screen and (min-width: 321px) {
  .buttonContainer {
    padding: 3em 0 1em 0;
  }

  .choiceButton {
    width: 46%;
    display: block;
    float: left;
  }
  .button {
    font-size: 2.25vw;
    letter-spacing: 0.3vw;
  }
}

@media only screen and (min-width: 641px) {
  .choiceButton {
    width: 29.33%;
    display: block;
    float: left;
  }
  .button {
    font-size: 1.5vw;
    letter-spacing: 0.2vw;
  }
}

@media only screen and (min-width: 1081px) {
  .button {
    font-size: 16px;
    letter-spacing: 2.1px;
  }
}
