body {
  background-image: url(https://www.mautic.org/wp-content/uploads/2015/12/mautic_developer_mautician.jpg);
  background-size: 140% 140vh;
  background-repeat: no-repeat;
  font-family: 'Abel', sans-serif;
}


.info {
  position: absolute;
  /*border: 2px solid white;*/
  color: #B4C5E4;
  width: 175px;
  height: 2.5em;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  /*background: linear-gradient(to right, transparent , black);*/
  left: calc(100% - 250px);
}

.box-title {
  margin: 0 auto;
  text-align: center;
  line-height: 2em;
  text-shadow: 2px 2px 1px black;
}

a, a:visited {
  color: #B4C5E4;
  text-decoration: none;
}

.videos {
  top: 15vh;
}

.portfolio {
  top: 40vh;
}

.resume {
  top: 65vh;
}

.tag-title {
  text-shadow: 2px 2px 1px orange;
  margin: 0 15px 0 0;
  color: #B4C5E4;
}

.tag-line {
  position: absolute;
  top: 80%;
  left: 10%;
  background: linear-gradient(to right, transparent , black);
  border-radius: 50px;
}

/*@media screen and (max-width: 600px) {
  .box-title  {
    font-size: 2em;
  }
}*/
