@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

h1 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5em;
  color: #1c3464;
  -webkit-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
  -moz-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7);
  /* text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6), 0 0 2px rgba(0, 0, 0, 0.7); */
  word-spacing: 16px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #1c3464;
  text-shadow: 0 0 40px #FFFFFF, 0 0 30px #FFFFFF, 0 0 20px #FFFFFF;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}
.logo {
  max-width: 100%;
  width: 300px;
  height: auto;
  padding-bottom: 30px;
  /* background-color: black; */
}
.wrapper {
  text-align: center;
  /* background-color: red; */
}
/* .content {
  display: table-cell;
  vertical-align: middle;
} */
.item {
  /* width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 8px; */
}

@media only screen and (min-width: 800px) {
  h1 {
    font-size: 6em;
    font-weight:900;
  }
  p {
    font-size: 1.4em;
    font-weight: bold;
  }
}

@media only screen and (max-width: 320px) {
  h1 {
    font-size: 2em;
  }
  p {
    font-size: 1.2em;
  }
}
