@media (min-width: 410px) {
header {
  background-color: lightblue;
  background-size: cover;
  background-position: center;
}
.name {
  font-family: 'Lobster', cursive;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  line-height: 5px;
  background-color: lightblue;
  padding-bottom: 10px;
}
.subtitle {
  font-size: 15px;
  text-align: center;
  line-height: 8px;
  text-transform: uppercase;
}
.subtitle span {
  color: red;
  margin-bottom: 5px;
}
#GA:hover {
  background-color: white;
  font-size: 25px;
}
.photoandnav {
  text-align: center;
  background: url("http://www.itdinteractive.com/wp-content/uploads/2014/10/ecommerce-dark-background.jpg");
  background-size: cover;
  background-position: center;
}
.profile {
  margin: 20px 0px 10px 0px;
  border: 3px solid black;
  border-radius: 50%;
}
.aboutme {
  text-align: center;
  font-family: 'Lobster', cursive;
  font-size: 10px;
  line-height: .8em;
  margin-bottom: 50px;
}
h2 {
  margin: 40px 0px 50px 0px;
}
nav {
  padding: 10px;
  background: lightblue;
  margin: 10px 0px 10px 0px;
}
li {
  padding: 10px;
  display: inline;
}
li:hover {
  background-color: white;
}
.projects {
  margin: 20px 0px 20px 0px;
  text-decoration: underline;
  font-size: 15px;
}
.work {
  text-align: center;
  font-family: 'Lobster', cursive;
  font-size: 10px;
}
.gapic {
  height: 100px;
  width: 100px;
  margin: 10px;
}
.mem {
  margin: 6px 0px 30px 0px;
}
.email {
  text-decoration: none;
}
.email:hover {
  background-color: white;
}
footer {
  font-family: 'Indie Flower', cursive;
  font-size: 10px;
  text-align: center;
  background-color: lightblue;
}
footer span {
  font-size: 5px;
  color: white;
}
}

@media (min-width: 1024px) {
.name {
  font-family: 'Lobster', cursive;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  line-height: 5px;
  background-color: lightblue;
  padding-bottom: 10px;
}
.subtitle {
  font-size: 30px;
  text-align: center;
  line-height: 8px;
  text-transform: uppercase;
}
.subtitle span {
  color: red;
  margin-bottom: 5px;
}
#GA:hover {
  background-color: white;
  font-size: 35px;
}
.profile {
  margin: 20px 0px 10px 0px;
  border: 3px solid black;
  border-radius: 50%;
}
.photoandnav {
  text-align: center;
  background: url("http://www.itdinteractive.com/wp-content/uploads/2014/10/ecommerce-dark-background.jpg");
  background-size: cover;
  background-position: center;
}
.aboutme {
  text-align: center;
  font-family: 'Lobster', cursive;
  font-size: 30px;
  line-height: .5em;
}
h2 {
  margin: 40px 0px 50px 0px;
}
nav {
  padding: 10px;
  background: lightblue;
  margin: 10px 0px 10px 0px;
}
li {
  padding: 10px;
  display: inline;
}
li:hover {
  background-color: white;
}
.projects {
  margin: 30px 0px 30px 0px;
  text-decoration: underline;
  font-size: 45px;
}
.work {
  text-align: center;
  font-family: 'Lobster', cursive;
  font-size: 30px;
  line-height: .5em;
}
.gapic {
  height: 100px;
  width: 100px;
  margin: 10px;
}
.mem {
  margin: 6px 0px 50px 0px;
}
.email {
  text-decoration: none;
}
.email:hover {
  background-color: white;
}
footer {
  font-family: 'Indie Flower', cursive;
  font-size: 20px;
  text-align: center;
  background-color: lightblue;
}
footer span {
  font-size: 15px;
  color: white;
}
}
