html,body {
  padding: 10px;
}

.headStyle {
  overflow-x: hidden;
}

.container {
    text-align: center;
    position: relative;
    left: -50%;
    align-self: center;
    overflow: hidden;
}
  
  .linear {
    animation: grow 1s linear infinite;
    transform-origin: center;
  }

  @keyframes grow {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
  }

.wrapper1 {
  display: flex;
}

.wrapper2 {
  margin-left:auto;
}

.wrapper3 {
  display: inline-flex;
  padding-top: 20px;
  padding-right: 30px;
}

.welcomeSign {
  z-index: 3;
  padding: 30px;
  height: 70px;
}

.musicButton {
  background-image: url(../assets/grassbackground.png);
  background-color: rgb(139, 240, 139, 0.5);
  background-blend-mode: lighten;
  border-color: blue;
  color: blue;
  cursor: pointer;
  padding: 10px;
  border-radius: 20px;
  border-style: double;
  border-width: thick;
  font-size: 1em;
}

.musicButtonText {
  color: blue;
  margin-top: 6px;
}

.subtitleText {
  color: blue;
  font-size: 2.3em;
  font-weight: bold;
  text-decoration: underline;
}

.textHover {
  font-family: 'Times New Roman';
  transition: font-family 0.3s ease;
}

.textHover:hover {
  font-family: 'Comic Sans MS';
}

.experienceText {
  color: blue;
  font-size: 1.7em;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
}

.seal {
  margin-top: 20px;
}

.looseSeal {
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.contactLink {
  text-decoration: none;
  color: inherit;
}

.testimonialsTitle {
  margin-bottom: -50px;
  margin-top: 120px
}

.testimonialsBox {
  background-image: url(../assets/Dolphins-cl.png);
  margin: 60px;
  border-style: outset;
  border-width: thick;
  border-color: blue;
}

.boxImage {
  float: right;
  margin: 20px;
}

#bug {
  margin: 0 20px;
}

.testimonialsPadding {
  text-align: left;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}

.testimonialsText {
  color: blue;
  font-size: 1.8em;
  font-weight: 600;
}

.testimonialRule {
  margin-bottom: 40px;
  margin-top: 40px;
  color: blue;
}

.servicesRule {
  color: blue;
}

.testimonialAttribution {
  text-align: center;
}

.portfolioTitle {
  margin-bottom: -50px;
  margin-top: 20px;
}

.signature {
  height: 60px;
}

.portfolioBox {
  background-image: url(../assets/Dolphins-cl.png);
  overflow: hidden;
  margin: 60px;
  border-style: outset;
  border-width: thick;
  border-color: blue;
}

.portfolioItemContainer {
  float: left;
  clear: both;
  margin-bottom: 16px;
}

.portfolioItemContainer:first-of-type {
  clear: none;
}

.contactLinkButton {
  background-image: url(../assets/grassbackground.png);
  background-color: rgb(139, 240, 139, 0.5);
  background-blend-mode: lighten;
  border-color: blue;
  color: blue;
  cursor: pointer;
  margin: 60px;
  padding: 10px;
  border-radius: 20px;
  border-style: double;
  border-width: thick;
  font-size: 1em;
}

.mailbox {
  margin-top: 6px;
}

.whyWait {
  position: absolute;
  left: 50%;
  margin-top: -10px;
}

.whyWaitText {
  color: blue;
  font-weight: heavy;
  font-size: 2em;
  display: block;
}

.title {
  color: blue;
  font-size: 1.9em;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgb(2, 61, 98);
}

.normalText {
    color: blue;
    font-size: 1.6em;
    font-weight: bold;
}

@media(max-device-width: 767px) {
  .normalText {
    font-size: 1.6em !important;
  }

  .title {
    font-size: 1.9em !important;
  }
}

@media(max-width: 991.97px) {
  .normalText {
    font-size: 1.2em;
  }

  .title {
    font-size: 1.5em;
  }
}

@media(min-width: 991.98px) {
  .normalText {
    font-size: 1.6em;
  }

  .title {
    font-size: 1.9em;
  }
}

#lastItem {
  @media (max-device-width: 767px) {
    display: block;
    margin-bottom: 20px;
  }
}

.services {
  color: blue;
  font-size: 1.7em;
  font-weight: bold;
}

.services:hover {
  font-family: 'Comic Sans MS';
}

.servicesContainer {
  margin: auto;
  width: 60%;
  margin-bottom: 20px;
  margin-top: 30px;
}

.serviceContainer {
  clear: both;
  margin-top: 10px;
}

.fishBullet {
  height: 20px;
  margin-right: 8px;
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.portfolioItem {
  height: 100px;
  margin-bottom: 10px;
  margin-right: 20px;
  border-radius: 50%;
  margin-top: 20px;

  @media (max-width: 991.98px) {
    height: 50px;
    margin-right: 10px;
  }
}

.portfolioImage {
  display: inline-block;
}

.formContainer {
  clear: both;
  margin-top: 10px;
}

.contactText {
  float: left;
  margin: 20px;
  text-align: left;
}

@media (max-device-width: 374px) {
  .portfolioImage {
    display: none !important;
  }
}

#portfolioText {
  margin-top: 16px;
  float: right;

  @media (max-width: 991.98px) {
    margin-top: 5px;
  }
}

.testimonialsTextContainer {
  background-color: rgba(149, 152, 189, 0.6);
  border-style: inset;
  padding: 10px;
}

#testimonialsText {
  z-index: 100;
}

@media (max-device-width: 767px) {
  .experience {
    font-size: 0.85em !important;
  }

  #portfolioText {
    font-size: 1em;
  }

  #testimonialsText {
    font-size: 1em;
  }
}

.portfolioContent {
  margin-left: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  width: calc(100% - 20px);
  text-align: left;
  float: left;
}

.underConstruction {
  margin-top: 10px;
}

.impressiveAccolade {
  font-weight: bold;
}

.dancingTomato {
  margin-left: 10px;
  height: 30px;
}

.portfolioLink {
  color: blue;
}


.contactTitle {
  margin-bottom: -50px;
  margin-top: 20px;
}

.contactBox {
  background-image: url(../assets/Dolphins-cl.png);
  margin: 60px;
  border-style: outset;
  border-width: thick;
  border-color: blue;
  overflow: auto;
}

@media (max-device-width: 767px) {
  .portfolioContent {
    float: none;
  }
}

a:visited {
  color: blue;
}

.darklinear {
  width: 25%;
  margin-top: -100px;
  margin-bottom: 20px;

  @media (max-width: 991.98px) {
    width: 40%;
  }
}

.submitText {
  color: blue;
  cursor: pointer;
  margin-bottom: 30px !important;
}

.lineBreak {
  width:80%;
  margin-bottom: 20px;
}

.hitCounterText {
  padding: 10px;
  font-size: 1.2em;
}

.hitCounterImage {
  height: 40px;
  margin-bottom: 10px;
}

.formInput {
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box; 
  box-sizing:content-box;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

/* Hide Brave/Google Translate helper (causing bug on Brave mobile) */
#goog-gt-tt,
.goog-tooltip.skiptranslate,
#gtx-trans,
.goog-te-banner-frame.skiptranslate {
  display:none !important;
  visibility:hidden !important;
}
