@font-face {
  font-family: "din";
  src: url("../fonts/DINAlternate-Regular.eot");
  src: url("../fonts/DINAlternate-Regular.woff2") format("woff2"),
    url("../fonts/DINAlternate-Regular.woff") format("woff"),
    url("../fonts/DINAlternate-Regular.ttf") format("truetype"),
    url("../fonts/DINAlternate-Regular.svg#DINAlternate-Regular") format("svg"),
    url("../fonts/DINAlternate-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "euro";
  src: url("../fonts/eurostile-extended-regular.eot");
  src: url("../fonts/eurostile-extended-regular.woff2") format("woff2"),
    url("../fonts/eurostile-extended-regular.woff") format("woff"),
    url("../fonts/eurostile-extended-regular.ttf") format("truetype"),
    url("../fonts/eurostile-extended-regular.svg#eurostile-extended-regular")
      format("svg"),
    url("../fonts/eurostile-extended-regular.eot?#iefix")
      format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "euro-b";
  src: url("../fonts/eurostile-extended-black.eot");
  src: url("../fonts/eurostile-extended-black.woff2") format("woff2"),
    url("../fonts/eurostile-extended-black.woff") format("woff"),
    url("../fonts/eurostile-extended-black.ttf") format("truetype"),
    url("../fonts/eurostile-extended-black.svg#eurostile-extended-black")
      format("svg"),
    url("../fonts/eurostile-extended-black.eot?#iefix")
      format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "euro-m";
  src: url("../fonts/EurostileExt-Med.eot");
  src: url("../fonts/EurostileExt-Med.woff2") format("woff2"),
    url("../fonts/EurostileExt-Med.woff") format("woff"),
    url("../fonts/EurostileExt-Med.ttf") format("truetype"),
    url("../fonts/EurostileExt-Med.svg#EurostileExt-Med") format("svg"),
    url("../fonts/EurostileExt-Med.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.woff2") format("woff2"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg"),
    url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham-b";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"),
    url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham-Bold.ttf") format("truetype"),
    url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg"),
    url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham-bi";
  src: url("../fonts/Gotham-BoldItalic.eot");
  src: url("../fonts/Gotham-BoldItalic.woff2") format("woff2"),
    url("../fonts/Gotham-BoldItalic.woff") format("woff"),
    url("../fonts/Gotham-BoldItalic.ttf") format("truetype"),
    url("../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg"),
    url("../fonts/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "gotham-l";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.woff2") format("woff2"),
    url("../fonts/GothamLight.woff") format("woff"),
    url("../fonts/GothamLight.ttf") format("truetype"),
    url("../fonts/GothamLight.svg#GothamLight") format("svg"),
    url("../fonts/GothamLight.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

.content-pane {
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  position: relative;
  z-index: 4;
}
.content-pane.active-pane {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.content-pane.active-pane .hero-headline,
.content-pane.active-pane .hero-cta-box {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.content-pane.closed-pane {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  max-width: 0 !important;
  overflow: hidden !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.content-pane.closed-pane .hero-headline,
.content-pane.closed-pane .hero-cta-box {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.content-pane.closed-pane div,
.content-pane.closed-pane h1,
.content-pane.closed-pane h2 {
  overflow: hidden !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow: hidden;
  background-color: black;
}

.webgl {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

.hero-container {
  width: 100%;
  display: flex;
  /* background-image: url("/images/site_assets/CB-portfolio-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  height: 100vh;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 30px;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  position: relative;
  overflow: hidden;
}
.hero-container .logo-container {
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 120px;
  height: 120px;
  background-image: url("/images/site_assets/cb-logo-2020-w.svg");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 66% 39%;
  position: absolute;
  top: 70px;
  left: 150px;
  z-index: 3;
}
.hero-container .logo-container:before,
.hero-container .logo-container:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 30px;
  width: 10px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: block;
  position: absolute;
  z-index: 2;
  mix-blend-mode: saturation;
}
.hero-container .logo-container:before {
  top: -50%;
  left: 6px;
  height: 500px;
}
.hero-container .logo-container:after {
  right: 80px;
  top: -140px;
  height: 400px;
}
.hero-container .landing-pane {
  max-width: 50%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.hero-container .hero-headline {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  max-height: 240px;
}
.hero-container h2 {
  font-family: "euro";
  text-align: center;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  overflow: hidden;
}
.hero-container h1 {
  font-family: "euro-b";
  text-align: left;
  margin-bottom: 0px;
  text-transform: uppercase;
  /* letter-spacing: 4px; */
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  overflow: hidden;
}
.hero-container .hero-cta-box {
  margin-top: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  max-height: 217px;
  overflow: hidden;
}

.about-pane {
  max-width: 50%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
}

.about-container {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  overflow: hidden;
  min-height: 630px;
}
.about-container h2 {
  text-align: left;
}
.about-container p {
  font-size: 18px;
  max-height: 1000px;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  overflow: hidden;
}
.about-container .skills-block {
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  max-height: 1000px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.about-container .skills-block .skills-col {
  width: 50%;
}
.about-container .skills-block .skills-col span {
  font-weight: 600;
  font-size: 16px;
}
.about-container.about-delay p {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.skills-block {
  color: #fff;
}

.closed-pane .about-container p {
  max-height: 0 !important;
}

.closed-pane .about-container .skills-block {
  max-height: 0 !important;
}

.trans-delay {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.work-pane {
  max-width: 50%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
}

.project-list-container {
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 400px;
}

.project-item {
  width: 49%;
  height: 49%;
  position: relative;
  display: block;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  border: 3px solid #000;
}
.project-item:before {
  content: "";
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(58%, rgba(0, 0, 0, 0)),
    color-stop(99%, rgba(0, 0, 0, 0.9)),
    to(rgba(0, 0, 0, 0.9))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 58%,
    rgba(0, 0, 0, 0.9) 99%,
    rgba(0, 0, 0, 0.9) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project-item:hover {
  text-decoration: none;
  border-color: #79fda1;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
}

.project-name {
  font-size: 18px;
  color: #fff;
  text-align: right;
  font-family: "euro";
  line-height: 1;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 4px;
}

#details-wrap {
  background-image: url("/images/site_assets/CB-portfolio-hero2-transp.jpg");
  background-repeat: no-repeat;
  background-color: #f5fff2;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.details-container {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 768px) {
  .details-container {
    width: 96%;
  }
}
.details-container .image-col {
  width: 55%;
  height: auto;
}
.details-container .image-col .lead-image {
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  border: 2px solid transparent;
}
.details-container .image-col .lead-image:hover {
  cursor: pointer;
  border: 2px solid #79fda1;
}
.details-container .image-col img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 17px 31px -13px rgba(0, 0, 0, 0.6);
  border-radius: 12px;
}
.details-container .content-col {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.details-container .content-col .project-details {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  padding: 20px;
}
.details-container .content-col .project-navigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  padding: 20px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-container .content-col .project-navigation .project-btns {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.details-container .content-col .project-navigation .project-btns .project-btn {
  color: #fff;
  text-decoration: underline;
  font-family: "euro";
  font-size: 18px;
  padding: 0 6px;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
}
.details-container
  .content-col
  .project-navigation
  .project-btns
  .project-btn:hover {
  color: #79fda1;
}
.details-container .content-col .project-navigation .project-id {
  font-family: "euro";
  color: #fff;
  font-size: 20px;
  border-radius: 40px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}
.details-container .content-col .content-block {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
.details-container .content-col .content-block h1 {
  font-size: 36px;
  font-family: "euro-m";
}
.details-container .content-col .content-block h3 {
  font-size: 20px;
  margin-bottom: 0px;
}
.details-container .content-col .content-block p {
  margin-bottom: 0px;
}
.details-container .content-col .content-block.title-block {
  border-width: 0px;
}
.details-container .content-col .content-block.tags-block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.details-container .content-col .content-block.tags-block .tag {
  font-family: "din";
  font-size: 12px;
  border-radius: 3px;
  margin: 3px;
  padding: 4px 6px 3px 6px;
  color: #fff;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid transparent;
}
.details-container .content-col .content-block.tags-block .tag.design {
  background-color: #79fda1;
  color: #000;
}
.details-container .content-col .content-block.tags-block .tag.dev {
  background-color: #ffbcdb;
  color: #000;
}
.details-container .content-col .content-block.tags-block .tag.js {
  color: #f1db4f;
  border-color: #f1db4f;
}
.details-container .content-col .content-block.tags-block .tag.jquery {
  color: #0666a8;
  border-color: #0666a8;
}
.details-container .content-col .content-block.tags-block .tag.ruby {
  color: #cc0000;
  border-color: #cc0000;
}
.details-container .content-col .content-block.tags-block .tag.haml {
  color: #e6dca4;
  border-color: #e6dca4;
  background-color: #252424;
}
.details-container .content-col .content-block.tags-block .tag.html {
  color: #e44d26;
  border-color: #e44d26;
}
.details-container .content-col .content-block.tags-block .tag.sass {
  color: #cd669a;
  border-color: #cd669a;
}
.details-container .content-col .content-block.tags-block .tag.formspree {
  color: #ba0726;
  border-color: #ba0726;
}
.details-container .content-col .content-block.tags-block .tag.middleman {
  color: #f1c761;
  border-color: #f1c761;
  background-color: #252424;
}

#thumbnails {
  margin-top: 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
#thumbnails::after {
  content: "";
  flex: auto;
}
#thumbnails a {
  height: 100px;
  margin: 4px 2px;
}
#thumbnails a img {
  height: 100%;
  width: auto;
  border-radius: 4px;
  border: 3px solid transparent;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
}
#thumbnails a img:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  border: 3px solid #79fda1;
}
@media (max-width: 1200px) {
  #thumbnails a {
    height: 70px;
  }
}
@media (max-width: 600px) {
  #thumbnails a {
    height: 50px;
  }
}

.cb-brand {
  font-family: "euro-b";
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: block;
  opacity: 1;
  color: #ffbcdb;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
}
.cb-brand:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("/images/site_assets/cb-logo-2020-w-rotate.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
}
.cb-brand:hover {
  color: #79fda1;
  text-decoration: none;
}
.cb-brand:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #000;
  font-family: "din";
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

h1 {
  font-family: "euro-b";
  font-size: 50px;
}

h2 {
  font-size: 30px;
  font-family: "euro-b";
}

h3 {
  font-family: "euro";
}

h4 {
  font-family: "euro";
}

h5 {
  font-family: "gotham-l";
}

h6 {
  font-family: "gotham-l";
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

a {
  color: rgba(0, 0, 0, 0.7);
}
a:focus,
a:hover {
  color: rgba(0, 0, 0, 0.6);
}

.wrap {
  width: 100%;
  height: auto;
  overflow: auto;
}

.container {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.cb-btn {
  font-family: "euro-b";
  padding: 8px 60px 24px 12px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  cursor: pointer;
  font-size: 30px;
  text-decoration: none;
}
.cb-btn:hover {
  text-decoration: none;
}
.cb-btn.light.primary {
  color: #fff;
}
.cb-btn.light.primary:before {
  background-color: #fff;
}
.cb-btn.light.primary:after {
  background-image: url("/images/site_assets/chevron-right-pink.svg");
  background-repeat: no-repeat;
}
.cb-btn.light.primary:hover {
  color: #ffbcdb;
}
.cb-btn.light.primary:hover:before {
  background-color: #ffbcdb;
}
.cb-btn.light.secondary {
  color: #d1cdd0;
}
.cb-btn.light.secondary:before {
  background-color: #d1cdd0;
}
.cb-btn.light.secondary:after {
  background-image: url("/images/site_assets/chevron-right-lime.svg");
  background-repeat: no-repeat;
}
.cb-btn.light.secondary:hover {
  color: #79fda1;
}
.cb-btn.light.secondary:hover:before {
  background-color: #79fda1;
}
.cb-btn:before {
  content: "";
  height: 5px;
  width: 100%;
  max-width: 40%;
  position: absolute;
  bottom: 16px;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
  transition: all 0.5s cubic-bezier(0.85, 0.03, 0.09, 0.99);
}
.cb-btn:after {
  content: "";
  opacity: 0;
  width: 21px;
  height: 36px;
  background-position: center right;
  background-size: auto 100%;
  max-width: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: calc(100% - 21px);
}
.cb-btn:hover:before {
  max-width: 98%;
}
.cb-btn:hover:after {
  opacity: 1;
  max-width: 100%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media (max-width: 1080px) {
  .cb-brand {
    font-size: 12px;
  }
  .cb-brand:after {
    width: 30px;
    height: 30px;
  }
  .hero-container {
    padding: 0px 8px;
    overflow: auto;
  }
  .hero-container .hero-cta-box {
    padding: 10px;
  }
  .content-pane.active-pane {
    max-width: 100% !important;
  }
  .hero-container h1 {
    white-space: unset !important;
    font-size: 24px;
  }
  .hero-container h2 {
    white-space: unset !important;
    font-size: 18px;
  }
  .cb-btn {
    font-size: 22px;
    padding: 8px 24px 16px 10px;
    font-family: "euro";
  }
  .cb-btn:before,
  .cb-btn:after {
    bottom: 10px;
  }
  .project-list-container {
    height: 70vh;
  }
  .project-item {
    width: 100%;
    height: 24%;
  }
  .about-container {
    padding: 10px;
  }
  .about-container p {
    font: 16px;
  }
  .skills-block {
    flex-direction: column;
  }
  .skills-block .skills-col {
    width: 100% !important;
  }
  .skills-col br {
    content: "";
  }
  .skills-col br:after {
    content: " • ";
  }
  .details-container {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
  .image-col {
    width: 100% !important;
    margin-top: 40px;
  }
  .content-col {
    width: 100% !important;
    margin-top: 12px;
  }
  #details-wrap {
    overflow: auto;
  }
  .details-container .content-block h1 {
    font-size: 22px !important;
  }
  .details-container .content-block h3 {
    font-size: 16px !important;
  }
  .details-container .content-block p {
    font-size: 16px !important;
  }
}

@media (max-width: 968px) {
  .about-container {
    overflow: scroll;
  }
}
