 :root {
 
  --body-bg-image: url('/nona/graphics/bg.png');


  --content: #ffcfe8; 
}

::-webkit-scrollbar {
width: 14px;
height: 10px;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(90deg, rgba(238,238,238,1) 38%, rgba(206,206,206,1) 62%);
border: 1.5px solid #888888;
border-radius: 5px;
}

::-webkit-scrollbar-track {
background: linear-gradient(90deg, rgba(230,230,230,1) 6%, rgba(240,240,240,1) 18%);
}

::-webkit-scrollbar-button {
display: block;
width: 14px;
height: 16px;
}

::-webkit-scrollbar-button:vertical:start:decrement {
background: white;
background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
border: 1.5px solid #888888;
border-radius: 5px;
}

::-webkit-scrollbar-button:vertical:start:increment {
display: none;
}

::-webkit-scrollbar-button:vertical:end:decrement {
display: none;
}

::-webkit-scrollbar-button:vertical:end:increment {
background: white;
background-image: url("https://dl.dropbox.com/s/vtnpkuealr2f7u4/whc8iy3_d.png");
border: 1.5px solid #888888;
border-radius: 5px;
}


hr {
  border-top: 2.5px dashed skyblue;
 }

 ::selection {
  background-color: #a1fff9;
  color: black;
  -webkit-text-stroke: .5px black;
 }

 html, body {
  height: 100%;
  font-size: 38px;
  font-family: "Cormorant Upright";
  -webkit-text-size-adjust: none;
  margin: 0 auto;
  background-color: gray;
  background-size: 200px;
  background-position: center;
  background-image: var(--body-bg-image);
  color: white;
}

 body a {
  color: skyblue;
  -webkit-text-stroke: .5px white;
  text-decoration: none;
 }


 * {
  box-sizing: border-box;
}

button {
  background-image: linear-gradient(#44d4cc,#06c4bb);
  font-family: 'belly';
  color: white;
  font-size: 1.1rem;
  border: 2px dashed #baf7ff;
  outline: 1.2px solid #adfffb;
  border-radius: 5%;
  text-transform: lowercase;
  -webkit-text-stroke: 1px white;
}

input {
  font-family: "Cormorant Upright";
  -webkit-text-stroke: .5px black;
}

 .bold {
  -webkit-text-stroke: 1px black;
}

.required {
  -webkit-text-stroke: .5px pink;
  color: pink;
}

.c {
  background-color: hotpink;
  border-radius: 0 25% 0 25%;
  padding: .5%;
  margin-left: 10%; 
  color: black;
  -webkit-text-stroke: 1px black;
}

.e {
  background-color: white; 
  border-radius: 0 25% 0 25%;
  padding: .5%;
  margin-left: 29%;
  color: black;
  -webkit-text-stroke: 1px black;
}

.b {
  background-color: mediumpurple; 
  border-radius: 25% 0 25% 0; 
  padding: .5%; 
  color: white;
  -webkit-text-stroke: 1px white;
}

.s {
  background-color: skyblue; 
  border-radius: 25% 0 25% 0; 
  padding: .5%; 
  margin-left: 15%;
  color: white;
  -webkit-text-stroke: 1px white;
}

.left {
  width: 100%;
  height: 30px;
  font-family: 'whomp';
  font-size: 1.4rem;
  text-transform: lowercase;
  color: white;
  -webkit-text-stroke: 1px #059c97;
  text-align: left;
  margin-bottom: 10%;
}

.right {
  width: 100%;
  height: 30px;
  font-family: 'whomp';
  font-size: 1.4rem;
  text-transform: lowercase;
  color: white;
  -webkit-text-stroke: 1px #059c97;
  text-align: right;
  margin-bottom: 10%;
  padding-right: 1%;
}

 #hold {
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  background-color: white;
  overflow: auto;
  overflow-x: hidden;
  text-align: center;
  padding: 1.2%;
 }
 
 #holde {
  width: 100%;
  height: auto;
  background-color: white;
  text-align: center;
  padding: 1.2%;
  background-image: url('/nona/graphics/wave.gif');
  background-size: 200px;
 }
 
 #heading {
  width: 100%; 
  height: 450px; 
  background-image: url('/nona/graphics/abt/nona.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  padding: 5%; 
  padding-top: 40%;
  border: 1.4px dashed white;
  outline: 1px solid black;
}
 
 #scroll {
  height: 575px;
  width: 100%;
  overflow:auto;
  overflow-x: hidden;
 }
 
 #top {
  width: 100%; 
  height: auto;
  background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)), url('https://poseur.neocities.org/images/bg/sky.gif'); 
  background-size: 150px; 
  color: black; 
  margin-bottom: -13%;
  font-size: .9rem; 
  text-align: center; 
  -webkit-text-stroke: .7px black;
}
 
 #rules{
  width: 100%;
  height: 115px; 
  margin: 0 auto; 
  display: flex; 
  justify-content: center; 
  align-items: center;
  font-size: 2rem; 
  font-family: 'whomp'; 
  color: pink; 
  -webkit-text-stroke: 1px black;
 }
 
 #form {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex; 
  flex-direction: column;
  margin-left: -10px;
  -webkit-text-stroke: 1px white;
}

.col {
width: 100%;
height: 100px;
display: flex;
flex-direction: row;

}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted white;
  font-size: 1rem;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #04ccbf;
  color: black;
  text-align: center;
  border-radius: 6px;
  border: 1px solid white;
  outline: 1.1px solid #024f4a;
  padding: 5px 0;
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 20%;
  margin-left: -90px;
  color: white;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.filler {
  height: 215px;
  width: 100%;
}

.filler:nth-child(3) {
  height: 130px;
}

#container {
  width: 100%;
  height: auto;
  background-image: linear-gradient(transparent,#3ccfd7 1%);
  background-size: cover;
  position: relative;
  padding: 2%;
  text-align: center;
  margin-top: -1%;
}

#contain {
  width: 100%;
  height: auto;
  background-image: linear-gradient(transparent,#37ccd5 1%);
  background-size: cover;
  position: relative;
  padding: 2%;
  text-align: center;
  margin-top: -1%;
}

#hold {
 width: 100%;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 2%;
  background-image: url('/nona/graphics/wave.gif');
  background-size: 200px;
  border: 1px solid white;
}

.lol {
  max-width: 750px;
  height: 80px;
}

.side {
  width: 17%;
  height: 100%;
}

#wrap {
  max-width: 900px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  border-radius: 1%;
  border: 1px solid white;
  background-image: url('/nona/graphics/nona.png');
  background-size: cover;
  background-repeat: no-repeat;
}

#wrapp {
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  padding: 2%;
}

 #menu {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(https://image.ibb.co/ciSeac/image.png);
	background-repeat: repeat-x;
	animation: animate 15s linear infinite;
}

@keyframes animate{
	0%{
		background-position: left 0px top 80px;
	}
	40%{
		background-position: left 800px top -50px;
	}
	80%{
		background-position: left 1800px top -50px;
	}
	100%{
		background-position: left 2400px top 80px;
	}
}
 

 #menu-hold {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 1%;
 } 
 
.orchids {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
  justify-content: space-evenly;
  line-height: 1;
}

.orchids a {
  -webkit-text-stroke: .2px white;
  font-size: 1rem;
}

.esther {
  width: 33%;
  height: 100%;
  text-align: center;
  color: #ffebb0;
  -webkit-text-stroke: .6px black;
  padding-top: 5%;
  background-image: url('/nona/graphics/mmb/esther.png'); 
  background-size: 96%; 
  background-repeat: no-repeat; 
  background-position: 0 1%;
  color: black;
}

.esther a {
  color: gray;
}

.orchid {
  width: 33%;
  height: 100%;
  text-align: center;
  color: #ffebb0;
  -webkit-text-stroke: .6px black;
  padding-top: 5%;
  background-image: url('/nona/graphics/mmb/nona.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: 0 2%; 
  color: black;
}

.orchid a {
  color: gold;
  -webkit-text-stroke: .8px black;
}

.christy {
  width: 33%;
  height: 100%;
  text-align: center;
  color: #ffebb0;
  -webkit-text-stroke: .6px white;
  padding-top: 5%;
  background-image: url('/nona/graphics/mmb/christy.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center;
  color: white
}

.christy a {
  color: darkmagenta;
  -webkit-text-stroke: .8px darkmagenta;
}

.baila {
  width: 33%;
  height: 100%;
  text-align: center;
  color: white;
  -webkit-text-stroke: .8px white;
  padding-top: 4%;
  background-image: url('/nona/graphics/mmb/baila.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: 0 16%;
}

.baila a {
  color: lavender;
  -webkit-text-stroke: .5px black;
}

.shaz {
  width: 33%;
  height: 100%;
  text-align: center;
  color: #ffebb0;
  -webkit-text-stroke: .6px black;
  padding-top: 5%;
  background-image: url('/nona/graphics/mmb/shaz.png'); 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center;
  color: black;
}

.shaz a {
  color: skyblue;
  -webkit-text-stroke: .8px black;
}

.orchids a {
 font-family: 'belly';
 font-size: .8rem;
}

#christy {
  width: 100%;
  height: 350px;
  background-image: linear-gradient(65deg, #ff87d5, transparent 99%, hotpink, #ff87d5, transparent 99%, transparent), url('/nona/static.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2%;
  padding: 1.5%;
  text-align:center;
  -webkit-text-stroke: 1px white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid hotpink;
}

#christy:target {
  display: block !important;
  position:relative;
}

#christy a {
  color: darkmagenta;
  -webkit-text-stroke: 1px darkmagenta;
  font-family: 'belly';
  font-size: .8rem;
}

#esther {
  width: 100%;
  height: 350px;
  background-image: linear-gradient(#ffffff, transparent 99%, lightgray, #ffffff, transparent 99%, transparent), url('/nona/static.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2%;
  padding-top: 3.5%;
  text-align:center;
  color: black;
  -webkit-text-stroke: 1px black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid gray;
}

#esther:target {
  display: block !important;
  position:relative;
}

#esther a {
  color: #545353;
  -webkit-text-stroke: 1px #545353;
  font-family: 'belly';
  font-size: .8rem;
}

#baila {
width: 100%;
  height: 350px;
  background-image: linear-gradient(-200deg, #c987ff, transparent 99%, mediumpurple, #c987ff, transparent 99%, transparent), url('/nona/static.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2%;
  padding: 1.5%;
  text-align:center;
  -webkit-text-stroke: 1px white;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid mediumpurple;
}

#baila:target {
  display: block !important;
  position:relative;
}

#baila a {
  color: #a940ff;
  -webkit-text-stroke: 1px #a940ff;
  font-family: 'belly';
  font-size: .8rem;
}

#shaz {
  width: 100%;
  height: 350px;
  background-image: linear-gradient(-200deg, #7dbeff, transparent 99%, skyblue, #7dbeff, transparent 99%, transparent), url('/nona/static.svg');;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 2%;
  padding: 1.5%;
  text-align:center;
  -webkit-text-stroke: 1px white;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #2190ff;
}

#shaz:target {
  display: block !important;
  position:relative;
}

#shaz a {
  color: blue;
  -webkit-text-stroke: 1px blue;
  font-family: 'belly';
  font-size: .8rem;
}

.pic {
width: 30%; 
height: 100%;
display:inline-block;
flex-shrink: 0;
position: absolute;
bottom: 0;
left: 0;
}

.pic img {
  height: 100%;
}

.inf {
  width: 69%;
  height: 100%;
  display: inline-block;
  flex-shrink: 0;
  position: absolute;
  top: 1;
  right: 0;
  padding-top: 1.5%;
}

.waves {
  position:relative;
  width: 100%;
  height:100%;
  margin-bottom:-10px;
  min-height: 100px;
  max-height: 120px;
  color: skyblue;
}

.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);
  }
}


  br { clear: both; }

 @media only screen and (max-width: 1100px) {
}



















