body {
  margin: 2%;
  font-size: 100%;
  font-family: arial, helvetica;
  background-repeat: no-repeat;
  background-size:cover;
  position: relative;
  background-size:100% 100vh;
  background-attachment: fixed;
}

img.headImage {
  width: 65%;
  margin: 2em auto 3em auto;
  display: block;
}

div.twitterContainer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
  text-align: center;
}

img.twitter {
  width: 15%;
  height: auto;
  border-radius: 100px;
  transition: 0.4s;
  box-shadow: 3px 3px 12px #b6b7ba;
}

img.t2:hover {
  opacity: 0.85;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
}

p {
  line-height: 1;
}

a.emailText {
  color: #f44336;
  font-weight: bold;
}

h1 {
  font-size: 1.25em;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1.5em;
  display:block;
}

h2 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
  margin-top: 2em;
  display:block;
}

p.subHead {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1.3em;
  display:block;
}

p.headIntro {
  font-weight: bold;
  text-align: center;
}

p.apps {
  font-style: italic;
  margin-left: 2%;
  display: flex;
}

p.text {
  margin-left: 2%;
}

p.footer {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

div.card {
  padding: 2% 0.5%;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  margin-bottom: 1em;
  margin-top: 1em;
  transition: 0.4s;
  background-color: #fff;
  border-radius: .3em;
}

div.card:hover {
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
  background-color: #fefefe;
}

div.cardWarning {
  padding: 2% 0.5%;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
  margin-bottom: 1em;
  margin-top: 1em;
  transition: 0.4s;
  background-color: #ff5e5e;
  border-radius: .3em;
}

div.cardWarning:hover {
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.2);
  background-color: #ff7272;
}

a.link {
  text-decoration: none;
  color: #f44336;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 92.5%;
  }

  img.headImage {
    margin: 1em auto 1.5em auto;
    display: block;
  }

  div.twitterDiv {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  img.t2 {
    width: 20%;
  }

  
}
