@import url(https://fonts.googleapis.com/css?family=Sniglet|Raleway:900);

/* ---- formrun ---- */
.formrun-error {
  color: #0066ff;
  text-align: center;
}

/* ---- seaContact ---- */
.seaContactH {
  width: 100%;
  height: auto;
  padding-bottom: 4.235rem;
  margin-bottom: 0;
  text-align: center;
  background: url('../../img/seaContact/golf.png') repeat-x bottom;
}
.seaContactH h2 {
  font-weight: normal;
  font-size: 4rem;
  font-family: 'Raleway', sans-serif;
  margin: 1.618rem auto;
  color: #F90;
  text-align: center;
}
.seaContact {
  margin-bottom: 2.618rem;
}
/* Animation webkit */
@-webkit-keyframes myfirst
 {
  0% {margin-left: -235px}
  90% {margin-left: 100%;}
  100% {margin-left: 100%;}
}
/* Animation */
@keyframes myfirst
 {
  0% {margin-left: -235px}
  70% {margin-left: 100%;}
  100% {margin-left: 100%;}
}
.fish {
  background-image: url('../../img/seaContact/fish.png');
  width: 235px;
  height: 104px;
  margin-left: -235px;
  position: absolute; 
  animation: myfirst 24s;
  -webkit-animation: myfirst 24s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
#fish {
  top: 7.5rem;
}
#fish2 {
  top: 16.25rem;
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
}
#fishform {
  position: relative;
  padding: 0.618rem 0rem 1.618rem;
  background-color: #98d4f3;
  overflow: hidden;  
}
#fishform form {
  margin: 0 auto;
  width: min(500px, 99%);
  padding-top: 2.618rem;
  color: white;
  position: relative;
}
#fishform label,
#fishform input,
#fishform button,
#fishform textarea {
  display: block; 
}
#fishform input,
#fishform button,
#fishform textarea {
  width: min(500px, 99%);
  border: none;
  border-radius: 0.618rem;
  outline: none;
  padding: 0.618rem;
  font-family: 'Sniglet', cursive;
  font-size: 1em;
  color: #676767;
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -o-transition: border 0.5s;
  border: solid 3px #98d4f3;  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
#fishform input:focus,
#fishform button:focus,
#fishform textarea:focus {
  border: solid 3px #77bde0;  
}
#fishform textarea {
  height: 100px;  
  resize: none; 
  overflow: auto;
}
#fishform input[type="submit"],
#fishform button[type="submit"] {
  background-color: #F90;
  color: white;
  border-radius: 1.618rem;
  padding: 0.618rem;
  cursor: pointer;
  margin-top: 1.618rem;
  font-size: 1.125em;
  font-family: 'Sniglet', cursive;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#fishform input[type="submit"]:hover,
#fishform button[type="submit"]:hover {
  background-color: #e58f0e; 
}
#fishform label {
  font-size: 1.125rem;
  margin-top: 0.618rem;
  padding-left: 0.618rem;
}
#fishform a {
  font-size: 1rem;
  color: yellow;
}