/*some custom css for my portfolio - good luck baby you deserve it*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.heading {
  color: #222222;
  font-weight: 400;
  font-size: 30px;
}
.sub-heading {
  color: #E74C3C;
  font-weight: 300;
  font-size: 21px;
}
.sub-heading2 {
  color: #225378;
  font-weight: normal;
  font-size: 17px;
}
.content {
  color: #4A4A4A;
  font-weight: 300;
  font-size: 17px;
}
.link {
  color: #1695A3;
  font-weight: 300;
  font-size: 15px;
}
body {
  min-height: 2000px;
  padding-top: 64px;
}
.top-nav {
  background-color: #225378;
  min-height: 64px;
  height: 64px;
  position: relative;
}
.top-nav img {
  position: absolute;
  top: 26px;
  left: 21px;
}
.top-nav .wrapper-items-nav {
  width: 100%;
  height: 100%;
}
.top-nav .wrapper-items-nav .items-nav {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 27px;
  font-size: 13px;
  font-weight: lighter;
}
.top-nav .wrapper-items-nav .items-nav div a {
  color: #fff;
}
@media only screen and (min-width: 360px) {
  .top-nav .wrapper-items-nav .items-nav {
    font-size: 15px;
  }
}
.main-content h1 {
  text-align: center;
  margin-bottom: 24px;
  margin-top: 24px;
}
.main-content h2 {
  margin-top: 18px;
  margin-bottom: 12px;
}
.main-content h3 {
  margin-top: 18px;
  margin-bottom: 12px;
}
.main-content ul {
  padding-left: 18px;
}
.main-content ul li {
  margin-bottom: 6px;
}
.main-content ul li:last-child {
  margin-bottom: 0;
}
.main-image {
  height: 270px;
}
.main-image img {
  height: 100%;
  width: 100%;
}
.jdi-image {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.jdi-image img {
  height: 80px;
  width: 290px;
}
@media only screen and (min-width: 601px) {
  .jdi-image img {
    height: 166px;
    width: 601px;
  }
}
