#myCarousel {
  height: 600px;
}

.tag-select-outer {
  background-color: #014711;
  height: 252px;
  margin-bottom: 2px;
}

.tag-options-wrapper {
  height: 40px;
  background-color: #96BC33;
}

.tag-options-inner-projects {
  background-color: #014711;
  width: 33%;
  height: 40px;
  color: white;
  text-align: center;
  float: left;
  font-size: 20px;
  padding-top: 8px;
}

.tag-options-inner-services {
  width: 33%;
  height: 40px;
  color: white;
  text-align: center;
  background-color: #96BC33;
  float: left;
  font-size: 20px;
  padding-top: 8px;
}

a {
  color: white !important;
}

.tag-text {
  color: white;
  font-size: 16px;
  padding: 40px 50px 0px 30px;
  line-height: 30px;
}

.tag-select-area {
  padding: 20px 0 0 30px;
}

.tag-select-text {
  color: #96BC33;
  font-size: 20px;
  width: 27%;
  float: left;
  padding-top: 10px;
  padding-bottom: 16px;
}


.tag-select-directions {
  color: white;
  font-size: 12px;
}

.tag-select-box {
  width: 73%;
  float: left;
}

.individual-tag {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  width: 120px;
  height: 30px;
  background-color: #10521F;
  color: white;
  text-align: center;
  cursor: pointer;
}

.tag-selected {
  background-color: #96BC33;
}

.less-padding {
  padding-left: 13px;
  padding-right: 13px;
}

.tile-outer {
  padding: 3px;
}

.tile-item-Repeat_Grid {
  background-image: url("/images/tile/Repeat_Grid_2.png");
}

.tile-item {
  display: flex;
}

.tile-item-text {
  position: absolute;
  width: 100%;
  text-align: center;
  align-self: flex-end;
  color: white;
  font-size: 20px;
  padding-bottom: 10px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1));
}

.img-portfolio {
  margin-bottom: 0px;
  max-width: 100%;
}