@-webkit-keyframes content_in {
  0% {
    -webkit-transform: translateX(-900px);
            transform: translateX(-900px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes content_in {
  0% {
    -webkit-transform: translateX(-900px);
            transform: translateX(-900px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
}

::-moz-selection {
  background: #2c2c2c;
  /* WebKit/Blink Browsers */
}

::selection {
  background: #2c2c2c;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #ffffff;
  /* Gecko Browsers */
}

html {
  background-image: url("https://cdn.kenzie.academy/wp-content/uploads/prod/2020/11/02155935/AdobeStock_241083104-1400x934.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.97083)), to(rgba(0, 0, 0, 0.99)));
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.97083) 0%, rgba(0, 0, 0, 0.99) 100%);
  color: white;
  padding: 5% 7.5%;
  width: 100%;
  height: 100vh;
}

a.cta {
  padding: 15px 25px;
  border: 1px solid white;
  border-radius: 2px;
  background-color: #ffffff1a;
  text-decoration: none;
  color: white;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  display: inline-block;
  margin-top: 40px;
  font-size: 20px;
}

a.cta:hover {
  background-color: white;
  color: black;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.topbar__mobile {
  display: none;
}

.content__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.content__desktop .top {
  width: 100%;
}

.content__desktop .top .email a {
  padding: 12px 20px;
  border: 1px solid white;
  border-radius: 2px;
  background-color: #ffffff1a;
  text-decoration: none;
  color: white;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}

.content__desktop .top .email a:hover {
  background-color: white;
  color: black;
}

.content__desktop .top .featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content__desktop .top .featured span {
  margin-right: 27.5px;
}

.content__desktop .top .featured .projects a {
  color: rgba(255, 255, 255, 0.603);
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  margin-right: 12px;
}

.content__desktop .top .featured .projects a:last-child {
  margin-right: 0px;
}

.content__desktop .top .featured .projects a:hover {
  color: white;
}

.content__desktop .top .logo {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -1px;
}

.content__desktop .top .logo span {
  font-size: 16px;
  margin-left: 4px;
}

.content__desktop .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.content__desktop .bottom .left {
  -webkit-animation: content_in 400ms ease-in-out;
          animation: content_in 400ms ease-in-out;
}

.content__desktop .bottom .left h1 {
  font-size: 3.5rem;
  font-weight: 900;
}

.content__desktop .bottom .left h1 br {
  display: initial;
}

.content__desktop .bottom .left p {
  font-size: 1.2rem;
  margin-top: 30px;
  opacity: 0.8;
}

.content__desktop .bottom .right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 1100px) {
  .desktop {
    display: inline-block;
  }
  .mobile {
    display: none;
  }
  .subfooter {
    display: none;
  }
}

@media (max-width: 1100px) {
  html {
    background-position: center;
  }
  .topbar__mobile {
    display: block;
    width: 100%;
    overflow: scroll;
    margin-bottom: 15px;
  }
  .topbar__mobile .topbar__inside {
    width: 623px;
    font-size: 12px;
    opacity: 0.8;
  }
  .topbar__mobile .topbar__inside a {
    color: rgba(255, 255, 255, 0.685);
    margin-left: 7px;
  }
  .topbar__mobile::-webkit-scrollbar {
    display: none;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  body {
    padding: 7% 8%;
    background: rgba(0, 0, 0, 0.94);
  }
  .content__desktop {
    height: 99%;
  }
  .content__desktop .top .logo {
    font-size: 2.2rem;
  }
  .content__desktop .top .featured {
    display: none;
  }
  .content__desktop .top .email {
    font-size: 12px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .content__desktop .top .email a {
    padding: 10px 15px;
  }
  .content__desktop .bottom .left h1 {
    font-size: 37px;
  }
  .content__desktop .bottom .left h1 br {
    display: none;
  }
  .content__desktop .bottom .left p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 155%;
  }
  .content__desktop .bottom .cta {
    font-size: 15px;
    padding: 15px;
    margin-bottom: 250px;
    margin-top: 20px;
    font-weight: 600;
    display: none;
  }
  .content__desktop .bottom .subfooter {
    opacity: 0.5;
    font-size: 12px;
    margin-top: 150px;
    margin-bottom: 20px;
  }
  .content__desktop .bottom footer {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */