@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&display=swap');

body {
    margin: auto;
    background-color: #333333;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    text-align: center;
    background-color: #FFFFFF;
}

nav {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    letter-spacing: 5px;
}

#mainNav {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);

}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
}

.homeHeader {
    background-image: url(../images/home-cover-image.jpg);
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    letter-spacing: 1px;
    font-weight:300;
    margin: 0px;
}
#homeheaderCopy {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-shadow: 0px 0px 30px black;
  }

nav.homeNav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFFFFF;
}

#title {
    font-size: 4em;
}

main {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    display: block;
}

footer {
    clear: left;
    padding: 5px;
    text-align: center;
    background-color: #222222;
    color: #666666;
    letter-spacing: 2px;
    font-size: small;
    width: 100%;
    height: 100%;
}

a.navLink:link {color:#666666; text-decoration: none;}
a.navLink:visited {color:#666666; text-decoration: none;}
a.navLink:hover {color: #98cd99; text-decoration: none;}

a.backToPortfolio:link {
    color:#FFFFFF; 
    text-decoration: none;
    letter-spacing: 5px;
    font-weight: 300;
}
a.backToPortfolio:visited {
    color:#FFFFFF; 
    text-decoration: none;
    letter-spacing: 5px;
    font-weight: 300;
}
a.backToPortfolio:hover {
    color:#98cd99; 
    text-decoration: none;
    letter-spacing: 5px;
    font-weight: 300;
}

h1 {
    font-weight:300;
    letter-spacing: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

h2 {
    color: #ffffff;
    letter-spacing: 5px;
    font-weight:300;
}

h4 {
    color: #ffffff;
    letter-spacing: 5px;
    font-weight:300;
}

.bodyCopy {
    font-weight:300;
    letter-spacing: 1px;
    color: #999999;
}

.navItem {
    display: inline-block;
    padding: 10px;
}

.portfolioFilters {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}

.filterButton {
    background-color: #98cd99;
    border: none;
    color: #333333;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 2px;
    cursor: pointer;
    letter-spacing: 1px;
}

.portfolioImage{
    width: 100%;
    display: block;
    
}

.projectImage{
    width: 100%;
    display: block;
    cursor: pointer;
}

.pjct {
    width:31%;
    float: left;
    margin: 1%;
}
#project01 {
    background-image: url(../images/portfolio-page/960x540-project-1-green.jpg);
    background-size: contain;
}
#project02 {
    background-image: url(../images/portfolio-page/960x540-project-2-green.jpg);
    background-size: contain;
}
#project03 {
    background-image: url(../images/portfolio-page/960x540-project-3-green.jpg);
    background-size: contain;
}

#project04 {
    background-image: url(../images/portfolio-page/960x540-project-4-green.jpg);
    background-size: contain;
}
#project05 {
    background-image: url(../images/portfolio-page/960x540-project-5-green.jpg);
    background-size: contain;
}
.portfolioImage:hover {
	-webkit-transition: opacity .5s;
	transition: opacity .4s;
	opacity: 0;
	padding: 0px;
}
.fontactForm {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    display: block;
    text-align: center;
  }
.w {
    width: 95%;
    margin-top: 10px;
  }
.w2 {
    margin-top: 10px;
  }

.phonenum {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight:300;
  }

.formLabel {
    color: #999999;
    letter-spacing: 5px;
    font-weight:300;
}

input {
    padding: 5px;
    border:0px;
}
.submitButton {
    background-color: #98cd99;
    border: none;
    color: #333333;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 2px;
    cursor: pointer;
}
.resume {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
    padding-left: 1%;
    padding-right: 1%;
    display: block;
}
.resumeSection {
    color: #FFFFFF;
    letter-spacing: 5px;
    font-weight: 300;
    padding-top: 10px;
    text-transform: uppercase;
}

.place {
    font-weight:500;
    color: #FFFFFF;
}
/* Mobile Nav */
.mobilenav {
    background-color: #222222;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color:#666666;
  }

.mobilenavHome {
    width:100%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;

}
#pophead {
    display: none;
    font-size: 40px !important;
}

#pop {
	display: none;
    list-style-type:none;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #666666;
}
.mobilenavHead {
    background-color: #ffffff;
    padding: 5px;
    /* font-size: 2em; */
    text-align: left;
}
.popli {
    padding:0px;
}
.popli a:link {
	text-decoration: none;
    display: block;
    padding: 20px;
    font-size: 40px;
    text-align: center;
    color: #666666;
}

.popli a:visited {
	text-decoration: none;
    color: #666666;
    ;
}
.popli a:hover {
	text-decoration: none;
    color: #333333;
    background-color: #98cd99;
}
.popli a.current {
    color: #98cd99;
    background-color: #333333;
}
.linkButton {
 background-image: url("../images/hamburger.png") ;
 background-repeat: no-repeat;
 display: none;
 padding:0px;
 width:30px;
 height:28px;
 border: none;
 position: absolute;
 top: 31px;
 right: 24px;
 z-index: 25;
}

.linkButtonHome {
    background-image: url("../images/hamburgerHome.png") ;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    display: none;
    width:30px;
    height:28px;
    border: none;
    position: absolute;
    top: 31px;
    right: 24px;
    z-index: 25;
   }

.xlinkButton {
    background-image: url("../images/mobileNavCloser.svg") ;
    background-repeat: no-repeat;
    display: none;
    padding:0px;
    width:30px;
    height:28px;
    border: none;
    position: absolute;
    top: 31px;
    right: 24px;
    z-index: 30;
   }

video {
    max-width: 100%;
    height: auto;
  }



@media screen and (max-width: 1000px) {
    .portfolioFilters {
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
    }
    .pjct {
        width:46%;
        float: left;
        margin: 2%;
    }    

    /* #title {
        font-size: 2em;
    } */

    .resume {
        padding-left: 2%;
        padding-right: 2%;
    }
  }


  @media screen and (max-width: 992px) {
    header {
        text-align: left;
        padding-left: 4%;
        border-bottom: solid 8px #222222;
    }
    h1 {
        font-size: 40px;
    }
    #title {
        font-size: 80px;
    }

    h2 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    .resumeSection {
        font-size: 26px;
    }

    .bodyCopy {
        font-size: 22px;
    }
    .filterButton {
        font-size: 22px;
    }

    .homeheaderBody {
        font-size: 30px;
    }
    .navLink h1 {
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .portfolioFilters {
        margin-left: 4%;
        margin-right: 4%;
        width: 92%;
    }
    .pjct {
        width:92%;
        float: left;
        margin: 4%;
    }    
    .navLink {
        font-size: small;
    }

    .navItem {
        padding: 5px;
    }
    .resume {
        padding-left: 4%;
        padding-right: 4%;
    }

    .linkButton {
        display: block;
    }
    .linkButtonHome {
        display: block;
    }
    #mainNav {
        display: none;
      }

    .homeNav {
        display: none;
      }
    
  }

  @media screen and (min-width: 993px) {

    #popX {
        display: none !important;
    }
    #homeheaderCopy {
        display: block !important;
    }

    .mobilenav {
        display: none;
    }

  }
