html {
}

body {
    position: relative;
}

nav {
    float: right;
    background: white;
    z-index: 10;
    display: block;
    right: 0;
    padding-bottom: 2em;
}

.nav-header {
    z-index: 10;
    position: fixed;
    height: 56px;
    width: 100%;
}

.navbar-nav {
    background: #FFF9;
    border: #333333;
    position: absolute;
    padding-top: 2em;
    right: 0;
    width: 100%;
    flex-direction: row-reverse !important;
}

.navbar-toggler {
    margin-top: 2em;
}

.nav-link {
    z-index: 10;
    display: inline-block;
    position: relative;
	outline: none;
    text-decoration: none;
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size:1vw;
    text-align: center;
    margin-right: 32px;
    margin-top: 1em;
    letter-spacing: 1.8px;
    color: #333333;
}

.nav-link:hover {
	color: rgba(227, 157, 157, 0.8);
}

.cl-effect .nav-link {
	padding: 8px 0;
}

.cl-effect .nav-link:focus::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(227, 157, 157, 0.5);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect .nav-link:hover::after,
.cl-effect .nav-link:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.greeting {
    z-index: 2;
    padding-left: 10%;
    font-family: "Bodoni 72";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 5vw;
    text-align: left;
    letter-spacing: 1.44px;
    color: #333333;
}

.greeting-description {
    z-index: 2;
    padding-right: 20%;
    text-align: right;
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 500;
    line-height: 3vw;
    font-size: 2vw;
    color: rgba(0, 0, 0, 0.8);
}

.greeting-shape {
    position: absolute;
}

.greeting-shape#rectangle {
    height: 12vw;
    width: 12vw;
    top: 15vh;
    left: 15vw;
}

.greeting-shape#triangle {
    height: 20vw;
    width: 20vw;
    bottom: 10vh;
    right: 20vw;
}

/* PROJECTS */

[class*="col-"] {
    min-height: 50vh;
}

.projects-heading {
    z-index: 2;
    padding-bottom: 1em;
    font-family: "Bodoni 72";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 5vw;
    text-align: right;
    letter-spacing: 1.44px;
    color: rgba(227, 157, 157, 0.5);
}

.project-image {
    width: 100%;
    height: 50vw;
    max-height: 500px;
    border-radius: 15px;
    background-size: auto;
    background-position: center;
    background-color: rgba(227, 157, 157, 0.5);
}

.project-image#dj9 {
    background-image: url('../img/dj9.jpg');
}

.project-image#watchapp {

    background-image: url('../img/cash_app_logo.png');
}

.project-image-wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.project-image-wrap:hover .project-image {
  background-image: none !important;
}

.project-image-wrap:hover .project-image-title {
    visibility: visible;
    opacity: 1;
}

.project-image-title {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 10%;
  font-family: "Avenir Next";
  font-style: normal;
  line-height: normal;
  font-size: 3vw;
  letter-spacing: 0.02em;
  background: rgba(227, 157, 157, 0);
  color: #fff;
  visibility: hidden;
  opacity: 0;

  transition: opacity .2s, visibility .2s;
}

.project-page-top {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 124px;
    padding-left: 15%;
    padding-right: 15%;
}

.project-page {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 15%;
    padding-right: 15%;
}

.project-title {
    font-family: "Bodoni 72";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 5vw;
    letter-spacing: 0.2vw;
    color: rgba(227, 157, 157, 0.5);
}

.project-role {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 1.5vw;
    letter-spacing: 0.1em;
}

.project-description {
    padding-top: 36px;
    padding-bottom: 2em;
    font-family: Avenir Next;
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 0.05em;
    color: #333333;
}

.project-heading1 {
    padding-bottom: 1.5em;
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 1.5vw;
    letter-spacing: 0.05em;
    color: #333333;
}

.project-heading2 {
    padding-bottom: 1em;
    font-family: "Avenir Next";
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    font-size: 1.5vw;
    letter-spacing: 0.05em;
    color: #333333;
}

.project-body {
    margin-top: 72px;
}

.project-text {
    margin-bottom: 2vw;
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: normal;
    line-height: normal + 0.02vw;
    font-size: 1.25vw;
    color: #333333;
}

/* Case Studies */
.casestudy-image {
    max-width: 1200px !important;
    display: block;
    margin: 0 auto;
    width: 90vw;
    max-width: 1600px;
    padding-bottom: 2em;
    cursor: pointer;
    transition: 0.3s;
}

.casestudy-image:hover {
    opacity: 0.7;
}

/* EXPERIENCE */

.experience-row {
}

.experience-title {
    font-family: "Bodoni 72";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 3rem;
    color: rgba(227, 157, 157, 0.5);
}

.experience-subtitle {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size:1rem;
    letter-spacing: 0.9px;
    color: #333333;
}

.experience-description {
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size:1rem;
    color: #333333;
}

/* SAY HELLO */

.hello-prompt {
    font-family: "Bodoni 72";
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 7vw;
    color: rgba(227, 157, 157, 0.5);
}

.hello-container {
    margin-top: 1.5rem;
    margin-left: 20%;
}

.hello-row {
    padding-bottom: 2vw;
}

.hello-icon {
    height: 1.5vw;
    padding-right: 16px;
}

.hello-text {
    vertical-align: middle;
    display: inline;
    font-family: "Avenir Next";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 1.5vw;
    color: #333333;
}

.hello-link {
	position:relative;
	text-decoration: none;
}

.hello-link:before{
	width:100%;
	height: 1vw;
	position:absolute;
	left:0px;
	bottom:-0.5vw;
	content:"";
	display:block;
	background-color: rgba(227, 157, 157, 0.5);
	z-index:-1;
	opacity: 1;
	-webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.hello-link:hover{
	color: inherit !important;
	text-decoration: none;
}

.hello-link:hover:before {
	background-color: rgba(227, 157, 157, 0.5);
    height:2vw;
}

@media screen and (min-width: 1200px) {
    .nav-link {
        font-size: 12px;
    }

    .greeting { 
        font-size: 60px;
    }

    .greeting-description {
        font-size: 24px;
        line-height: 36px;
    }

    .projects-heading {
        font-size: 60px;
    }

    .project-image-title {
        font-size: 36px;
    }

    .hello-prompt {
        font-size: 84px;
    }

    .hello-text {
        font-size: 18px;
    }

    .hello-icon {
        height: 18px;
    }
    
    .project-title {
        font-size: 60px;
    }
    
    .project-role {
        font-size: 18px;
    }

    .project-description {
        font-size: 18px;
    }

    .project-heading1 {
        font-size: 18px;
    }

    .project-heading2 {
        font-size: 18px;
    }

    .project-text {
        font-size: 15px;
    }

}

@media screen and (max-width: 768px) {
    .nav-link {
        font-size: 9px;
    }

    .greeting { 
        font-size: 45px;
    }

    .greeting-description {
        font-size: 18px;
        line-height: 27px;
    }

    .greeting-shape#rectangle {
        height: 108px;
        width: 108px;
        left: 135px;
    }

    .greeting-shape#triangle {
        height: 180px;
        width: 180px;
        right: 180px;
    }

    .projects-heading {
        font-size: 45px;
    }

    .project-image-title {
        font-size: 27px;
    }

    .hello-prompt {
        font-size: 63px;
    }

    .hello-text {
        font-size: 13.5px;
    }

    .hello-icon {
        height: 13.5px;
    }

    .project-title {
        font-size: 45px;
    }
    
    .project-role {
        font-size: 13.5px;
    }

    .project-description {
        font-size: 13.5px;
    }

    .project-heading1 {
        font-size: 13.5px;
    }

    .project-heading2 {
        font-size: 13.5px;
    }

    .project-text {
        font-size: 11.25px;
    }
}

.greeting-shape#triangle:hover {
    animate: spin 4s infinite linear;
}

@keyframes spin {
    from {transform:rotate(0deg)}
    to {transform:rotate(359deg)}
}


