
html {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
}



/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: none;
  z-index: 1;
}
body {
  color: rgba(28, 49, 63, 1);
  text-align: center;
  text-shadow: 0 0.093rem 0.188rem rgba(0, 0, 0, .5); 
  overflow: hidden;
}


.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding-top: 2.5rem; 
  padding-bottom: 1.875rem; 
  text-align: center;
  width: 100%;
}

h1, h2, h3, .pContentTitle{
  font-family: neue-kabel, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4rem;
  font-size: 3rem;
}


/*
 * Header
 */
.navElements {
  width: 50%;
  margin: auto;
  padding: 0;
  font-family: neue-kabel, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  
}

.navElements > li {
  display: inline-block;
}

.navElements > li > a {
  padding: 3vw;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff; 
  color: rgba(28, 49, 63, .75);
  text-decoration: none;
  margin: auto;
  transition: 0.2s;
}


#About {
  padding-left: 0;
}

#Contact {
  padding-right: 0;
}

.navElements > li > a:hover,
.navElements > li > a:focus {
  background-color: transparent;
}
.navElements > .active > a,
.navElements > .active > a:hover,
.navElements > .active > a:focus {
  color: rgba(186, 160, 185, 1);
}

@media (min-width: 48rem) { 
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Cover
 */

.cover {
  padding: 0 1.25rem; 
}
.cover .btn-lg {
  padding: 0.625rem 1.25rem; 
  font-weight: 700;
}



.mastfoot {
  color: #999; 
  color: rgba(3, 3, 3, 0.5);
}


@media (min-width: 48rem) { 
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle; 
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; 
  }
}

.overlay {
  position: fixed;
  inset: 0;
  background: #d8d8d8; 
  -webkit-mask: linear-gradient(#fff,#fff), url('imgs/ShimTYPEDARK.png') no-repeat center;
  -webkit-mask-composite: xor;
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: center, center;
  -webkit-mask-size: cover, 38vw auto;
  mask: linear-gradient(#fff,#fff), url('imgs/ShimTYPEDARK.png') no-repeat center;
  mask-composite: exclude;
  mask-repeat: no-repeat, no-repeat;
  mask-position: center, center;
  mask-size: cover, 38vw auto;
  z-index: -2;
}


.center-image {
  display: none; 
}


.logoSVGContainer {
  display: flex;
  flex-direction: column;    
  padding: 0;
  width: 39vw;               
  height: 18vh;              
  position: absolute;  
  z-index: -2;
  flex: 0 0 auto;
  margin: 0 0 0 0;
  top: 0;
  left: 0;
}

.logoSVGContainer svg {
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  height: auto;
  width: 120vw;
}

.logoSVGContainer svg:nth-child(1) {
  margin-bottom: -0.3%;  
}

.logoSVGContainer svg:nth-child(2) {
  margin-top: -5.8%;  
}

.logoSVGContainer svg:nth-child(3) {
  margin-top: -1.5%;  
}

.logoSVGContainer svg:nth-child(4) {
  margin-top: -4.1%;  
}

.logoSVGWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 39vw;
  height: 18vh;
  overflow: hidden; 
  z-index: -3;
}

.logoSVGTrack {
  display: flex;
  width: max-content; 
  flex-wrap: nowrap;
}

/*Cross Hatching Overlay*/

.hatchContainer1, .hatchContainer2, .hatchContainer3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} 

.hatchContainer1 img, .hatchContainer2 img, .hatchContainer3 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  animation: hatchAnim 6s ease 0.2 infinite forwards none; 
}

/*Three hatching backgrounds*/
.hatch1 {
  display: block;
  
}

.hatch2 {
  display: block; 
  
}

.hatch3 {
  display: block;
  
}

.HomePage {
  display: block;
}

/* About Page */
.AboutPage {
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  padding: 0;

  display: none;
}

.LogoTopA, .LogoTopP, .LogoTopC {
  position: absolute;
  width: 25%;
  height: 13%;
  top: 0;
  left: 0;
}

.LogoTopA img, .LogoTopP img, .LogoTopC img {
  width: 80%;
  height: auto;
  padding-top: 1.9rem;
  padding-right: 3rem;
}

.aboutContent {
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  transform: translate(50%, 25%);
}

.aboutContent h3 {
  font-size: 3rem;
  margin-bottom: -0.5vw;
  font-family: neue-kabel, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4rem;
}

.aboutContent p {
  font-size: 1.3rem;
}

.aboutBold{
  font-weight: 700;
}

.aOverlay {
  position: fixed;
  inset: 0;
  background: #d8d8d8; 
  z-index: -2;
  display: block;
}

/* Portfolio Page */
.PortfolioPage {
  width: 100%;
  height: 100vh;
  margin: auto;
  top: 0;
  left: 0;
  padding: 0;

  justify-content: center;
  align-items: center;

  display: none;
}

.pContentTitle {
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: -68vh;
}

.portfolioContent {
  width: 80%;
  height: 70vh;
  margin-top: 11vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.pScroller {
  width:95%;
  height: 100%;
  display: flex;
  overflow: auto;
  overflow-x: hidden;
}

/* Project 1 */
.pImages1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 85vh;
}

.pThumbnails {
  border: solid 0.2vw #1c313f;
  background-color: #1c313f88;
  width: 38vh;
  height: 38vh;
  margin: 0.6vw;
  padding: 0vw;
  transition: 0.2s;
  display: block;
  overflow: hidden;
}


.pThumbnails img {
  object-fit: fit;
  width: 101%;
  height: 101%;
}

.pThumbnails img:hover {
  opacity: 0.5;
}

.pThumbnails:hover {
  transform: scale(1.02);
  color: #1c313f;
}

.p1Content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  justify-content: center;
  height: auto;
  width: 100vw;
  height: 85vw;
}

.p1Back{
  position: absolute;
  top: 14.4vh;
  left: 70vh;
  transform: scale(0.8);
  transition: 0.2s;
}
.p1Back:hover{
  top: 14.4vh;
  left: 70vh;
  transform: scale(1);
}

.p1Text{
  width: 90%;
  height: 19vh;
  font-size: 0.8vw;
  padding-bottom: 0;
}

.p1Text p{
  margin-top: 0.4vw;
  margin-bottom: 0.3vw;
}
.p1Title{
  font-family: neue-kabel, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2vw;
  margin-top: 0;
  margin-bottom: 0;
}

.p1ImgWrapper{
  width: 90%;
  margin-top: 0vh;
  display: block;
}

.p1ImgRow{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0vh;
}

.p1ImgCol{
  flex: 48%;
  max-width: 49%;
  padding: 0 1vh;

}

.p1ImgCol img{
  vertical-align: middle;
  margin-top: 1vh;
}

.p1Content{
  display: none;
}

/*Project 2 */

.p2Content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  justify-content: center;
  height: auto;
  width: 100vw;
  height: 85vw;
}

.p2Back{
  position: absolute;
  top: 14.4vh;
  left: 70vh;
  transform: scale(0.8);
  transition: 0.2s;
}
.p2Back:hover{
  top: 14.4vh;
  left: 70vh;
  transform: scale(1);
}

.p2Text{
  width: 90%;
  height: 19vh;
  font-size: 0.8vw;
  padding-bottom: 0;
}

.p2Text p{
  margin-top: 0.4vw;
  margin-bottom: 0.3vw;
}
.p2Title{
  font-family: neue-kabel, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2vw;
  margin-top: 0;
  margin-bottom: 0;
}

.p2ImgWrapper{
  width: 90%;
  margin-top: 0vh;
  display: block;
}

.p2ImgRow{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0vh;
}

.p2ImgCol{
  flex: 48%;
  max-width: 49%;
  padding: 0 1vh;
}
.p2ImgCol2{
  flex: 32%;
  max-width: 32%;
  padding: 0 0.9vh;
}

.p2ImgCol img{
  vertical-align: middle;
  margin-top: 1vh;
}

.p2ImgCol2 img{
  vertical-align: middle;
  margin-top: 1vh;
}

.p2Content{
  display: none;
}

/*Project 3 */

.p3Content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  justify-content: center;
  height: auto;
  width: 100vw;
  height: 85vw;
}

.p3Back{
  position: absolute;
  top: 14.4vh;
  left: 70vh;
  transform: scale(0.8);
  transition: 0.2s;
}
.p3Back:hover{
  top: 14.4vh;
  left: 70vh;
  transform: scale(1);
}

.p3Text{
  width: 90%;
  height: 19vh;
  font-size: 0.8vw;
  padding-bottom: 0;
}

.p3Text p{
  margin-top: 0.4vw;
  margin-bottom: 0.3vw;
}
.p3Title{
  font-family: neue-kabel, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2vw;
  margin-top: 0;
  margin-bottom: 0;
}

.p3ImgWrapper{
  width: 90%;
  margin-top: 0vh;
  display: block;
}

.p3ImgRow{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0vh;
}

.p3ImgCol{
  flex: 48%;
  max-width: 49%;
  padding: 0 1vh;

}

.p3ImgCol img{
  vertical-align: middle;
  margin-top: 1vh;
}

.p3Content{
  display: none;
}

/*Project 4 */

.p4Content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  justify-content: center;
  height: auto;
  width: 100vw;
  height: 85vw;
}

.p4Back{
  position: absolute;
  top: 14.4vh;
  left: 70vh;
  transform: scale(0.8);
  transition: 0.2s;
}
.p4Back:hover{
  top: 14.4vh;
  left: 70vh;
  transform: scale(1);
}

.p4Text{
  width: 90%;
  height: 19vh;
  font-size: 0.8vw;
  padding-bottom: 0;
}

.p4Text p{
  margin-top: 0.4vw;
  margin-bottom: 0.3vw;
}
.p4Title{
  font-family: neue-kabel, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2vw;
  margin-top: 0;
  margin-bottom: 0;
}

.p4ImgWrapper{
  width: 90%;
  margin-top: -6vh;
  display: block;
}

.p4ImgRow{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0vh;
}

.p4ImgCol{
  flex: 48%;
  max-width: 49%;
  padding: 0 1vh;
}

.p4ImgCol img{
  vertical-align: middle;
  margin-top: 1vh;
}

.p4ImgCol2{
  flex: 48%;
  max-width: 49%;
  padding: 0 1vh;
}

.p4ImgCol2 img{
  vertical-align: middle;
  margin-top: 1vh;
}



.p4Content{
  display: none;
}

/*Project 5 */

.p5Content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: top;
  justify-content: center;
  height: auto;
  width: 100vw;
  height: 45vw;
}

.p5Back{
  position: absolute;
  top: 14.4vh;
  left: 70vh;
  transform: scale(0.8);
  transition: 0.2s;
}
.p5Back:hover{
  top: 14.4vh;
  left: 70vh;
  transform: scale(1);
}

.p5Text{
  width: 90%;
  height: 19vh;
  font-size: 0.8vw;
  padding-bottom: 0;
}

.p5Text p{
  margin-top: 0.4vw;
  margin-bottom: 0.3vw;
}
.p5Title{
  font-family: neue-kabel, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2vw;
  margin-top: 0;
  margin-bottom: 0;
}

.p5ImgWrapper{
  width: 90%;
  margin-top: 0vh;
  display: block;
}

.p5ImgWrapper div{
  margin-top: 0vh;
}

.p5Content{
  display: none;
}

.pOverlay {
  position: fixed;
  inset: 0;
  background: #d8d8d8; /* fully opaque */
  z-index: -2;
  display: block;
}


/* Contact Page */

.ContactPage {
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  padding: 0;

  display: none;
}

.contactContent {
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  transform: translate(50%, 25%);
}

.contactContent p{
  font-weight: 700;
  font-size: 1.2vw;
}

.cOverlay {
  position: fixed;
  inset: 0;
  background: #d8d8d8; /* fully opaque */
  z-index: -2;
  display: block;
}