body {
  font-family: 'Source Sans Pro', sans-serif;
}

input {
  font-size: 1.0em;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  padding-left: 10px;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.qtip-tipsy {
  font-size: 4em;
}

.flexcontainer {
  display: flex;
  align-items: center;
  margin-right: 110px;
  padding: 13px;
}

.logo {
  /*padding: 13px;*/
  width: 110px;
  align-self: flex-start; /* fix vertical position */
}

.header {
  line-height: .9em;
  font-size: 3.0em;
  color: rgb(77,77,77);
  margin: auto;
}

.black {
  color: black;
}

.bold {
  font-weight: bold;
}

.wrapper {
  text-align: center;
  font-size: 1.5em;
}

/*hide text for screen readers*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.box {
  margin: 10px;
}

.contact {
  margin-left: 5px;
}

@media (min-width: 600px) {
  .header {
  font-size: 4.5em;
  }
}

@media (min-width: 634px) {
  .flexcontainer {
    margin-right: 0px;
  }

  .header {
    margin: 0;
  }

  .h364px {
    display: none;
  }
}

@media (min-width: 744px) {
  .flexcontainer {
    margin-right: 110px;
  }

  .header {
    margin: auto;
}