body,
html {
  font-family: "Inconsolata", monospace;
  color: #2a192a;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
}

a {
  color: #2d5cab;
}

ul {
  text-align: left;
  list-style: none;
  padding-left: 0;
}
ul li {
  padding: 4px 0;
}

body,
html {
  border: 0;
  margin: 0;
  background-color: rgb(222, 221, 200);
}

.App {
  text-align: center;
}

.hide {
  display: none;
}

img {
  padding: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 782px) {
  img {
    width: 100%;
  }
}

.App-header {
  background-color: rgb(242, 241, 220);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
}

.App-link {
  color: #61dafb;
}

button {
  background-color: #4caf50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.section {
  padding: 10vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(222, 221, 200);
}
.section .space-below {
  margin-bottom: 60px;
}
.section h3 {
  font-size: 32px;
  color: #2a192a;
}
@media only screen and (max-width: 782px) {
  .section h3 {
    font-size: 24px;
  }
}

.section.afterdark {
  background-color: #1a1a1a;
  color: #ffffff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 782px) {
  .row {
    flex-direction: column;
    padding: 0 20px;
  }
}
.row .col {
  flex: 1;
  min-width: 200px;
  margin: 20px;
  padding: 0;
  margin: 0;
  position: relative;
}
.row .col:hover img {
  opacity: 0.1;
  transform: scale(0.8);
}
@media only screen and (max-width: 782px) {
  .row .col:hover img {
    opacity: 1;
    transform: scale(1);
  }
}
.row .col:hover .text {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 782px) {
  .row .col:hover .text {
    opacity: 0;
  }
}
.row .col img {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.row .col .text {
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.row .col .text div {
  padding: 0 20px 20px 20px;
}
.row .col .corner-ribbon {
  width: 180px;
  position: absolute;
  top: 25px;
  right: -50px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  transform: rotate(45deg);
  background: lightgray;
  color: darkgray;
}
.row .col .corner-ribbon.onice {
  background: lightblue;
  color: darkblue;
}
.row .col .corner-ribbon.live {
  background: deeppink;
  color: white;
}
@media only screen and (max-width: 782px) {
  .row .col {
    margin: 10px 0;
  }
}

.logo {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  mix-blend-mode: multiply;
}
.logo:nth-child(1) .st1 {
  fill: rgba(206, 226, 156, 0.75);
}
.logo:nth-child(2) .st1 {
  fill: rgba(255, 232, 157, 0.75);
}
.logo:nth-child(3) .st1 {
  fill: rgba(254, 193, 134, 0.75);
}
.logo:nth-child(4) .st1 {
  fill: rgba(248, 119, 69, 0.75);
}
.logo:nth-child(5) .st1 {
  fill: rgba(241, 91, 95, 0.75);
}
.logo:nth-child(6) .st1 {
  fill: rgba(189, 62, 92, 0.75);
}
.logo:nth-child(7) .st1 {
  fill: rgba(186, 89, 160, 0.75);
}
.logo:nth-child(8) .st1 {
  fill: rgba(121, 55, 154, 0.75);
}
.logo:nth-child(9) .st1 {
  fill: rgba(70, 46, 96, 0.75);
}
.logo:nth-child(10) .st1 {
  fill: rgba(67, 46, 144, 0.75);
}
.logo:nth-child(11) .st1 {
  fill: rgba(59, 64, 150, 0.75);
}
.logo:nth-child(12) .st1 {
  fill: rgba(45, 92, 171, 0.75);
}
.logo:nth-child(13) .st1 {
  fill: rgba(58, 153, 216, 0.75);
}
.logo:nth-child(14) .st1 {
  fill: rgba(165, 219, 244, 0.75);
}

.logos {
  width: 100%;
  max-width: 200px;
}

.st0 {
  opacity: 0.85;
}

.st1 {
  fill: #2a192a;
}

.st2 {
  fill: #f2f1dc;
}

.st3 {
  fill: #ded9c8;
}

.st4 {
  fill: #f2f1dc;
}

.st5 {
  fill: #ded9c8;
}

header {
  padding: 10vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header.away {
  top: auto;
  height: 50px;
  width: 55px;
  bottom: 20px;
  right: 20px;
}
header.away .content-wrap {
  height: 50px;
  width: 55px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header.away .content-wrap svg {
  height: 50px;
  width: 55px;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header.away .content-wrap .hello {
  display: none;
}
header.away .content-wrap .bio {
  display: none;
}
header.away .content-wrap .avatar {
  display: none;
}
header.dark .logo {
  mix-blend-mode: screen;
}
header.dark .avatar {
  display: none;
}

.content-wrap {
  width: 215px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}

.logo-wrap {
  display: block;
  width: 215px;
  height: 196px;
  margin: 0 auto 20px auto;
}

.hello {
  width: 100%;
  text-align: center;
  font-size: 34px;
  white-space: nowrap;
  margin: 10px auto 30px auto;
}
@media only screen and (max-width: 782px) {
  .hello {
    white-space: normal;
    width: 100px;
    top: -30px;
  }
}

.dark .hello,
.dark .bio {
  color: rgb(234, 218, 229);
}

.avatar {
  border: 7px solid rgb(242, 241, 220);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  transition: top 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s;
  background-position: center;
  background-size: cover;
}

.content-wrap .hello {
  left: 145px;
  opacity: 1;
}

@media only screen and (max-width: 782px) {
  .content-wrap .hello {
    left: 140px;
    opacity: 1;
  }
  .content-wrap .bio {
    opacity: 1;
  }
}
.logo {
  opacity: 0.35;
}
.logo .st1 {
  transition: fill 0.3s;
}

.hello {
  font-size: 18px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 782px) {
  .hello {
    transform: none;
    margin-bottom: 20px;
  }
}

.bio {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto;
}
@media only screen and (max-width: 782px) {
  .bio {
    transform: none;
    width: 90%;
    margin-top: 20px;
  }
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 782px) {
  .avatar {
    transform: none;
    margin: 20px auto;
  }
}

.stacks .text {
  width: 90%;
  max-width: 1200px;
  text-align: left;
}
@media only screen and (max-width: 782px) {
  .stacks .text {
    width: 95%;
  }
}
.stacks h3 {
  text-align: center;
  margin-bottom: 40px;
}
.stacks h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #2a192a;
  padding-bottom: 5px;
}
.stacks ul {
  margin-bottom: 30px;
}
.stacks li {
  font-size: 14px;
  line-height: 1.6;
}
.stacks li a {
  text-decoration: none;
  color: #2d5cab;
}
.stacks li a:hover {
  text-decoration: underline;
}

.clients .text {
  text-align: center;
  padding: 20px;
}
.clients .text h3 {
  margin-bottom: 40px;
}
.clients .text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}
.clients .logos {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
  transition: filter 0.3s ease;
}
.clients .logos:hover {
  filter: grayscale(0%);
}
.clients .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sites .text {
  text-align: center;
}
.sites .text h3 {
  margin-bottom: 40px;
}
.sites .col {
  text-align: center;
}
.sites .col a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
  padding: 20px;
}
.sites .col img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}
.sites .col h3 {
  font-size: 18px;
  margin: 15px 0 10px 0;
  color: #2a192a;
}
.sites .col p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.contact .text {
  text-align: center;
  max-width: 600px;
}
.contact .text h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.contact .text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.contact .text a {
  color: #2d5cab;
  text-decoration: none;
}
.contact .text a:hover {
  text-decoration: underline;
}

.social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.social a {
  display: block;
  transition: transform 0.3s ease;
}
.social a:hover {
  transform: scale(1.1);
}
.social a svg {
  width: 40px;
  height: 40px;
  fill: #2a192a;
}
@media only screen and (max-width: 782px) {
  .social a svg {
    width: 35px;
    height: 35px;
  }
}

.mylogos {
  background-color: #1a1a1a;
  color: #ffffff;
}
.mylogos .text {
  text-align: center;
}
.mylogos .text h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
.mylogos .text p {
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}
.mylogos .col {
  position: relative;
  text-align: center;
}
.mylogos .col a {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}
.mylogos .col a:hover {
  transform: translateY(-5px);
}
.mylogos .col img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}
.mylogos .col h3 {
  font-size: 18px;
  color: #ffffff;
  margin: 15px 0 10px 0;
}
.mylogos .col p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.4;
}
.mylogos .corner-ribbon {
  position: absolute;
  top: 10px;
  right: -5px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(15deg);
}
.mylogos .corner-ribbon.live {
  background-color: #4caf50;
  color: white;
}
.mylogos .corner-ribbon.onice {
  background-color: #2196f3;
  color: white;
}

.video {
  background-color: #1a1a1a;
  color: #ffffff;
}
.video .text {
  text-align: center;
  margin-bottom: 30px;
}
.video .text h3 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 15px;
}
.video .text p {
  color: #ccc;
  font-size: 16px;
}
.video video {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
}

.fp-tableCell {
  vertical-align: middle;
}

/*# sourceMappingURL=main.css.map */
