* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}

h1 {
    font-weight: 600;
    font-size: 3.5em;
    margin: 0px;
}

h2 {
    font-weight: 400;
}

h3 {
    font-weight: 600;
    margin: 0px;
}

p {
    color: #1f1f1f;
    font-weight: 300;
}

a {
    text-decoration: none;
}

.button, .buttonDark{
    padding: 15px 45px;
    margin: 40px 10px;
    border: solid white 1px;
    border-radius: 100px;
    background: white;
    color: black;
    font-size: .8em;
    display: inline-block;
}

.buttonDark {
    background: black;
    color: white;
}

.button:hover, .buttonDark:hover {
    opacity: .5;
}



nav li a{
    font-size: 1em;
    margin: auto 20px;
    color: black;
    text-decoration: none;
    list-style: none;
    float: right;
}

nav {
    padding-top: 10px;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    
}

nav ul {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style-type: none;
    transition: all .2s ease-in-out;
}

nav li a{
    display: inline-block;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1em;
}

.hamburger {
    background: transparent;
    border: 0;
    color: black;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.hamburger:focus {
    outline: none;
}

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 3px;
  background-color: #333;
  margin: 3px 0;
  transition: 0.4s;
  border-radius: 100px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-1px, 6px);
  transform: rotate(-45deg) translate(-1px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-2px, -8px);
  transform: rotate(45deg) translate(-2px, -8px);
}

nav a:hover {
    opacity: .5;
    transition: all .2s ease-in-out;
}

a li:hover {
    opacity: .5;
    transition: all .2s ease-in-out;
}

.hideme
{
    opacity:0;
}

#logo img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(50%, -50%);
}

.twoCol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.wave {
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
  display: inline-block;
  font-size: 1.1em;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }
  100% { transform: rotate( 0.0deg) }
}

header {
    width: 100vw;
    padding: 80px 10vw;
    margin-top: 80px;
}

#overview {
    height: auto;
    }


header::before {    
      content: "";
      background-image: url(images/01.%20Royal%20Heath.jpg);
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.2;
      z-index: -10000;
}



.gradient {
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%);
    z-index: -10;
}

#overview *{
    float: left;
    clear: left;
}

#welcome {
    width: 80vw;
}

#welcome p a, .overview p a {
    color: black;
    font-weight: 400;
}

#welcome p a:hover, .overview p a:hover{
    opacity: .5;
}

#work {
    width: 80vw;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}

#work a {
    color: black;
}

#workNav {
    width: 80vw;
    padding: 0px;
    margin: 0px auto;
}

#workNav li{
    display: inline-block;
    font-size: 1em;
    margin-right: 20px;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
    list-style: none;
    float: left;
    padding: 10px 20px;
    border: solid 1px #dfdfdf;
}

#workNav li:hover {
    opacity: .5;
}

.workSelected {
    background: #dfdfdf;
    color: #6d6d6d !Important;
}

.project {
    float: left;
    clear: left;
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.project:hover {
    
}

.project img {
    width: 100%;
    border-radius: 12px;
    transition: all .2s ease-in-out;
}

.project h3 {
    margin-top: 20px;
    font-size: 1.75em;
}

.projectType {
    padding: 0px;
    pointer-events: none;
}

.projectType li, #workNav li{
    list-style: none;
    float: left;
    font-size: .7em;
    margin-right: 20px;
    color: gray;
    border-radius: 100px;
}

.imgWrapper {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.projectQuote {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(197, 234, 184, 0.59);
  color: #fff;
  text-align: center;
  margin: 0px;
  border-radius: 12px;
}

.arrow {
    width: 40px !important;
    float: right;
    opacity: 0;
    transition: all ease-in-out .3s;
    
}

.project:hover .arrow {
    opacity: 1;
    transition: all ease-in-out .3s;
}

.project:hover img {
    transform: scale(1.025);
    transition: all .2s ease-in-out;
}

#quoteSection {
    width: 80vw;
    padding: 30px;
    margin: 0px auto;
    border-left: #c8c8c8 solid 2px;
}

#quoteSection h2 {
    font-weight: 400;
    color: gray;
    line-height: 2em;
}

.client, .client *{
    float: right;
}

.client b {
    font-weight: 400;
}

.client img {
    height: 60px;
    border-radius: 100px;
    border: solid white 1px;
    box-shadow: 5px 5px 5px -5px rgba(0,0,0,.5);
    margin-left: 10px;
}

#about {
    height: auto;
    width: 100vw;
    padding: 10vw;
    background-image: url(images/backgroundGradient_reverse.jpg);
    background-size: cover;
    display: inline-block;
}

#bio{
    float: left;
}

#bio{
    width: 70%;
    padding: 40px;
}

#about img {
    border-radius: 100px;
    padding: 40px;
    width: 30%;
    float: left;
}

#social{
    width: 100%;
    list-style: none;
    padding: 20px 0px;
    display: inline-block;
}

#social img{
    padding: 0px;
    margin-right: 10px;
    max-width: 40px;
    max-height: 40px;
    float: left;
}

#social img:hover{
    opacity: .5;
}

footer {
    width: 100vw;
    padding: 50px 0px;
    background: #1d1d1d;
    color: white;
    text-align: center;
    position: absolute;
}

footer p {
    color: white;
    font-size: .8em;
    width: 80vw;
    margin: 0px auto;
}

#copywrite{
    width: 100%;
    margin-top: 70px;
    
}

/*Project Pages*/

.twoCol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}

.inspo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
}

#project {
    width: 80vw;
    margin: 10px auto;
}

#project img {
    width: 100%;
    border-radius: 12px;
    margin: 60px auto;
    display: block;
}

.stroke-text{
  -webkit-text-stroke:.2vw black;
  -webkit-text-fill-color:transparent;
}

@media (max-width: 900px) {
    
    #overview {
        padding: 30px;
    }
    
    #nav-ul {
        margin: 0px;
        top: 0px;
        background: black;
        color: white;
        display: none;
        width: 100%;
        flex-direction: column;
        transition: all .2s ease-in-out;
    }
    
    
    #nav-ul.show {
        opacity: 100;
        display: flex;
        height: 100vh;
        background-image: url(images/backgroundGradient.jpg);
        background-size: cover;
    }
    
    nav {
        z-index: 7000;
        position: fixed;
    } 
     
    #nav-ul a {
        padding: 20px;
        font-size: 1.25em;
        margin-bottom: 40px;
    }
    
    .hamburger {
        display: block;
        z-index: 8000;
    }
    
    .twoCol {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    
    .inspo {
        padding: 0px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
    }
    
    h1 {
        font-size: 2.1em;
        line-height: 1.2em;
    }
     
    header {
        padding: 80px 0px;
    }
    
    
    .title {
        width: 90vw;
        margin: 0px auto;
    }
    
    #workNav li {
        margin-right: 5px;
    }
    
    #welcome {
        padding: 0px;
        width: 80vw;
        margin: 0px auto;
    }
    
    #quoteSection h2{
        font-size: 1.2em;
        line-height: 1.5em;
        margin-bottom: 60px;
    }
    
    #work {
        grid-template-columns: 1fr;
        }
    
    #about {
        padding: 30px 0px;
    }
    
    #about img:nth-child(1){
        width: 60%;

    }
    
    #about img {
        width: 100%;
    }
    
    #bio {
        width: 100%;
        padding: 0px 10vw;
    }
    
    #social img{
        width: 40px;
    }
    
    #project {
        width: 90vw
    }

}
