/*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 {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.main-image img {
  height: 209px;
  width: 290px;
}
@media only screen and (min-width: 601px) {
  .main-image img {
    height: 419px;
    width: 583px;
  }
}
.content-image {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.content-image img {
  height: 135px;
  width: 290px;
}
@media only screen and (min-width: 601px) {
  .content-image img {
    height: 279px;
    width: 601px;
  }
}
.sketches-image {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.sketches-image img {
  height: 495px;
  width: 290px;
}
@media only screen and (min-width: 601px) {
  .sketches-image img {
    height: 981px;
    width: 575px;
  }
}
.wireframe-image {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.wireframe-image img {
  height: 433px;
  width: 290px;
}
@media only screen and (min-width: 601px) {
  .wireframe-image img {
    height: 897px;
    width: 601px;
  }
}
.final-image {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.final-image img {
  height: 427px;
  width: 290px;
}
@media only screen and (min-width: 601px) {
  .final-image img {
    height: 885px;
    width: 601px;
  }
}
.visual-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.visual-container .mobile {
  margin-bottom: 18px;
}
.visual-container .mobile img {
  height: 463px;
  width: 222px;
}
