@font-face {
  font-family: "gilroyregular";
  src: url("gilroy-regular-webfont.woff2") format("woff2"),
    url("gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gilroysemibold";
  src: url("gilroy-semibold-webfont.woff2") format("woff2"),
    url("gilroy-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #e5e5e5;
  font-family: "gilroyregular";
}

.main-container {
  background-color: #fff;
  margin: 20px;
  padding: 40px 20px;
}

.header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #191b1d;
}

.menu {
  text-align: right;
}

.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}

.menu li {
  display: inline-block;
}

.mywork {
  width: 100%;
  display: block;
}

/* FLEX WORK */
.container {
  margin: 0px auto;
  margin-bottom: 20px;
  max-width: 1316px;
  display: block;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  gap: 6px;
  margin-bottom: 6px;
}

.item-intro {
  flex-grow: 4;
  color: #6d6e6f;
  max-width: 50%;
}

.item-intro h1 {
  color: #c4c4c4;
  font-family: "gilroysemibold";
}

.item-intro p {
  padding-right: 12px;
  font-size: 18px;
  line-height: 28px;
}

.item-jeff {
  flex-grow: 4;
}

.item-type {
  flex-grow: 4;
}

.item-ktb {
  flex-grow: 2;
}

.item-tahoe {
  flex-grow: 2;
}

.item-bannerad {
  flex-grow: 4;
}

.item-allpineapples {
  flex-grow: 2;
}

.item-bisco {
  flex-grow: 2;
}

@media (max-width: 780px) {
  .flex-container {
    flex-wrap: wrap;
  }
  .item-intro {
    flex-grow: 4;
    color: #6d6e6f;
    max-width: 100%;
  }
}
