html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, option, ruby, section, select, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style-type: none;
    text-decoration: none;
}


html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: black;
}

img{
    width: 100%;
}

h1{
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 5.6rem;
    /*font-family: 'Roboto-Black';*/
}

h2{
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 3.6rem;
    /*font-family: 'Roboto-Bold', sans-serif;*/
}

h3{
    font-size: 1.8rem;
    /*font-family: 'Roboto-Regular', sans-serif;*/
    font-weight: 400;
    line-height: 3.6rem;
    color: black;
}

h4{
  /*font-family: "Roboto-Black";*/
  font-weight: 900;
  font-size: 1.8rem;
  margin: 0 auto 50px;
  text-align: center;
  color: black;
}

p{
    /*font-family: 'Roboto-Regular', sans-serif;*/
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.6rem;
    color: grey;
}

p a{
    color: black;
    transition: all .2s ease-out;
}

p a:hover{
    color: #ff5e00;
}

.lightBorder{
  border: 1px solid #e5e5e5;
}

.button{
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 20px;
    display: block;
    border: 1px solid black;
    color: black;
    position: relative;
    align-self: center;
    border-radius: 30px;
    transition: all .2s ease;
}



::-webkit-scrollbar { 
    display: none; 
}


#mainWrapper{
    width: 100%;
    transition: all .2s ease-out;
}

.gray{
  background-color: #f8fafa;
}

.spacer{
  height:80px;
}

/*-------NAVIGATION STARTS--------*/

header{
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}

nav{
  width: 100%;
  position: relative;
  display: flex;
  margin: 50px 0;
  justify-content: space-between;
}

/*.idProject nav{
  margin: 20px 0;
}*/

#topLeft{
  transition: all .35s cubic-bezier(.33,0,.2,1);
}

nav .logo_container a{
  display: flex;
}

nav .logo_container .my_name{
  /*font-family: 'Roboto-Black';*/
  font-weight: 900;
  font-size: 1.4rem;
  padding-top: 6px;
  margin-left: 10px;
  color: black;
  transition: all .15s ease-out;
}


nav .navItems{
  display: flex;
  align-items: center;
  cursor: pointer;
}

nav .navItems ul {
  display: flex;
}

nav .navItems ul li{
  /*font-family: 'Roboto-Black';*/
  font-weight: 900;
  font-size: 1.4rem;
  margin-left: 20px;
  color: black;
}

nav .navItems ul li a{
  color: black;
}


nav .logo_container svg{
  width:24px;
  height: 30px;
}

.my_modal{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 94, 0, .8);
  top: 0;
  right: 0;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-out;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.my_modal .myContent{
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 40px;
}

.my_modal .xContainer{
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-out;
  border-radius: 50%;
}

.my_modal .myContent h1{
  color: white;
  margin-bottom: 40px;
}

.my_modal .myContent p{
  color: white;
}

.my_modal .footer{
  width: 100%;
  padding: 50px 0px;
  box-sizing: border-box
}

.my_modal .footer ul{
  display: flex;
}

.my_modal .footer ul li a{
  /*font-family: "Roboto-Bold";*/
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  border: 1px solid white;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 30px;
  transition: all .2s ease-out;
}


/*-------NAVIGATION ENDS--------*/


/*-------MY INTRO STARTS--------*/

#myIntro{
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: all .5s cubic-bezier(.33,0,.2,1);
}

#myIntro .introText{
  width: 100%;
  max-width: 1000px;
  margin: 150px auto 110px;
  font-size: 48px;
  line-height: 72px;
  position: relative;
  font-weight: 700;
  /*font-family: "Roboto-Bold"*/
}

#myIntro .introText:before{
    content: "";
    position: absolute;
    top: 0;
    left: -50;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ff5e00;
    z-index: -1;
    filter: blur(50px);
}

/*-------MY INTRO ENDS--------*/

/*-------HOME-GRID STARTS--------*/
#grid{
  width: 100%;
  max-width: 1440px;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: all .5s cubic-bezier(.33,0,.2,1);
}

#grid .gridIntro{
  /*font-family: "Roboto-Black";*/
  font-weight: 900;
  font-size: 1.8rem;
  margin: 0 auto 50px;
  text-align: center;
}

#grid ul{
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

  #grid ul li{
    width: calc(50%  -  20px);
  }

  #grid ul li:nth-child(even) {
    margin-right: 0;
  }

#grid ul li{
    background-color: black;
    margin: 0 40px 40px 0;
    position:relative;
    cursor: pointer;
}


#grid ul li a{
    width: 100%;
    height: auto;
    display:block;
}

#grid ul li a img{
    display: block;
}

#grid ul li a .imageOverlay{
    width: 100%;
    background-color: #ff5e00;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    opacity: 0;
    transition: all .4s cubic-bezier(.33,0,.2,1);
    box-sizing: border-box;
    padding: 4.5vw;
    padding-top:5vw;
    box-shadow: 0 10px 20px rgba(255, 94, 0, .3);
    cursor: pointer; 
}

#grid ul li a .imageOverlay .eyeBrow{
  width: 100%;
  margin-bottom: 20px;
}

.eyeBrow span{
  color: white;
  border-radius: 30px;
  border: 1px solid white;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  /*font-family: "Roboto-Bold";*/
  display:inline-block;
}


#grid ul li a .imageOverlay h1{
    color: white;
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 10px;
    font-weight: 900;
}

#grid ul li a .imageOverlay h2{
    color: white;
    font-size: calc(16px + .2vw);
    padding: 5px 0;
    font-weight: 400;
    /*font-family: "Roboto-Regular";*/
}

#grid ul li a .imageOverlay h3{
    color: white;
    font-size: calc(11px + .15vw);
    letter-spacing: .3em;
    transition: all .4s cubic-bezier(.33,0,.2,1);
    transition-delay: .05s;
    opacity:0;
    margin-bottom: 20px;

}
/*-------HOME-GRID ENDS--------*/


/*-------PORTFOLIO CONTENT BEGINS-----------*/

#begin-work{
    width: 100%;
    background-color: white;
    box-sizing: border-box;
    transition: all .5s cubic-bezier(.33,0,.2,1);
}


.work-list{
    width: 100%;
}

.project-header{
    width: 100%;
}

.work-item{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 100px 0;
}

.work-item:first-of-type{
    padding: 50px 0 100px;
}

.image-wrapper{
    width: calc(100% - 10vw);
    margin: 0 auto 40px;
}

.image-wrapper .image-container{
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0 50px;
    position: relative;
    margin: 0 auto;
}

.image-wrapper .image-container .badge{
    position: absolute;
    display: block;
    top: 0;
    left: 75px;
    width: 9%;
    max-width: 94px;
    min-width: 60px;
    z-index: 2;
}

.image-wrapper .image-container .ext-link{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 70px;
    width: 44px;
    box-sizing: border-box;
    padding: 15px;
    z-index: 2;
    border-radius: 50%;
    /*border: 1px solid white;*/
    height: 44px;
    background-color: rgba(255,255,255, 0);
    transition: all .25s ease-out;
}

.ext-link svg path{
    transition: all .25s ease-out;
}

.image-wrapper .image-container svg{
    width: 100%;
}

.image-wrapper .image-container .item-carusel{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

/*.image-container:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 62px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000;

}*/



.image-wrapper .image-container .item-carusel img{
    width: 100%;
    max-width: 1180px;
    position: absolute;
    top: 0;
}

.slick-track{
    max-height: 664px;
    overflow: hidden;
}


.info-wrapper{
    width: 100%;
    max-width: 1440px;
    padding: 0 40px;
    box-sizing: border-box;
    padding: 0 50px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top:10px;
}

.info-wrapper .main-info .eyebrow span{
    color: black;
    border-color: black;
    margin-bottom: 10px;
}

.info-wrapper .main-info h1{
    font-size: 4.8rem;
    margin: 10px 0;
}

.info-wrapper .about-info{
    display: flex;
    align-items: center;
}

.info-wrapper .about-info h2{
    margin-right: 40px;
}




/*PROJECTS */

.project-header .work-item{
    padding: 0;
    border: none;
}

.project-header .image-wrapper .image-container .badge{
    top: 50px;
}

.project-header .image-wrapper a.ext-link{
    display: none;
}

.project-header .image-wrapper a.button{
    color: white;
    border: 1px solid white;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index:2;
}

.project-header #jokes .image-wrapper a.button{
    color: black;
    border: 1px solid black;
}

.project-header .info-wrapper{
    margin: 100px auto;
}

.project-header .info-wrapper h2{
    line-height: 2rem;
    margin-top: 30px;
}

.project-header .info-wrapper p{
    width: 50%;
}

.project-header .info-wrapper a.button{
    display: none;
}

.project-header .project-works{
    width: 100%;
    padding: 100px 0;
}

.project-header .project-works .explain-wrapper{
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    padding: 0 40px; 
    margin: 0 auto;
}

.project-header .project-works .explain-wrapper .leftAlign{
  text-align: left;
}

.project-header .project-works h2{
   text-align: center;
   margin-bottom: 0px;
}

.project-header .project-works p{
    margin: 40px 0 80px;
    text-align: center;
}

.project-header .project-works .grid1{
    width: 100%;
}

.project-header .project-works img{
    width: 100%;
    margin-bottom: 40px;
}

.project-header .project-works .grid2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-header .project-works .grid2 img{
    width: calc(50% - 20px);
    display: block;
    align-self: center;
}

.project-header .project-works .grid4{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-header .project-works .grid4 img{
    width: calc(25% - 20px);
    display: block;
    align-self: center;
}

.project-header .project-works .video-embed{
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    margin: 60px 0;
}

.project-header .project-works .video-embed:last-of-type{
    margin-bottom: 0;
}

.project-header .project-works .video-embed iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.project-header .project-works .explain-more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-header .project-works .explain-more p{
    width: 63%;
}

.project-header .project-works .explain-more p.stretch1{
    width: 100%;
}


/* NEXT PROJECT */

#next-project{
    width: 100%;
    background-color: black;
    padding: 100px 0;
}

#next-project .up-next{
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

#next-project .up-next h2{
    width: 100%;
    margin-bottom: 30px;
    color: white;
    text-align: center;
}

#next-project .up-next a{
    border: 1px solid white;
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 30px 55px;
    transition: all .2s ease-out;
}

#next-project .up-next a span{
    color: white;
    z-index:2;
    position: relative;
    transition: all .2s ease-out;
}

/*INTRO - Background Colors */

.project-header #inves .image-wrapper{
    background-color: #001a74;
}

.project-header #boeing .image-wrapper{
    background-color: black;
}

#boeing .item-carusel, #next-project.boeing{
    background-color: black;
}


#landofsharks .item-carusel, #next-project.landofsharks, .project-header #landofsharks .image-wrapper{
    background-color: #295e7b;
}

#landofsharks .image-container:after{
    border-top: 8px solid #295e7b;
}




#grablife .item-carusel, #next-project.grablife, .project-header #grablife .image-wrapper{
    background-color: #0d1427;
}

#grablife .image-container:after{
    border-top: 8px solid #0d1427;
}




#satchel .item-carusel, #next-project.satchel, .project-header #satchel .image-wrapper{
    background-color: #1b1515;
}

#satchel .image-container:after{
    border-top: 8px solid #1b1515;
}



#rescored .item-carusel, #next-project.rescored, .project-header #rescored .image-wrapper{
    background-color: #144a56;
    /*background-image: url(../images/rescored/background.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#rescored .image-container:after{
    border-top: 8px solid #1e4a56;
}




#tosh .item-carusel, #next-project.tosh, .project-header #tosh .image-wrapper{
    background-color: #080808;
}

#tosh .image-container:after{
    border-top: 8px solid #080808;
}




#ccsu .item-carusel, #next-project.ccsu, .project-header #ccsu .image-wrapper{
    background-color: #3e98bb;
}

#ccsu .image-container:after{
    border-top: 8px solid #3e98bb;
}



#jokes .item-carusel, #next-project.jokes, .project-header #jokes .image-wrapper{
    background-color: #e6e6e6;
}

#jokes .image-container:after{
    border-top: 8px solid #e6e6e6;
}

#next-project.boeing .up-next a:hover span{
    color: #335d7a;
}


/*--------PORTFOLIO CONTENT ENDS------------*/


/* -----------ANIMATIONS----------- */

.introAnimation{
  animation: listEntry cubic-bezier(.33,0,.2,1) 1.5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: listEntry cubic-bezier(.33,0,.2,1) 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: listEntry cubic-bezier(.33,0,.2,1) 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: listEntry cubic-bezier(.33,0,.2,1) 1.5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: listEntry cubic-bezier(.33,0,.2,1) 1.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes listEntry{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes listEntry{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes listEntry {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes listEntry {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes listEntry {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.introAnimation img{
  animation: imgEntry cubic-bezier(.33,0,.2,1) 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-delay: 1s;
  -webkit-animation: imgEntry cubic-bezier(.33,0,.2,1) 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: imgEntry ease-in-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: imgEntry cubic-bezier(.33,0,.2,1) 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: imgEntry cubic-bezier(.33,0,.2,1) 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes imgEntry{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes imgEntry{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes imgEntry {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes imgEntry {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes imgEntry {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/*Carousel*/

.image-wrapper .image-container .grow img:nth-child(5){

}

.image-wrapper .image-container .grow img:nth-child(4){
    animation-delay: 2.5s;
}

.image-wrapper .image-container .grow img:nth-child(3){
    animation-delay: 5s;
}

.image-wrapper .image-container .grow img:nth-child(2){
    animation-delay: 7.5s;
}

.image-wrapper .image-container .grow img:nth-child(1){
    animation-delay: 10s;
}


.image-wrapper .image-container .grow img{
    animation-name: imageGrow;
    animation-duration: 12.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes imageGrow{
  0% {
    z-index: 0;
    opacity: 1;
  }

  25%{
    opacity: 1;
    z-index: 1;
  }

  30%{
    opacity: 0;
    display: none;
    
  }

  100% {
    opacity: 0;

  }
}

.onlyFour .image-wrapper .image-container .grow img:nth-child(4){
    animation-delay: 0s;
}

.onlyFour .image-wrapper .image-container .grow img:nth-child(3){
    animation-delay: 2.5s;
}

.onlyFour .image-wrapper .image-container .grow img:nth-child(2){
    animation-delay: 5s;
}

.onlyFour .image-wrapper .image-container .grow img:nth-child(1){
    animation-delay: 7.5s;
}


.onlyFour .image-wrapper .image-container .grow img{
    animation-name: imageGrowFour;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes imageGrowFour{
  0% {
    z-index: 0;
    opacity: 1;
  }

  25%{
    opacity: 1;
    z-index: 1;
  }

  30%{
    opacity: 0;
    display: none;
    
  }

  100% {
    opacity: 0;

  }
}

#begin-work{
  animation: initialFade cubic-bezier(.33,0,.2,1) 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-delay: 1s;
  -webkit-animation: initialFade cubic-bezier(.33,0,.2,1) 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: initialFade ease-in-out 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: initialFade cubic-bezier(.33,0,.2,1) 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: initialFade cubic-bezier(.33,0,.2,1) 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes initialFade{
  0% {
    opacity: 0;
  }


  100% {
    opacity: 1;
  }
}

.gridOut{
    margin-top:-20px;
}

.backHome{
  margin-top: 30px;
}

.fadeOut{
    opacity: 0;
}



/*-----------SPECIAL CLASSES-----------*/

.hide_overflow{
  overflow: hidden;
}

.show{
  visibility: visible;
  opacity: 1;
}




/* -----------MEDIA QUERIES-----------*/


/*Desktop*/

@media (min-width: 1024px){

  #grid ul li{
    width: calc(50%  -  20px);
  }

  #grid ul li:nth-child(even) {
    margin-right: 0;
  }

}


/*Tablet*/

@media (max-width: 1023px){

  #grid ul li{
    width: 100%;
    margin-right: 0px;
  }

  #myIntro .introText{
    margin: 100px auto 60px;
  }

  .image-wrapper{
    width: 100%;
  }

  .project-header .project-works .grid2 img{
    width: 100%;
    margin-bottom: 30px;
  }

  .project-header .project-works .grid4 img{
    width: 46%;
  }

  .spacer{
    height: 40px;
  }

  .project-header .info-wrapper {
    margin: 60px auto 80px;
    flex-wrap: wrap;
  }

  .project-header .info-wrapper p{
    width: 100%;
    margin-top:40px;
  }

  .project-header .image-wrapper a.button{
    display: none;
  }

  .project-header .project-works .explain-more p{
    width: 100%;
    margin-bottom: 30px;
  }


}


/*Phone*/

@media (max-width: 767px){

  nav{
    margin: 30px 0;
  }
  
  #grid ul li{
    width: 100%;
    margin: 0 0 40px 0;
  }

  header, #myIntro, #grid, .info-wrapper{
    padding: 0px 30px;
  }

  nav .logo_container .my_name{
    display: none;
  }

  #myIntro .introText{
    margin: 60px auto;
    font-size: 24px;
    line-height: 40px;
  }

  #grid{
    padding-top: 20px;
  }

  #grid .gridIntro{
    margin-bottom: 30px;
  }

  #grid ul li{
    margin-bottom: 30px;
  }

  .my_modal .myContent{
    box-sizing: border-box;
  }

  .my_modal .xContainer{
    top: 10px;
    right: 10px;
  }

  h1{
    font-size: 3.2rem;
    line-height: 4.8rem;
  }

  .my_modal .myContent h1{
    margin-bottom: 20px;
  }

  p{
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .my_modal .footer{
    padding: 30px 0 0;
  }

  .my_modal .footer ul{
    flex-wrap: wrap;
  }

  .my_modal .footer ul li{
    margin-bottom: 20px;
  }

  .my_modal .footer ul li a{
    display: inline-block;
  }

  .project-header .image-wrapper .image-container .badge {
    width: 50px;
    top: 10px;
    left: 20px;
    min-width: 0;
  }


  .project-header .info-wrapper {
    margin: 40px auto 60px;
  }

  .project-header .info-wrapper p{
    width: 100%;
    margin-top:20px;
  }

  .info-wrapper .main-info h1{
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin: 0;
  }

  .project-header .project-works{
    padding: 60px 0;
  }

  h2{
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .project-header .project-works p {
    margin: 20px 0 60px;
  }

  .project-header .project-works .explain-wrapper{
    padding: 0 30px;
  }

}


/*Media Query for NonTouch Devices*/

@media (pointer: fine) {

  a.button:hover {
    background-color: #ff5e00;
    color: white;
    border-color: #ff5e00;
  }

    nav .navItems ul li:hover, nav .navItems ul li:hover a {
      color: #ff5e00;
    } 


    .image-wrapper .image-container .ext-link:hover{
        background-color: rgba(255,255,255, 1);
    }

    .ext-link:after{
        content: "VISIT SITE";
        display: block;
        left: -70px;
        position: absolute;
        color: white;
        letter-spacing: .4rem;
        top: 18px;
        opacity: 0;
        padding-right:20px;
        visibility: hidden;
        transition: all .2s ease-out;
    }

    .image-wrapper .image-container .ext-link:hover:after{
        left: -100px;
        visibility: visible;
        opacity: 1;
    }

    .ext-link:hover svg path{
        fill: rgb(0, 0, 0);
    }

    .project-header .image-wrapper a.button:hover{
        border-color: #ff5e00;

    }

  nav .logo_container:hover .my_name{
    visibility: visible;
    opacity: 1;
  }

  nav .about_me:hover .simple_text{
    visibility: visible;
    opacity: 1;
    padding-top: 0;
  }

  nav .about_me:hover .hamburger span:nth-of-type(1){
    transform: rotate(45deg);
    transform-origin: 0% 80%;
    width: 11px;
    right: -3px;
  }

  nav .about_me:hover .hamburger span:nth-of-type(2){
    right: 0px;
    width:20px;
  }

  nav .about_me:hover .hamburger span:nth-of-type(3){
    transform: rotate(-45deg);
    transform-origin: 0% 80%;
    width: 11px;
    right: -3px;
  }

  #grid ul li:hover a .imageOverlay{
      opacity: 1;
      padding-top: 4.5vw;
  }

  #grid ul li:hover a .imageOverlay h3{
    bottom: 4.5vw;
    opacity: .5;
  }

  .my_modal .footer ul li a:hover{
    background-color: white;
    color: #ff5e00;
  }

  .my_modal .xContainer:hover{
    background-color: white;
  }

  .my_modal .xContainer:hover .st0{
    fill: #ff5e00;
  }

}

/*Media Query for Touch Devices*/

@media (pointer: coarse) {


}



