html {
  height: 100%;
}
body {
  font-family: "K2D", Arial;
  color: #eee;
  text-shadow: 2px 2px 4px #000;
  background: #16222a;
  background: -webkit-linear-gradient(to right, #0b2b3b, #16222a);
  background: linear-gradient(to right, #0b2b3b, #16222a);

  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
body::after {
  content: "";
  display: block;
  height: 100px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 165px;
  font-size: 12px;
}
button {
  text-shadow: 2px 2px 4px #000;
  margin-left: 5px;
  margin-top: 5px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 18px;
  text-align: justify;
  padding-bottom: 20px;
}
.container {
  padding: 20px;
  text-align: center;
}
.navbar {
  box-shadow: 5px 5px 7px #131313;
  font-size: 150%;
  background: #151515;
}
.icons {
  margin: 5px;
}
.portfolioItems {
  position: relative;
  margin-bottom: 30px;
}
.banner {
  background-color: #000;
  color: #fff;
  height: 25px;
  font-size: 20px;
  text-align: center;
  line-height: 2px;
  padding: 25px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  max-width: 100%;
}
.list-group-item {
  background: none;
  max-width: 50%;
  margin: 0 auto;
}
#contactForm {
  max-width: 50%;
  margin: 0 auto;
}
#name,
#email,
#message {
  background-color: rgba(51, 51, 51, 0.5);
  color: #eee;
}
#portfolioRow,
#contactRow {
  display: none;
}
#aboutLink,
#portfolioLink,
#contactLink {
  cursor: pointer;
}
#photo {
  margin: 10px;
}
#skillList {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  footer {
    position: relative;
  }
  #contactForm {
    max-width: 100%;
  }
  .list-group-item {
    max-width: 100%;
  }
}
