/*///<<<<<<<<<<<<< CSS for the Homepage ONLY >>>>>>>>>>>>//////*/


*{
  margin: 0;
  padding: 0;
}

/*/////////////////////////Type Utilities////////////////////////*/
h1, h2, h3, h4 {
  font-family: 'Bitter', serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 3.157rem;
}

h2 {font-size: 2.369rem;}

h3 {font-size: 1.97rem;}

h4 {font-size: 1.414rem;}

h5 {font-size: 1.15rem;
font-family: 'Karla', sans-serif;}

a{
    text-decoration: none;
}

body{
    
}

small, .fontSmall {font-size: 0.9rem;}

.typeReverse{
  color: white;
}

.typeLight{
  color: #999;
}

.typeGray{
 color: #666;
}

.typeQuote{
  font-style: italic;
}

.typeSans{
    font-family: 'Karla', sans-serif;
}

.typeCentered{
    text-align: center;
}

.typeMoreLineHeight{
    line-height: 1.5;
}

.typeWeightRegular{
    font-weight: 400 !important;
}

.typeWeightLight{
    font-weight:200 !important;
}

.typeWeightBold{
    font-weight:800 !important;
}

.typeNoDecoration{
    text-decoration: none;
}

.typeAllCaps{
   text-transform: uppercase; 
}

.typeShadow{
    text-shadow: 2px 2px rgba(0,0,0,0.15);
}

.typeEmphasis{
    font-size: 1.2em;
    font-weight: 600;
}

.typeBalanced{

}

.typeMobileBR{
    display: none;
}

.copyBlock{
width: 70%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}


.pullquote{
font-weight: 800;
text-align: center;
font-family: 'Domine', 'Georgia', serif !important;
}

.caption{
    font-size: .9rem;
    text-align: left;
    width: 70%;
}

/*Type Utility Breakpoints*/

@media (max-width: 900px) {
  .caption { 
    width: 90%;
    }
    .copyBlock{
    width: 90%;
    }
    h1,h2,h3, h4{
    max-width: 90vw;
    }
    
    h1 {
  font-size: 2.6rem;
}
    .typeMobileBR{
    display: inline;
    }
    
    h1.typeCentered ,h2.typeCentered ,h3.typeCentered {
    margin-right:auto;
    margin-left: auto;
    }
    
    
}

@media (max-width: 500px) {

}

/*/////////////// Layout Utilities ///////////////*/

.smDivide{
  margin-top: 12px;
}

.medDivide{
  margin-top: 28px;
}

.lgDivide{
  margin-top: 64px;
    
}
.xlDivide{
 margin-top: 120px;
}

.xxlDivide{
 margin-top: 200px;
}

.smDivideBottom{
 margin-bottom: 12px;
}

.medDivideBottom{
  margin-bottom: 28px;
}

.lgDivideBottom{
  margin-bottom: 64px;
    
}

.boxShadow{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*///////////////Home components///////////////*/

/* Intro Styling */
body{
    background-color: #FFBFB4;
    overflow-x: hidden;
    width: 100%;
}

#mainBody{
  height: auto;
  width: 100%;
}

.homeIntroCopy{
position: relative;
left: 50;
top: 50; 
flex: 0 1 50%;
}

#intro h1{
    font-family: 'Bitter', serif;
  font-weight: bold;
  font-size: calc(3rem + 7vw);
  line-height: 90%;
}


h2{
  font-family: 'Bitter', serif;
  font-weight: bold;
  font-size:4.2rem;
}

#intro{
  height: 98vh;
  width: 100%;
display: flex;
    min-height: 1000px;
}

.lilBlurb{
  line-height: 1.5;
}

.blurbSpan{
font-family: 'Bitter', serif; 
font-size: 1.2em;
}

#social-icons{
position: relative;
top: 20;
display: flex;
}

#social-icons i{
  color: #fff;
  margin-right: 24px;
  transition: all .6s ease;
}

#social-icons i:hover{
text-shadow: 2px 2px rgba(0,0,0,0.15);
}


#vector1{
position: absolute;
bottom: 35vh;
left: 200;
z-index: -5;
width: 50%;
height: auto;
padding-top: 20vh;
}

#vector2{
position: absolute;
bottom: 30vh;
right: -55;
z-index: -5;
width: 30%;
height: auto;
padding-top: 50vh; 
}

#vector3{
  position: absolute;
bottom: 10vh;
left: 105;
z-index: -5;
width: 25%;
height: auto;
padding-top: 60vh;  
}

.photoContainer{
display: grid;
grid: auto-flow / 1fr 1fr;
place-items: center;
gap: 20px;
flex: 0 1 50%;
}

.personalPhoto{
position: relative;
bottom:-8vh;
right: -6vw;
height: auto;
width: 25vw;
max-width: 500px;
background-color:#fefefe;
padding:20px 20px 60px 20px;
box-shadow: 15px 22px 19px 10px rgba(0,0,0,0.2);
z-index: 99;
grid-column: 1 / span 1;
grid-row: 1 / span 1;
}

.flavorPhoto{
position: relative;
bottom: 16vh;
right: -14vw;
width: 35vw;
padding:20px 20px 60px 20px;
box-shadow: 3px 10px 20px 2px rgba(0,0,0,0.2);
    background-color: #fefefe;
z-index:98;
grid-column: 1 / span 1;
grid-row: 2 / span 1;
}

.introSeeWork{
position: absolute;
bottom: 50;
left: 50%;
width: 240px;
margin-left: -120px;
height: auto;
 display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.introSeeWork .scrollSeeWork{
    width: 30%;
    height: auto;
}

.fade{
    opacity: 0;
    transform: translate(0,0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    
.fadeDown{
      padding-top: 200px;
}

body .fadeIn{
  transition: opacity .3s ease;
  opacity: 1;
}

.mainColorDefault{
  color: #222;
}

.backgroundDefault{
  background: #aaa;
}

.mainColorNight{
  color: #011E3D;
}

.backColorNight{
  background-color: #403D4A;
}

.mainColorMorning{
  color: #FF9019;
}

.backColorMorning{
  background-color: #FFD1A0;
}

.mainColorAfternoon{
  color: #009C95;  
}
.backColorAfternoon{
  background-color: #66D2CA;
}

.mainColorEvening{
  color: #6D00FF;
}
.backColorEvening{
  background-color: #505F74;
}



/*/// Case Study Navigation///*/

#midSection{
  position: relative;
  min-height:600px;
  height: 90vh;
  width: 95%;
  background-color: white;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 99;
  margin: 0 auto;
  margin-top: 5vh;
    margin-bottom: 5vh;
}

/* Code for the grid area */

#headerBoi{
padding-top: 24px;
margin-left: 32px;
display: flex;
align-content: center;
align-items: center;
}

#monogram{
    height:80px;
    width: 80px;
    padding-right: 20px;
    fill: #444; 
}

.galleryGrid{
  display: grid;
  width: calc(100% - 64px);
  min-height: 300px;
  height: 80%;
  margin: 32px;
  grid-template-columns:repeat(3, 5fr);
grid-template-rows:repeat(2, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
 padding-bottom: 5vh;
}

.gridItem{
  background-color: #f8f8f8;
  height: auto;
  width: auto;
  box-shadow: 0px 0px rgba(0,0,0,0);
  transition: all .5s ease;
  position: relative;
  overflow: hidden;
}

gridContainer{
background-color: #f8f8f8;
height: auto;
width: auto;
position: relative;
overflow: hidden;   
}

a.gridItem:hover{
  box-shadow: 0 10px 20px rgba(40,40,40,0.19), 0 6px 6px rgba(40,40,40,0.23);
}

div.gridItem:hover{
  opacity: .5;
}

.gridItem .gridTitle{
    font-weight: bold;
  position: absolute;
  bottom: 12px;
  left: 12px;
z-index: 10;
}

.gridItem h3{
  font-size: 2.2rem;
  color: white;
  font-family: 'Bitter', serif;
  text-shadow: 2px 2px rgba(0,0,0,0.15);
}

.gridItem .imgSmall{
    position: absolute;
    top: 10;
    right: -40;
    width: 65%;
}

.gridItem .imgTiny{
    position: absolute;
    top: 10;
    right: -30;
    width: 50%; 
    }

.gridItem .imgFeature{
    position: absolute;
    top: 10;
    right: -8%;
    width: 70%;
}

#gridA{
  grid-column: span 1;
  grid-row: span 1;
  background-color: #68BEFF;
}

#gridB{
  grid-column: span 1;
  grid-row: span 1;
  background-color: #FFB581;
}

#gridC{
  grid-column: span 1;
  grid-row: span 1;
  background-color: #F2BDDA;
}

#gridD{
  grid-column: span 1;
  grid-row: span 1;
  background-color: #4D4DDB;
}


#gridE{
  grid-column: span 1;
  grid-row: span 1;
  background-color: #D58BE0;
}

#gridF{
  grid-column: span 1;
  grid-row: span 1;
  /*background-color: #EF548F;*/
}

#gridDribble{
    background-color: #EF548F;
}

#gridCodepen{
    background-color: #505060;
}

.gridSmall{
grid-column: span 1;
grid-row: span 1;
}


.gridSectionSmall{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows:repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#jumpWork:focus{
    outline: 0px solid lightblue;
}

/* About section on homepage */

#about{
  height: 100vh;
  width: 100%;
  display: none;
}



p{
  font-size: calc(.9rem + .5vw);
  font-weight: regular;
  font-family: 'Karla', sans-serif;
}


.doober{
  text-align: right;
  padding-right: 32px;
  margin-top: 5vh;
}



@media only screen and (max-width: 1275px){
.personalPhoto{
bottom: -10vh;
right: -8vw;
width: 30vw;
max-width: 600px;
height: auto;
padding: 10px 10px 40px 10px;
}

.flavorPhoto{
bottom: -3vh;
right: -18vw;
width: 35vw;
max-width: 600px;
height: auto;
padding: 10px 10px 40px 10px;
    }
}

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

.personalSection{
display: none;
}

.personalPhoto{
display: none;
    }
    .flavorPhoto{
        display: none;
    }
    
.homeIntroCopy{
position: relative;
left: 50;
top: 20;  
}

    #intro{
     min-height: 600px;   
    }

    #intro h1{
    font-size: 20.5vw;
    }

  .lilBlurb{
  font-size: calc(.9em + 2vw);
max-width: 95vh;
  }
    
.introSeeWork{
position: absolute;
bottom: 10;
left: 50%;
width: 120px;
margin-left: -60px;
height: auto;
 display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
    
    .introSeeWork h3{
    font-size: 1.57rem;
    }
    
#midSection{
  position: relative;
  min-height:600px;
  height: auto;
  width: 95%;
  background-color: white;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 99;
  margin: 0 auto;
  margin-top: 5vh;
margin-bottom: 5vh;
overflow-x: hidden;
} 

  .galleryGrid{
  display: grid;
  min-height: 600px;
  height: auto;
  grid-template-columns:1fr;
grid-template-rows:repeat(5, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
padding-bottom: 0px;
}
    
.gridItem{
        height: 60vw;
        width: 100%;
        margin-left: auto;
        margin-right: auto; 
}
    
.gridItem .imgSmall{
    position: absolute;
    top: 10;
    right: -40;
    width: 50vw;
}

.gridItem .imgFeature{
    position: absolute;
    top: -20;
    right: -40;
    width: 50vw;
}
    
.gridItem .imgTiny{
    position: absolute;
    top: 10;
    right: -40;
    width: 40vw; 
    }
    
    
    #gridA{
  grid-column: span 1;
  grid-row: span 1;
}
  #headerBoi{
    font-size: 2.5rem;
  }

.gridSectionSmall {
      
    
    }
  
}

@media only screen and (max-width: 500px){
#gridD .imgSmall{
  width: 50%;
    }}