body {
	background-color: rgb(255, 255, 252);
	font-family: "Pixelify Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;			
}
/*day {
    background-color: rgb(255, 255, 252);
}*/
/*night {
    background-color: rgb(220, 221, 221);
}*/
.hidden {
    visibility: hidden;
}
.fontColor {
    color: rgb(69, 69, 69);
    
}
span {    
    color: rgb(69, 69, 69);
	box-shadow: 1px 1px rgba(224, 224, 224, 0.055);
}
a {
	text-shadow: 1px 1px pink;
}
a:hover {
  background-color: rgb(220, 221, 221, 0.5);
}
table {
    text-align: center;
}
td {
    text-align: center;
}

tr {
    text-align: center;
}
#nav {
	font-size: 18px;
}
.container {
	display: grid; 
	justify-content: center;
	align-items: center;
	text-align: center;
}
iframe {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#item1 {
    text-align: center;
}
#item2{
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
#musicNotes {
    margin-top: 5px;
    margin-bottom: -5px;
}
#item6 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  
}
#vids {
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
#fishingDuck {
	margin-left:10px;
}
#linkTable {
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*#foot {
	justify-content: flex-end;
}*/
.wave-text span {
    display: inline-block;
    font-size: 3.5rem;
    animation: wave 2s ease-in-out infinite;
}

.wave-text span:nth-of-type(1) {
    animation-delay: 0.0ms;
}
.wave-text span:nth-child(2) {
    animation-delay: 200ms;
}
.wave-text span:nth-child(3) {
    animation-delay: 400ms;
}
.wave-text span:nth-child(4) {
    animation-delay: 600ms;
}
.wave-text span:nth-child(5) {
    animation-delay: 800ms;
}
.wave-text span:nth-child(6) {
    animation-delay: 1000ms;
}
.wave-text span:nth-child(7) {
    animation-delay: 1200ms;
}
.wave-text span:nth-child(8) {
    animation-delay: 1400ms;
} 
.wave-text span:nth-child(9) {
    animation-delay: 1600ms;
}
.wave-text span:nth-child(10) {
    animation-delay: 1800ms;
}
.wave-text span:nth-child(11) {
    animation-delay: 2000ms;
}
.wave-text span:nth-child(12) {
    animation-delay: 2200ms;
}
.wave-text span:nth-child(13) {
    animation-delay: 2400ms;
}
.wave-text span:nth-child(14) {
    animation-delay: 2600ms;
}
.wave-text span:nth-child(15) {
    animation-delay: 2800ms;
}
.wave-text span:nth-child(16) {
    animation-delay: 3000ms;
}
.wave-text span:nth-child(17) {
    animation-delay: 3200ms;
}
.wave-text span:nth-child(18) {
    animation-delay: 3400ms;
}
@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}