a {
  color: #333333;
}

.row {
  margin: 20px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row>.column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  /* min-width: 345px; */
  display: none;
  /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  color: #666;
  margin: 0px 5px;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
  color: #666;
}

.btn:active {
  background-color: #666;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
  color: white;
}

#myBtnContainer {
  width: 42%;
  margin: 0 auto;
}

/* .section-resume {
    padding-top: 0px !important;
  } */

.module-title {
  position: relative;
  margin-bottom: 50px;
  font-weight: 300;
  color: #5b5963;
}

.module-title span {
  font-size: 100px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -40px;
  z-index: 0;
  opacity: 0.09;
  font-weight: 700;
}

.project-title {
  margin-top: 10px !important;
  margin-top: 4px;
  font-weight: 400;
}

.portfolio-subtitle {
  font-size: 14px;
}

.project-display-wrapper {
  width: 100%;
  height: 100%;
  background-image: url(assets/images/p1_06.png);
}

.landing-page-content {
  width: 44%;
  float: left;
}

.landing-page-image {
  width: 30%;
  float: left;
}

.resume-btn {
  color: #fff;
  background-color: #000;
  border: none;
  height: 44px;
  padding: 0px 20px;
  margin-right: 15px;
  border-radius: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.resume-btn:focus {
  outline: none;
}

.year {
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 3px 8px;
  border-radius: 20px;
}

.skill-logo {
    height: 40px;
    width: 40px;
    background-size: cover;
    float: left;
    margin-right: 10px;
}

.skill-logo-text {
  font-family: 'Open Sans', sans-serif;
  font-size: .9rem;
  padding-top: 7px;
}

#skill1 {
  background-image: url(../images/logos/xd.png);
}

#skill2 {
  background-image: url(../images/logos/ps.png);
}

#skill3 {
  background-image: url(../images/logos/ai.png);
}

#skill4 {
  background-image: url(../images/logos/animate.png);
}

#skill5 {
  background-image: url(../images/logos/uxpin.png);
}

#skill6 {
  background-image: url(../images/logos/vscode.png);
}

#tool1 {
  background-image: url(../images/logos/wireframe.png);
}

#tool2 {
  background-image: url(../images/logos/mobile.png);
}

#tool3 {
  background-image: url(../images/logos/responsive.png);
}

#tool4 {
  background-image: url(../images/logos/graphic.png);
}

#tool5 {
  background-image: url(../images/logos/html.png);
}

#tool6 {
  background-image: url(../images/logos/angular.png);
}