@require './Layout.styl';
@require './PagesElements.styl';

.Tag {
  font-family: "Proxima Nova";
  font-weight: 600;
  color: #fff;
  font-size: 32px;
  padding: 0 0 32px;
  margin-top: -140px;
}

.Wrapper {
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-left: 10%;
}

.Contacts {
  font-size: 22px;
  color: #fff;
}

.AboutHeader {
  background: #50BEFF;
  padding: 64px 0;
}

.Category {

  background: #E0E0E0;
  color: #656565;
  border-radius: 3px;
  padding: 12px 0;
  text-align: center;
  font-size: 14px;
  margin: 0 0 2vw;
  cursor: pointer;
  transition: background .4s, color .4s;

  &:hover, &Active {
    background: #9DD8FA;
    color: #fff;
  }

  &Default {
    background: #EEEEEE;
  }

  &Wrap {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 2vw 0 0;
  }
}

.ProjectsPortfolioWrap {
  min-height: 200px;
}
