.intro{
    height: 92vh;
    width: 100%;
    background:url('./images/Blue-Geometric.png');
    background-size: cover;
    background-position: center;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: gold;
    font-size: 1.5em;
    font-family: lobster;
}

body{
    /* background: rgb(226, 247, 255); */
    background: gold;
    padding: 0%;
    margin: 0%;
}
.nav{
    height: 8vh;
    background: gold;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 4px;
   
}
.navLinks{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: blue;
    font-family: lobster;
    font-size: 1.5em;
   
}
#propic{
    border-radius: 100%;
    border: solid 2px gold;
}
#logo{
    height:7vh;
}
#logoWrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.name{
    margin: 2px;
    text-shadow: 1px 1px  3px black;
    text-align: center;
}
.about{
    height: 100vh;
}
.scroll-animations{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
.aboutBox{
    width: 80%;
    height:80vh;
    margin:20px;
   
    border: solid blue 8px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    background: url('./images/kisspng-geometry-desktop-wallpaper-triangle-cool-designs-5abc89f24e5ea2.761541951522305522321.png');
    background-size: cover;
    
    background-position: bottom;
}
#aboutHead{
    color: blue;
    font-family: lobster;
}
.aboutp{
    
    margin: 30px;
    
    /* color: rgb(81, 81, 255); */
    font-family: Acme;
    font-size: 1.5em;
}
@media only screen and (max-width:415px) {
    .aboutp {
        font-size: 1em;
    }
  }
#projects{
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: blue;

}
.projectCard{
    height: 450px;
    width: 370px;
    background: gold;
    font-family: Acme;
    border: solid gold 2px;
    border-radius: 10px;
    color: blue;
    margin: 20px;
    display: flex;
  justify-content: space-between;
  flex-direction: column;
    
}
.projectCard h1{
    margin: 5px;
    text-align: center;
    font-family: lobster;
    color: blue;
    
}
.projectCard p{
    margin: 5px;
}
.projLink{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: url('./images/Blue-Geometric.png');
    background-size: cover;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0px;
    
}
.projLink a{
text-decoration: none;
color: gold;
font-size: 1.5em;
width: 50%;
border-left: solid gold 3px;
height: 50px;
text-align: center;

}
#projhead{
    background: blue;
    width: 100%;
    text-align: center;
    color: gold;
    font-family: lobster;
}
#contact{
    width: 100%;
    height: 100vh;
    background: url('./images/Blue-Geometric\ copy.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: lobster;
    font-size: 2em;
    color: gold;
    text-shadow: 2px 2px 2px black;
}
#contactpic{
    /* border-radius: 100%; */
    width: 370px;
    height: 370px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    background: url('./images/contactinfo2.png');
    background-size: cover;
    background-position: center;
    background-position-y: -30px
}