body {
  background: #2c41a1;
  background-image: url('/img/hexa-bottom-left.svg');
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  font-family: 'Roboto', sans-serif;
}
a:hover {
  color: red;
}
.container-wrap {
  width: 100%;
}

.flex-container {
  display: flex;
}

.flex-child {
  /* border: 1px solid yellow; */
}
.flex-child:first-child {
  margin-right: opx;
}
.container {
  width: 1260px;
  margin: 0 auto;
}
.intro {
  width: 760px;
}
.logo-subtle {
  text-align: right;
  padding-right: 28px;
}
.logo-subtle img {
  width: 97%;
  margin-top: -35px;
}
h1,
h2 {
  font-size: 3.3em;
  font-weight: 500;
  color: #f1f1f1;
}
h2 {
  font-size: 4.25em;
  letter-spacing: 2px;
}
.h2-user {
  opacity: 20%;
  display: block;
}
.h2-interface {
  opacity: 27%;
  display: block;
}
.h2-engineer {
  opacity: 40%;
  display: block;
}
p {
  color: #f1f1f1;
  font-size: 1.125em;
  font-weight: 100;
  line-height: 28px;
  padding-bottom: 24px;
  letter-spacing: 1px;
}
.bracket img {
  height: 335px;
}
.logo img {
  margin: 20px 0px 0px 140px;
  width: 120px;
}

.role {
  padding-top: 30px;
  padding-left: 12px;
}

.role img {
  margin-left: 4px;
  padding-bottom: 30px;
}

.namaste {
  padding-left: 140px;
  padding-right: 80px;
}

.linkedin {
  margin-bottom: -7px;
}
.gh {
  margin-bottom: -10px;
  margin-left: -5px;
  opacity: .5;
  width: 87px;
}


/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body {
    background-image: url('/img/hexa-bottom-right.svg');
    background-repeat: no-repeat;
    background-position: right -105px bottom 0px;
  }
  .container-wrap {
    width: 100%;
    background-image: none;
  }
  .container {
    width: 100%;
    /* background-image: url('/img/hexa-top-right.svg');
    background-repeat: no-repeat;
    background-position: right -88px top -72px; */
  }
  .logo-subtle {
    display: none;
  }
  .logo img {
    margin: 20px 0px 20px 20px;
    width: 80px;
  }
  .bracket img {
    height: 234px;
  }
  .role {
    padding-top: 24px;
    padding-left: 0px;
  }
  .role img {
    width: 70%;
    padding-bottom: 16px;
  }
  h2 {
    font-size: 3em;
  }
  .namaste {
    padding: 20px 40px 0px 20px;
  }
}

@media only screen and (min-device-width: 878px) and (max-device-width: 1300px) and (-webkit-min-device-pixel-ratio: 2) {
  body{
    background-image: url('/img/hexa-bottom-left.svg');
    background-position: left -40px bottom -50px;
}