body {
  padding-top: 60px;
}
a {
  color: black;
}
a:hover {
  color: #990033;
  text-decoration: none;
}
h4 {
  font-weight: 700;
}
#skill h4 {
  color: #383838;
}
.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.section {
  padding-top: 60px;
  margin-top: -60px;
}
.skill {
  margin: 1em 0em 1em 0em;
  padding: 1em;
}
.skill-icon {
  color: #990033;
  font-size: 7em;
}
.port-icon {
  color: #990033;
  font-size: 6em;
  text-decoration: none;
  /*  cursor: default;*/
  /*  background-color: #fff;*/
  background-color: #f1eee6;
  width: 140px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #888888;
  font-style: normal;
  font-weight: normal;
  /*  line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.port-icon-frame {
  display: table;
  width: 140px;
  height: 140px;
  margin: 0 auto 1em auto;
}
.port-icon-image {
  height: 140px;
  margin: 0 auto 0em auto;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #888888;
}
.port-image {
  max-height: 440px;
  width: auto;
}
.port-image-title {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  padding: 0.5em 0 0.5em 0;
}
.port-image-frame {
  display: table;
  max-height: 440px;
  width: auto;
  margin: 0 auto 1.5em auto;
  text-align: center;
}
.box-skill {
  text-align: center;
  margin: 0em 0em 0em 0em;
}
.box {
  text-align: center;
  margin: 3em 0em 3em 0em;
}
@media (max-width: 800px) {
  .port-image {
    max-height: 320px;
    width: auto;
  }
}
@media (max-width: 600px) {
  .port-image {
    max-height: 240px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .port-image {
    max-height: 160px;
    width: auto;
  }
}