@font-face {
    font-family: 'Made of Scars';
    src: url('../fonts/MadeofScars-Regular.ttf');
}

@font-face {
    font-family: 'Varela Round';
    src: url('../fonts/VarelaRound-Regular.ttf');
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro Regular.otf');
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url('../fonts/TTNormsPro.ttf');
}


/*@font-face {
    font-family: 'DIN Condensed', sans-serif;
    src: url('../fonts/DINPro-Cond.otf');
}*/

.cs {
    background-color: #fafafa;
    padding-top: 0;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'TT Norms Pro', sans-serif;
/*    font-family: '';*/
    line-height: 1.8;
    text-decoration: none;
/*    transition: .7s;*/
    letter-spacing: .0125rem;
}

.underline {
    text-decoration: underline;
}

a {
    color: inherit;
}

p {
    font-size: 18px;
    margin-bottom: 10px;
}

img {
    width: 100%;
    border-radius: 2px;
    display: block;
}

span {
    font-family: inherit;
}

h1 {
    margin-bottom: -40px;
    font-size: 120px;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.45;
    display: block;
    margin-bottom: 20px;
}

h3 {
    font-weight: 300;
    font-size: 34px;
    line-height: 1.45;
    letter-spacing: .6px;
}

h4 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 4px;
}

h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.6;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.5;
}

#wordmark, .display {
/*    font-family: 'Codystar';*/
    font-family: 'Made of Scars';
/*    letter-spacing: -10px; */
    letter-spacing: 0.07em;
}

nav {
    padding: 0 80px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top:0;right;0;left:0;
    width: 100%;
    z-index: 20;
    transition: 0.4s;
/*    background-color: rgba(0, 0, 0, 0.1);*/
/*    background-color: #041b45;*/
}

.no-shadow {
    box-shadow: none;
}

#wordmark {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

#fadein {
  opacity: 0;
}

.nav-link {
    color: #fff;
    font-size: 18px;
    border-bottom: 4px solid transparent;
    transition: 0.7s;
    padding: 27.5px 2px 25px;
    margin-left: 28px;
    letter-spacing: 1px;
    letter-spacing: 1px;
    font-size: 18px;
}

.nav-link.active {
    border-color: #fff;
}

.white-bkgd {
    background-color: #fff;
}

.white-bkgd .nav-link, .white-bkgd #wordmark {
    color: #000;
}

.fullscreen {
    height: 100vh;
    max-height: 1000px;
}

.flex {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
}

.padding, section {
    padding: 50px 80px 80px;
}

.al-center {
    align-items: center;
}

.fl-end {
    align-self: flex-end;
}

.nav-pe {
    background-color: #e7ebed;
}

.nav-pe a {
    color: #000 !important;
}

.nav-pe a.active {
    border-color: #000 !important;
}

.nav-mi {
    background-color: #fcfcfc;
}

.nav-re {
    background-color: #d3d7d8;
}

.nav-re a {
    color: #a78e40 !important;
}

.blue {
    color: #073159;
}

.dk-blue-bkgd {
    background-color: #152640;
}

.yellow {
    color: #ffdd63;
}

.pink {
    color: #e7c4ff;
    color: #F4D2F8;
}

.white {
    color: #fff;
}

.btn-i {
    padding: 10px;
    border-radius: 100px;
    height: 48px;
    width: 48px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    transition: 0.7s;
}

.btn-i:hover {
    background-color: rgba(0,0,0,.15);
    color: rgba(255,255,255,.7);
}

#skills {
    background-color: #f3f8ff;
/*    padding-bottom: 60px;*/
}

label {
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 4px solid #ddd;
    display: inline-block;
    padding-bottom: 1px;
    color: #073159;
    line-height: 1.6;
}

.center {
    text-align: center;
}

.col-container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display:flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sb {
    font-weight: 500;
}

.b {
    font-weight: 600;
}

.col {
    flex: 1;
    padding: 0 20px;
    text-align: left;
}

.col-container > .col:first-child {
    padding-left: 0;
}

.col-container > .col:last-child {
    padding-right: 0;
}

.rel {
    position: relative;
}

#caret-l {
    display: relative;
}

#caret-center {
    position: absolute;
    bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.caret {
    cursor: pointer;
}

.caret img {
    height: 40px;
    width: auto;
}

.caption {
    margin-top: 5px;
    font-style: italic;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

#landing {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    align-items: flex-end;
    background-color: #7bb8ed;
    background-color: #91c9fa;
    background-color: #003563;
/*    background-color: #e6bc32 */
    background-color: #000;
    position: relative;
}

#landing > div {
/*    flex-grow: 1; */
    flex-basis: 100%;
    overflow: hidden;
    float: left;
    width: 50%;
    height: 100%;
}

#landing > div:first-child {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    flex-direction: column-reverse;
/*    width: 100%;*/
    padding: 0 50px 50px;
}

#landing h1 {
    color: #bed8e8;
    color: #f0f7ff;
    color: #d7e7fc;
}

#landing > div:first-child > div {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    justify-content: space-between;
}

#landing img {
    object-fit: cover;
    height: 100%;
}

#caret-l {
    position: absolute; 
      left: 0; 
      right: 0; 
      margin-left: auto; 
      margin-right: auto; 
      width: 97px;
      bottom: 40px;
}

.i-skill {
    height: 50px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    margin-bottom: 15px;
    max-width: 100px;
}

.i-skill img {
    width: auto;
}

.i-sm img {
    margin-top: 2px;
}

.fl-wrap {
    flex-wrap: wrap;
}

.work-container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.half {
    flex-basis: calc(50% - 15px);
    margin-bottom: 50px;
    font-size: 0;
}

.third {
    flex-basis: calc(33.33333% - 20px);
    margin-bottom: 30px;
    font-size: 0;
}

.half h5, .third h5, .half h4 {
    margin: 10px 0 0px;
}

.brand h6 {
    margin-top: 10px;
}

.work-container > .half:nth-last-child(2), .work-container > .half:last-child {
    margin-bottom: 0px;
}

.overlay {
    position: absolute;
    top:0;right:0;left:0;bottom:0;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: 0.7s;
}

.half:hover .overlay, .other a:hover .overlay {
    opacity: 1;
}

.center {
    justify-content: center;
}

#contact {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

#contact, footer {
    background-color: #073159;
}

#contact label {
    color: #fff;
}

.hello {
/*    margin: 10px 0 30px;
    font-size: 30px;*/
    color: #d7e7fc;
    font-size: 64px;
}

form {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    flex-direction: column;
}

form input:first-of-type {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

input, textarea {
    width: 100%;
    padding: 15px 18px;
    font-size: 16px;
    border: 1px solid #1A1B32;
    margin-bottom: -1px;
    border-radius: 0 !important;
}

input::placeholder, textarea::placeholder {
    color: #999;
}

input[type=submit] {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #f0f7ff;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    height: 60.8px !important;
}

.submit:hover .overlay {
    opacity: 1;
}

.contact-info {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.contact-info i {
    margin-right: 15px;
    color: #fff;
    opacity: 1;
}

.h-fade {
    transition: 0.7s;
}

.h-fade:hover {
    opacity: 0.6;
}

#menu {
	overflow:hidden;
    -webkit-transition: 500ms all ease-in-out;
	-moz-transition: 500ms all ease-in-out;
	-ms-transition: 500ms all ease-in-out;
	-o-transition: 500ms all ease-in-out;
}

.menu-close {	
	-moz-transform: translateY(-100%);
   	 -ms-transform: translateY(-100%);
   	 -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
	opacity: 0; 
}

nav.light {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.bl {
    background-color: #000;
}


nav.bl {
    box-shadow: 0 4px 4px rgba(255, 255, 255, .2);
}

nav.light .nav-link, nav.light #wordmark, .nav-mi .nav-link, .nav-mi #wordmark {
    color: #000;
}

nav.light .nav-link.active, nav.ye .nav-link.active, .nav-mi .nav-link.active {
    border-color: #000;
}


.toc {
    padding-top: 50px;
    margin-right: 120px;
/*    justify-content: flex-end;*/
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    align-items: flex-start;
    z-index: 5;
}

.toc div {
    display: inline-flex;
    flex-direction: column;
    border-right: 2px solid #ddd;
}

.step {
    border-right: 2px solid #ddd;
    margin: 2px -2px 2px 0;
    padding: 5px 5px 5px 0;
    width: 180px;
    color: #999;
    font-family: 'Varela Round', sans-serif;
}

.toc > div > .step:first-child {
    margin-top: 0;
}

.toc > div > .step:last-child {
    margin-bottom: 0;
}

.step.active {
    border-color: #000;
}

.step.active, .step:hover {
    font-weight: 600;
    color: #333;
}

.cs-content {
    width: calc(75% - 15px);
}

.cover {
    background-color: #fff;
    max-height: 100vh;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.cover.flex {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    align-items: center;
    flex-direction: column;
    padding: 124px 50px 30px;
}

.work-title {
    margin-bottom: 30px;
}

.cover-img {
    overflow: auto;
    width: auto;
    max-width: 100%;
    display: block;
}

#laund {
    color: #999;
    border-color: #d6e8ff;
}

#marc {
    color: #ccc;
    border-color: #666;
}

.section {
    padding: 50px 0 10px;
    max-width: 800px;
}

#about.section {
    max-width: 900px;
}

.section label {
    margin-bottom: 14px;
}

.sticky {
  position: fixed;
  top: 0;
}

.mar-sticky {
    margin-left: 300px;
}

.logo {
    width: 100%;
}

.img-border {
    border: 1px solid #ccc;
}

.mar-bottom {
    margin-bottom: 50px;
}

.cover.rel {
    padding-top: 84px;
}

.cover.rel label {
    position: absolute;
    top: 124px;
    left: 50%;
    transform: translate(-50%, 0);
}

#mich {
    color: #2a3f62;
    border-color: #ffe09c;
}

#shop {
    color: #004c3f;
    border-color: #c1f0d0;
}

#plant {
    color: #284065;
    border-color: #b8d0ca;
}

footer {
    padding: 20px 10px 30px;
    font-size: 14px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    justify-content: center;
    color: #fff;
    text-align: center;
}

#about {
    padding-top: 124px;
}

#about .col:first-child {
    max-width: 400px;
}

#about .col:nth-last-child {
    flex: 2;
}

.tab {
    display: inline-flex;
    background-color: #fff4d1;
    margin: 3px 7px 3px 0;
    padding: 3px 10px 5px;
    border-radius: 100px;
    font-size: 14px;
    justify-content: flex-start;
    align-items: center;
}

.tab-sec {
    margin: 20px 0;
}

.tab.m {
    padding: 0 10px 0 0;
}

.tab.m img {
    height: 27px;
    width: 27px;
    margin-right: 6px;
}

.em {
    font-weight: 500;
    margin: 15px 30px;
}

ul, ol {
    font-size: 18px;
    margin-left: 40px;
}

ol li {
    padding-left: 5px;
}

.likes {
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 20px 25px !important;
    background-color: #fff;
    font-weight: 500;
    flex: 1;
}

.likes ul {
    font-weight: 400;
    margin-top: 5px;
}

.cs-content label {
/*    border-bottom: 0;*/
}

.l-container {
    align-items: flex-start;
}

.l-container > .likes:first-child {
    border-top: 5px solid #228f45;
    margin-right: 20px;
}

.l-container > .likes:last-child {
    border-top: 5px solid #d64750;
}

.imgbox {
    cursor: pointer;
    position: relative;
    margin: 10px 0 40px;
    display: block;
}

.lightbox {
    background-color: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.close {
    display: none;
}

.imgbox.lightbox {
    cursor: auto;
    margin: -10px 0 -40px;
}

.lightbox .close {
    display: inherit;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 50px;
    top: 45px;
    cursor: pointer;
    opacity: 0.6;
    z-index: 100;
}

.lightbox .feature {
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 20;
    position: fixed;
}

.hifi.lightbox .feature {
    max-width: none !important;
    width: 100vw;
    max-height: none !important;
    height: auto !important;
}

.i {
    position: absolute;
    height: 40px;
    width: 40px;
    padding: 10px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    border-radius: 100px;
    top: 5px;
    right: 5px;
    display: none;
}

.i.w {
    background-color: #fff;
}

.i.b {
    background-color: #000;
}

.imgbox:hover .i {
    display: inherit;
}

.lightbox .i {
    display: none !important;
}

.m-show {
    display: none;
}

.hamb {
    height: 15px;
    width: 23px;
}

.benne {
    font-family: 'Benne', serif;
    font-size: 120px;
    margin-bottom: 100px;
    color: white;
}

.bkgd-bl {
    background-color: #000;
}


.other {
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.page-container {
    z-index: 10;
    position: relative;
}

.typog {
    background-color: #fff;
    padding: 30px 40px 0px;
}

.heading {
    padding-bottom: 30px;
}

#h-h1 {
    font-family: 'Cabin', sans-serif;
    font-size: 50px;
}

#h-h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 40px;
}

#h-h3 {
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
}

#h-h3 {
    font-family: 'Cabin', sans-serif;
    font-size: 22px;
}

#h-p {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
}

#h-sub {
    font-family: 'DIN Pro';
    font-size: 12px;
}

.sample {
    margin-bottom: 5px;
}

.c-scheme {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

#cs-grad {
    height: 100px;
    width: 100%;
    background: rgb(7,28,77);
    background: linear-gradient(90deg, rgba(7,28,77,1) 0%, rgba(38,131,127,1) 50%, rgba(211,252,252,1) 100%);
}

#cs-bl {
    height: 50px;
    width: 50%;
    background: #000;
}

#cs-wh {
    height: 50px;
    width: 50%;
    background: #fff;
}

.descrip {
    font-style: italic;
}

#m-con {
    display: none;
    margin-top: 30px;
}

.hash {
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.5;
    display: inline;
    padding-right: 8px;
}

.gap {
    margin-bottom: 40px;
}


.init span {
    display: inline-block;
    color: #ffdd63;
}

.wrap {
    color: #ffdd63;
}

#hel {
    font-size: 0;
}

.wrap{width:100%;}
.gradient-text {
    background: linear-gradient(to right, #ffdd63,#e7c4ff,#fcc035);
    background-size: 200% 200%;
    animation: rainbow 5s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip:text;
    /*  color: #fff899;*/
    transition: color 1s ease-in-out;
    text-transform:uppercase;
    margin-bottom: -50px;
}

.gradient-text {
  color:rgba(0,0,0,0);
}

@keyframes rainbow { 
  0%{background-position:left}
  50%{background-position:right}
  100%{background-position:left}
}

.m-menu {
    position: fixed;
    top:0;right:0;left:0;bottom:0;
    background-color: rgba(0,0,0,.7);
    z-index: 100;
    display: none;
    justify-content: flex-start;
}

.m-nav {
    background-color: #fff;
    flex: 1;
}

.m-nav a {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    width: 100%;
}

.cancel {
    width: 70px;
    height: 70px;
    padding: 20px;
}

.w600 {
    max-width: 600px;
}

.interview {
    border-radius: 5px;
    padding: 20px 20px 25px !important;
    background-color: #eee;
    flex: 1;
    margin-bottom: 30px;
}

.p-f {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    margin: 20px 0 35px;
}

.p-f > div {
    flex: 1;
    padding: 18px 25px 14px;
    background-color: #eee;
    margin-right: -1px;
    border: 1px solid #d5d5d5;
}

.p-f .title {
    font-size: 16px;
    margin-bottom: 12px;
    font-family: 'Roboto Mono';
    text-transform: uppercase;
}

.problem {
    border-top: 4px solid #d62d2d !important;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.problem .title {
    color: #d62d2d;
}

.fix {
    border-top: 4px solid #32a852 !important;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fix .title {
    color: #32a852;
}

#ethan .nav-link, #ethan #wordmark {
    color: #194027;
}

#ethan nav {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#ethan .cover, .ye {
    background-color: #FDFFCF;
}

#ethan .work-title {
    color: #194027;
    border-color: #e5e5e5;
    text-align: center;
}

#ethan .cover p {
    font-family: 'din-condensed', sans-serif;
    font-size: 400px;
    color: #EB530A;
    margin-bottom: 50px;
}

.hi {
    font-size: 48px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: -40px;
    max-width: 1100px;
}

@media only screen and (max-width: 1250px) {

    h1, #hel span {
        margin-bottom: -20px;
        font-size: 200px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    h2, h3 {
        font-size: 32px;
    }
    
    h4 {
        font-size: 18px;
    }
    
    label {
        font-size: 15px;
    }
    
    .padding, section {
        padding: 50px 40px 70px;
    }
    
    nav {
        padding: 0 40px;
    }
    
    .caret img {
        height: 30px;
    }
    
    .i-skill {
        height: 40px;
    }
    
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    #m-con {
        display: inherit;
    }
    
    #con {
        display: none;
    }
    
    .benne {
        font-size: 90px;
    }
    
    .mar-sticky {
        margin-left: 230px;
    }
    
    .toc {
        margin-right: 50px;
    }
    
    .cs-content {
        width: inherit;
    }
    
    .gradient-text {
        margin-bottom: -20px;
    }
}

@media only screen and (max-width: 850px) {
    h1, #hel span {
        margin-bottom: -20px;
        font-size: 150px;
        font-weight: 400;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 700px) {
    .m-hide {
        display: none;
    }
    
    .m-show {
        display: inherit;
    }
    
    #wordmark {
        font-size: 21px;
    }
    
    .hi, .hello {
        font-size: 28px !important;
    }

    .hi {
        margin-bottom: -20px !important;
    }
    
    .gradient-text {
        margin-bottom: 0px;
    }
    
    h2, h3 {
        font-size: 24px;
    }
    
    h6 {
        font-size: 14px;
    }
    
    .padding, section {
        padding: 30px 10px 40px;
    }
    
    label {
        font-size: 12px;
        border-bottom-width: 3px;
        padding-bottom: 2px;
    }
    
    .work-container, .l-container {
        flex-direction: column;
    }
    
    .half {
        margin-bottom: 40px;
    }
    
    .half:nth-of-type(3) {
        margin-bottom: 40px!important;
    }
    
    .m-col, #about .col-container {
        flex-direction: column;
    }
    
    #about .col:first-child {
        max-width: 100% !important;
    }

    .skill {
        padding-left: 0;
        margin-bottom: 30px;
    }
    
    .skill, #one, #two, #three, #four {
        opacity: 1 !important;
    }
    
    nav {
        padding: 8px 10px 10px;
    }
    
    #form {
        padding: 0;
        margin-top: 20px;
    }
    
    .benne {
        font-size: 36px;
    }
    
    .toc, .hash {
        display: none;
    }
    
    .mar-sticky {
        margin-left: 0;
        max-width: none;
    }
    
    .cs-content {
        width: inherit;
    }
    
    .typog {
        background-color: #fff;
        padding: 10px 10px 0px;
    }
    
    .lightbox .close {
        height: 30px;
        width: 30px;
        right: 20px;
        top: 30px;
    }
    
    #landing .caret {
        display: none;
    }
    
    [data-aos=fade-up] {
        transform: none;
    }
    
    
    footer {
        padding-bottom: 20px;
    }
    
    .other h2 {
        text-align: center;
    }
    
    .cover.rel {
        padding-top: 51px;
    }
    
    .cover.rel label {
        top: 85px;
    }
    
    #about, .cover.flex {
        padding-top: 85px;
    }
    
    .hamb {
        color: white;
        font-size: 20px;
    }
    
    #about {
        padding-top: 51px;
    }
    
    #about .col {
        padding: 0 0 30px;
    }
    
    .fullscreen {
        position: relative;
    }
    
    .bkgd {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .cover-img {
        padding: 0 20px;
    }
    
    .likes {
        width: 100%;
        margin: 0 0 20px;
    }

    input[type=submit] {
    border-radius: 0 !important;
    color: #000;
    }

    #skill-4 {
        margin-bottom: 0px;
    }
}

.svg-white {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(48deg) brightness(103%) contrast(102%);
    height: 25px;
    width: 30px;
    margin-right: 20px;
    transform: translate(0px,5px);
}

#l2 {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
display: -ms-flexbox;      /* TWEENER - IE 10 */
display: -webkit-flex;     /* NEW - Chrome */
display: flex;
    align-items: flex-end;
    background-color: #0d1e54;
/*    background-image: url("../images/home/navy-unsplash.jpg");*/
background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../images/home/navy-unsplash.jpg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: left bottom;

}

.nav-logo {
    height: 18px;
    width: auto;
    display: inline;
    margin-right:12px;
}

#cover-peak {
    background-image: url("../images/peak/cover.png");
    background-size:     auto 80%;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center bottom;
}

a:hover {
    cursor: pointer;
}
