.about-box {
  height: 300px;
  margin: 10px;
  box-shadow: 5px 8px 8px #172a74;
}

.tech-box {
  height: 250px;
  margin-bottom: 10px;
}

.about-text {
  font-family: roboto black;
  font-size: 18px;
  display: table-cell;
  padding: 17px;
  background-color: #405a79;
  color: #ffffff;
  opacity: 0.85;
  /*position: absolute;*/
  bottom: 0;
  margin: 5px;
}

.portfolio-text {
  font-family: roboto black;
  font-size: 20px;
  padding: 15px;
  color: #ffffff;
  /*float: left;*/
}

.tech-text {
  font-family: roboto black;
  font-size: 17px;
  display: table-cell;
  padding: 15px;
  background-color: #804922;
  color: #ffffff;
  opacity: 0.7;
  position: absolute;
}

.tech-button {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border: 2px solid #e46b13;
  overflow: hidden;
  text-decoration: none;
  font-size: 18px;
  outline: none;
  color: #ffffff;
  background-color: #ef904a;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
}

.portfolio_img {
  display: block;
  max-width: 400px;
  max-height: 350px;
  width: auto;
  height: auto;
  float: right;
  padding: 5px 15px;
}

@media (max-width: 1000px) {
  .portfolio_img {
    display: block;
    max-width: 320px;
    width: auto;
    height: auto;
    float: right;
    padding: 5px 15px;
  }
}

.portfolio_header {
  font-family: 'Teko', sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .portfolio-hide {
    visibility: hidden;
  }
}

.social_icon {
  float: right;
  padding-right: 15px;
}

.submit-button {
  float: right;
}

