body {
    background-color: #CAD2C5;
    margin: 0;
}
.top-page {
    width: 100%;
    height: 250px;
    position: relative;
    top: 0;
}
.waves {
    transform: scaleY(-2);
    position:relative;
    width: 100%;
    height:100vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:175px;
    max-height:200px;
  }
  
.content {
    position:relative;
    height:50vh;
    text-align:center;
    background-color: white;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}




.pic-square {
    width: 200px;
    height: 200px;
    background-image: url("./Headshot.png");
    background-size: 200px, 200px;
    background-position: bottom;
    background-color: #354F52;
    border-radius: 20px;
    position:absolute;
    top: 100px;
    left: 42%;
    right: auto;
    opacity: 0;
	animation: fadeIn 1s ease-in both;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.initials {  
    text-transform: lowercase;
    background-image: linear-gradient(
    -225deg,
    #B7E4C7 0%,
    #95D5B2 29%,
    #40916C 67%,
    #081C15 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 100% auto;
    color: #B7E4C7;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    display: inline-block;
    
    position: absolute;
    left: 54%;
    top: 155px;
    font-size: 56px;
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;
}




.memorial-pic {
    position: relative;
    height: 680;
    width: 1000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.memorial-pic::before {
    content: "";
    background-image: url("./WWIMM\ pic\ \(2\).jpg");
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.3;
    border-radius: 20px;
}



.label {
    width: 118px;
    height: 57px;
    position: absolute;
    margin-left: 175px;
    margin-top: 90px;
    background-color: #354F52;
    border-radius: 10px;
    font-size: 28px;
    text-align: center;
    line-height: 1.9;
    color: white;
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;

}

.description {
    position: absolute;
    margin-left: 229px;
    margin-top: 175px;
    text-align: left;
    font-size: 28px;
    color:#354F52;
  
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;

    display: inline-block;
    animation: slideLeft 2s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(200px);
  } 
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}


.label2 {
    width: 118px;
    height: 57px;
    position: absolute;
    margin-left: 350px;
    margin-top: -300px;
    background-color: #354F52;
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.9;
    color: white;
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;


}

.logo img {
    width: 250px;
    height: 100px;
    border-radius: 10px;
    position: absolute;
    margin-top: 60px;
    margin-left: 0px;

}

.description2 {
    position: absolute;
    margin-left: 300px;
    margin-top: 40px;
    width: 500px;
    text-align: left;
    line-height: normal;
    font-size: 28px;
    color:#354F52;
    font-weight: normal;
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;
    display: inline-block;
    animation: slideLeft 2s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(200px);
  } 
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}


.label3 {
    width: 118px;
    height: 57px;
    margin-left: 350px;
    margin-top: 100px;
    background-color: #354F52;
    border-radius: 10px;
    font-size: 28px;
    text-align: center;
    line-height: 1.9;
    color: white;  
    font-weight: bold; 
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;
}


.projects {
    position: relative;
    height: 550;
    width: 850;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    text-align: center;
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;

}

.projects::before {
    content: "";
    background-image: url("./code.jpg");
    
    position: absolute;
    background-size: cover;
    
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
}

.projects h1 {
    font-weight: normal;  
    text-decoration: underline;
    color: yellow;
    position: relative;
    margin-top: 15px;
}

.projects p {
color: #354F52;
position: relative;


}

.label4 {
    width: 118px;
    height: 57px;
    margin-left: 350px;
    margin-top: 50px;
    background-color: #354F52;
    border-radius: 10px;
    font-size: 28px;
    text-align: center;
    line-height: 1.9;
    color: white; 
    position: relative; 
    font-weight: bold;
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;
}

.contact-info {
    text-align: center;
    margin-top: 25px;
    font-size: 28px;
    color:#354F52;
    font-weight: normal;
    font-family: "Roboto", "Source Sans Pro", "Arial", sans-serif;
}

.icons {
    margin-left: 38%;
    margin-right: auto;
    filter: invert(48%) sepia(38%) saturate(567%) hue-rotate(100deg) brightness(94%) contrast(82%);filter: invert(27%) sepia(26%) saturate(478%) hue-rotate(138deg) brightness(94%) contrast(90%);
}

.icons img {
    width: 60px;
    height: 60px;
    padding: 20px;

}

.waves2 {
    position:relative;
    width: 100%;
    height:100vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:200px;
  }
  
.content {
    position:relative;
    height:100vh;
    text-align:center;
    background-color: white;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}
  
