:root {
  --text-primary: hsla(0, 0%, 0%, .9);
  --text-secondary: hsla(0, 0%, 0%, .6);
  --bg-primary: hsla(0, 0%, 100%, 1);
  --bg-secondary: hsla(0, 0%, 0%, .1);
  --accent: hsla(256, 100%, 60%, 1);
}

html {
  font-size: 10px;
}



.embed-responsive-item
{
  width: 700px; 
  height: 300px;
  margin-bottom: 40px;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid {
  width: 90%;
  max-width: 1200px;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr minmax(200px, 640px);
  grid-template-columns: 1fr minmax(200px, 640px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 2.2rem;
  line-height: 140%;
  font-weight: 400;
}

.body {
  background-color: var(--bg-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Work Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 4.8rem;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -2px;
}

.body-copy {
  margin-bottom: 0px;
  color: var(--text-primary);
  max-width: 560px;
}

.body-copy.small {
  margin-bottom: 24px;
  font-size: 2.2rem;
  line-height: 140%;
}

.body-copy.about {
  margin-bottom: 16px;
}

.h2 {
  margin-top: 120px;
  margin-bottom: -24px;
  font-family: 'Work Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: var(--text-primary);
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -1px;
}

.h2.first {
  margin-top: 0px;
  margin-bottom: 32px;
}

.h2.last {
  margin-bottom: 8px;
}

.h3 {
  margin-top: 64px;
  margin-bottom: -24px;
  color: var(--accent);
  font-size: 3.2rem;
  line-height: 100%;
  font-weight: 400;
}

.h3.projects {
  margin-bottom: 9px;
}

.h4 {
  margin-top: 40px;
  margin-bottom: 16px;
  color: var(--text-secondary);
  font-size: 2.4rem;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.1px;
}




.left {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}

.block {
  display: block;
  width: 40px;
  height: 6px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: var(--accent);
}

.contact {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 6px 16px;
  border-radius: 8px;
  background-color: var(--bg-secondary);
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  color: var(--text-secondary);
  font-size: 1.6rem;
  text-decoration: none;
  cursor: pointer;
}


.contact.linkedin:hover {
  background-color: #c3e6ff;
  color: #004e86;
}

.contact.dribbble:hover {
  background-color: #ffe4ef;
  color: #ac0a4c;
}

.contact.email:hover {
  background-color: #eee8ff;
  color: #532ac2;
}

.contact.resume:hover {
  background-color: #fde9d1;
  color: #945303;
}

.contact.github:hover {
  background-color: #ceffda;
  color: #005f24;
}

.link {
  display: inline-block;
  margin-top: 16px;
  color: var(--text-primary);
  font-size: 1.8rem;
  line-height: 100%;
  font-weight: 700;
}

.right {
  margin-bottom: 24%;
}

.work-wrapper {
  background: var(--bg-secondary);
  margin-bottom: 32px;
}

.work-wrapper a {
  text-decoration: none;
}

.work-wrapper a:hover h3 {
  text-decoration: underline;
}

.work-content {
  padding: 16px 48px 48px;
}

.work-wrapper h3 {
  margin-top: 24px;
}

.thumbnail-container {
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
}


.thumbnail-container.radiantt{
  background-image: url("../images/thumbnails/radiantt.png");
  border:1px solid #e5e5e5;
}


.thumbnail-container.Kentucky{
  background-image: url("../images/thumbnails/Kentucky.JPG");
}

.thumbnail-container.space{
  background-image: url("../images/thumbnails/Space 12.png");
}

.thumbnail-container.intranet{
  background-image: url("../images/thumbnails/F 35.png");
}

.thumbnail-container.DS{
  background-image: url("../images/thumbnails/capturee.png");
}


.thumbnail-container.invoizchain {
  background-image: url("../images/thumbnails/mac.png");
}

.thumbnail-container.payswift {
  background-image: url("../images/thumbnails/Logo.png");
}


.thumbnail-container.dating{
      background-image: url("../images/thumbnails/bumble.png");
}

.img1
{
  float: left;
  padding-left: 20px;
  

  
}


.solution
{
  float: left;
  padding-left: 20px;
}




.study .link {
  margin-top: 0px;
}

.study h2 {
  margin-top: 8px;
  margin-bottom: 40px;
}

.study h3 {
  margin-top: 0px;
  margin-bottom: 24px;
}

.study .body-copy {
  margin-bottom: 16px;
}

.study img {
  margin: 40px 0px 80px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.desktopView{
  display: block !important;
  border-radius: 75px;

}
.mobileView{
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .grid {
    margin-top: 18%;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr minmax(200px, 520px);
    grid-template-columns: 1fr minmax(200px, 520px);
  }
  .h1 {
    font-size: 4rem;
  }

  .body-copy {
    font-size: 1.8rem;
    line-height: 140%;
  }

  .body-copy.small {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .h2 {
    font-size: 3.2rem;
  }
  .h3 {
    font-size: 2.8rem;
    margin-top: 48px;
  }
  .h4 {
    font-size: 2rem;
  }
  .contact {
    margin-right: 6px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.6rem;
  }

  .thumbnail-container {
    height: 240px;
  }

  .work-content {
    padding: 8px 32px 40px;
  }

}

@media screen and (max-width: 960px) {
  .grid {
    width: 80%;
    margin-top: 11%;
    max-width: 640px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .study .left {
    display: none;
  }

  .body-copy {
    font-size: 2.2rem;
    line-height: 140%;
  }
  .body-copy.small {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .h2 {
    font-size: 4rem;
    margin-top: 80px;
  }

  .h3 {
    font-size: 3rem;
    margin-bottom: 16px;
  }

  .work-content {
    padding: 16px 48px 48px;
  }

  .work-content .h3 {
    margin-bottom: 16px;
  }

  .work-wrapper {
    margin-bottom: 64px;
  }

  .h4 {
    margin-bottom: 16px;
  }
  .left {
    position: static;
    margin-bottom: 80px;
  }
  .contact {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 4px 16px;
    font-size: 1.6rem;
  }
  .link {
    font-size: 1.8rem;
  }
  .right {
    margin-bottom: 32%;
  }
}

@media screen and (max-width: 479px) {
  .mobileView{
    display: block !important;
  }
  .desktopView{
    display: none !important;
  }
  
  .grid {
    margin-top: 20%;
  }

  .h1 {
    font-size: 4rem;
  }

  .body-copy.small {
    margin-bottom: 24px;
  }
  .right {
    margin-bottom: 40%;
  }

  .work-content {
    padding: 8px 32px 32px;
  }

  .thumbnail-container {
    height: 200px;
  }

}

@media (prefers-color-scheme: dark) {
  :root {
    --text-primary: hsla(0, 0%, 100%, .8);
    --text-secondary: hsla(0, 0%, 100%, .9);
    --bg-primary: hsla(0, 0%, 0%, .95);
    --bg-secondary: hsla(0, 0%, 100%, .05);
    --accent: hsla(256, 100%, 75%, 1);
  }

  .h1 {
    color: white;
  }

  .h2, .link {
    color: var(--text-secondary);
  }
}
.myImage{
  border: 1px solid rgb(0, 0, 0);
  border-radius: 6px;
}


.myImage img{
  border-radius: 8px;
  display: inline-block;
  object-fit: fill;
}