
body {
  margin: 30px auto;
  max-width: 1200px;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  padding: 30px 20px;
  background-image: url("Images/waterbubbles.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

h1{
  padding: 20px 0px 10px 0px;
}


p{
  margin: 10px;
  padding: 1px;
  border 2px double;
  background-color: rgba(201, 0, 76, 0.7);
  font-family: "Amatic SC";
  text-align: center;
  color: white;
}

h3, h4, h5{
  text-align: center;
}



a:link, a:visited {
  background-color: rgba(255, 0, 0, 0.3);
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: rgba(260, 0, 0, 0.7);
}



img{
  display: block;
  margin: 0px auto;
  text-align: center;
  height: 400px;
  width: auto;
}

.artpiece1-item{
  margin-left: 100px;
  margin-right: 100px;
  /* padding: 60px; */
}

.artpiece2-item{
  margin-left: 70px;
  /* padding: 60px; */
}

.artpiece3-item{
  margin-left: 70px;
  /* padding: 60px; */
}






.portfolio-item{
  margin-top: 60px;
  padding: 60px;
  background-color: rgba(255, 0, 0, 0.3);
}



/* Fish animation */
/* Franklin's Container */
.fish {
  width: 150px;
  height: 100px;
  animation: swim 3s infinite;
}

/* Franklin */
.fish-body {
  position: relative;
  margin-top: 30px;
  margin-left: 40px;
  background-image: linear-gradient(orange, yellow);
  border-radius: 50%;
  width: 150px;
  height: 100px;
}

.eye {
  position: absolute;
  margin-left: 100px;
  margin-top: 20px;
  z-index: 1;
  background-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.pupil {
  position: absolute;
  z-index: 2;
  margin-left: 5px;
  margin-top: 5px;
  background-color: black;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.fin {
  margin-top: -100px;
  background-image: linear-gradient(orange, yellow);
  border-radius: 50%;
  transform: rotate(40deg);
  width: 80px;
  height: 50px;
}

.fin-bottom {
  margin-top: -10px;
  transform: rotate(-40deg);
}

/* Bubbles */
.bubbles {
  position: absolute;
  bottom: 0;
  z-index: 5;
  margin-right: 50px;
  background-color: white;
  border-radius: 50%;
  opacity: .50;
  width: 40px;
  height: 40px;
  animation: up 4s infinite;
}

.bubble-2 {
  left: 350px;
  animation: up 2s infinite;
}

.bubble-3 {
  left: 750px;
  opacity: .30;
  animation: up 5s infinite;
}

.bubble-4 {
  left: 1150px;
  animation: up 6s infinite;
}

.bubble-5 {
  left: 50px;
  animation: up 5s infinite;
}

.bubble-6 {
  left: 300px;
  opacity: .30;
  animation: up 3s infinite;
}

.bubble-7 {
  left: 670px;
  animation: up 4s infinite;
}

.bubble-8 {
  left: 1050px;
  opacity: .30;
  animation: up 3s infinite;
}

/* Swim Animation */
@keyframes swim {
  0% {
    transform: translateY(-50px) translateX(0) rotate(30deg);
  }
  25% {
    transform: translateY(50px) translateX(250px) rotate(20deg);
  }
  50% {
    transform: translateY(100px) translateX(500px);
  }
  75% {
    transform: translateY(50px) translateX(850px) rotate(-20deg);
  }
  100% {
    transform: translateY(-170px) translateX(1200px) rotate(-40deg);
  }
}

/* Bubbles Animation */
@keyframes up {
  100% {
    transform: translateY(-800px);
  }
}



h1 {
  padding: 20px 0px 10px 0px;
}
