/*  ***   Zen Garden Aquatic   ***
  ***   Dan Toone, Jan Hill, Krystal Snyder   ***
     ***   WDD 331  Fall 2017   ***  */
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Satisfy");
@font-face {
  font-family: 'mywebfont', script;
  src: url("webfont.eot");
  /* IE9 Compat Modes */
  src: url("webfont.eot?#iefix") format("embedded-opentype"), url("webfont.woff2") format("woff2"), url("webfont.woff") format("woff"), url("webfont.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@keyframes movebubble {
  from {
    top: 2500px; }
  to {
    top: -5px; } }
@keyframes sideWays {
  0% {
    margin-left: -2px; }
  100% {
    margin-left: 280px; } }
/*annimation*/
.extra2 {
  -webkit-animation: movebubble 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -moz-animation: movebubble 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
  animation: movebubble 25s linear infinite, sideWays 5s ease-in-out infinite alternate;
  left: 5%;
  top: 90%;
  -webkit-transform: translate3d(-5%, -5%, 0) scale(1.6) rotate(0.001deg);
  -moz-transform: translate3d(-5%, -5%, 0) scale(1.6) rotate(0.001deg);
  transform: translate3d(-5%, -5%, 0) scale(1.6) rotate(0.001deg); }

.extra3:before {
  margin-top: 30px;
  content: "Clyde loves you";
  font-size: 15px;
  color: red;
  justify-content: center; }

.extra3 {
  background-image: url(trollface.jpg);
  background-size: 100px 100px;
  -webkit-animation: movebubble 15s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -moz-animation: movebubble 15s linear infinite, sideWays 5s ease-in-out infinite alternate;
  animation: movebubble 15s linear infinite, sideWays 5s ease-in-out infinite alternate;
  left: 5%;
  top: 90%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1); }

.extra4 {
  -webkit-animation: movebubble 6s linear infinite, sideWays 10s ease-in-out infinite alternate;
  -moz-animation: movebubble 6s linear infinite, sideWays 10s ease-in-out infinite alternate;
  animation: movebubble 6s linear infinite, sideWays 10s ease-in-out infinite alternate;
  left: 40%;
  top: 40%;
  -webkit-transform: translate3d(-5%, -5%, 0) scale(0.7) rotate(0.001deg);
  -moz-transform: translate3d(-5%, -5%, 0) scale(0.7) rotate(0.001deg);
  transform: translate3d(-5%, -5%, 0) scale(0.7) rotate(0.001deg); }

.extra5 {
  -webkit-animation: movebubble 10s linear infinite, sideWays 8s ease-in-out infinite alternate;
  -moz-animation: movebubble 10s linear infinite, sideWays 8s ease-in-out infinite alternate;
  animation: movebubble 10s linear infinite, sideWays 8s ease-in-out infinite alternate;
  left: 75%;
  top: 20%;
  -webkit-transform: translate3d(-5%, -5%, 0) scale(0.9) rotate(0.001deg);
  -moz-transform: translate3d(-5%, -5%, 0) scale(0.9) rotate(0.001deg);
  transform: translate3d(-5%, -5%, 0) scale(0.9) rotate(0.001deg); }

/* Bubbles */
.extra2, .extra3, .extra4, .extra5 {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px white;
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px white;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px white;
  height: 100px;
  position: absolute;
  width: 100px;
   }

/* basic elements */
body {
  height: 100%;
  font: 75% "Open Sans", sans-serif;
  line-height: 1.5;
  background: rgba(10, 10, 10, 0.44);
  background: -moz-linear-gradient(top, rgba(10, 10, 10, 0.44) 0%, rgba(58, 58, 59, 0.65) 31%, rgba(145, 145, 145, 0.84) 64%, rgba(148, 148, 148, 0.85) 65%, #f9fbfc 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10, 10, 10, 0.44)), color-stop(31%, rgba(58, 58, 59, 0.65)), color-stop(64%, rgba(145, 145, 145, 0.84)), color-stop(65%, rgba(148, 148, 148, 0.85)), color-stop(100%, #f9fbfc));
  background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.44) 0%, rgba(58, 58, 59, 0.65) 31%, rgba(145, 145, 145, 0.84) 64%, rgba(148, 148, 148, 0.85) 65%, #f9fbfc 100%);
  background: -o-linear-gradient(top, rgba(10, 10, 10, 0.44) 0%, rgba(58, 58, 59, 0.65) 31%, rgba(145, 145, 145, 0.84) 64%, rgba(148, 148, 148, 0.85) 65%, #f9fbfc 100%);
  background: -ms-linear-gradient(top, rgba(10, 10, 10, 0.44) 0%, rgba(58, 58, 59, 0.65) 31%, rgba(145, 145, 145, 0.84) 64%, rgba(148, 148, 148, 0.85) 65%, #f9fbfc 100%);
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.44) 0%, rgba(58, 58, 59, 0.65) 31%, rgba(145, 145, 145, 0.84) 64%, rgba(148, 148, 148, 0.85) 65%, #f9fbfc 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#f9fbfc', GradientType=0 );
*/
  }

body, .page-wrapper {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
background-image: url("colorful_fish_underwater.jpg");
}

p {
  margin-top: 0;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1vw; }

header h1 {
  /*background: transparent url(http://csszengarden.com/001/h1.gif) no-repeat top left;*/
  font-family: "Satisfy", cursive;
  font-weight: bold;
  text-align: center;
  font-size: 7vw;
  color: #d4737e; }

header h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.75vw;
  color: #fff; }

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 4vw;
  font-weight: normal;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px; }

.preamble > h3 {
  color: #600319; }

.explanation > h3 {
  color: #73041e; }

.participation > h3 {
  color: #8a0424; }

.benefits > h3 {
  color: #990528; }

.requirements > h3 {
  color: #ad052d; }

a:link {
  font-weight: bold;
  text-decoration: none;
  color: #B7A5DF; }

a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #D4CDDC; }

a:hover, a:focus, a:active {
  text-decoration: underline;
  color: #fffc19; }

abbr {
  border-bottom: none; }

/* specific divs with grid */
.page-wrapper {
  position: relative;
  max-width: 65vw;
  padding: 40px 0 0;
  text-align: center;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  background: rgba(133, 247, 255, 0.8);
  background: -moz-linear-gradient(top, rgba(133, 247, 255, 0.5) 0%, rgba(168, 220, 255, 0.5) 0%, rgba(71, 212, 255, 0.5) 26%, rgba(87, 134, 255, 0.5) 63%, rgba(92, 100, 255, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(133, 247, 255, 0.5)), color-stop(0%, rgba(168, 220, 255, 0.5)), color-stop(26%, rgba(71, 212, 255, 0.5)), color-stop(63%, rgba(87, 134, 255, 0.5)), color-stop(100%, rgba(92, 100, 255, 0.5)));
  background: -webkit-linear-gradient(top, rgba(133, 247, 255, 0.5) 0%, rgba(168, 220, 255, 0.5) 0%, rgba(71, 212, 255, 0.5) 26%, rgba(87, 134, 255, 0.5) 63%, rgba(92, 100, 255, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(133, 247, 255, 0.5) 0%, rgba(168, 220, 255, 0.5) 0%, rgba(71, 212, 255, 0.5) 26%, rgba(87, 134, 255, 0.5) 63%, rgba(92, 100, 255, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(133, 247, 255, 0.5) 0%, rgba(168, 220, 255, 0.5) 0%, rgba(71, 212, 255, 0.5) 26%, rgba(87, 134, 255, 0.5) 63%, rgba(92, 100, 255, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(133, 247, 255, 0.5) 0%, rgba(168, 220, 255, 0.5) 0%, rgba(71, 212, 255, 0.5) 26%, rgba(87, 134, 255, 0.5) 63%, rgba(92, 100, 255, 0.5) 100%);

  z-index: 6;
  margin: -10px auto auto auto;
  display: grid;
  height: 120%;
  width: 100%;
  grid-gap: 60px;
  grid-template-areas: ". intro 			intro 			intro 			intro 			intro 			intro 			." ". supporting supporting 	supporting 	supporting 	supporting 	supporting 	." ". sidebar 		sidebar    	sidebar    	sidebar    	sidebar    	sidebar 		." ". .    .       .     .     .       . 	."; }

.intro {
  grid-area: intro; }

.summary p {
  font: 1vw "Open Sans", sans-serif;
  font: 1.5vw "Open Sans", sans-serif;
   }

.supporting {
  grid-area: supporting; }

footer {
  background-color: blue;
  color: gray;
   }

footer a:link, footer a:visited {
  text-decoration: none;
  margin-right: 20px;
  font-size: 2vw; }

.sidebar {
  grid-area: sidebar; }

.sidebar .wrapper {
  font-family: "Open Sans", sans-serif;
  background: transparent url() top left repeat-y; }

.sidebar h3 {
  color: #fff39b;
  background-color: whitesmoke; }

.sidebar h3.select {
  background: transparent url() no-repeat top left; }

.sidebar h3.archives {
  background: transparent url() no-repeat top left; }

.sidebar h3.resources {
  background: transparent url() no-repeat top left; }

.sidebar ul {
  list-style-type: none;
  text-align: center; }

.sidebar li {
  line-height: 1.3vw;
  background: transparent url() no-repeat top center;
  font-size: 1.4vw;
  text-align: center; }

.sidebar li a:link {
  color: #fffcf6;
  text-decoration: none; }

.sidebar a:hover {
  font-size: 1.5vw;
  color: #d4737e; }

.sidebar li a:visited {
  color: #ffb532;
  text-decoration: none; }

.extra1 {
  background: transparent url() top left no-repeat; }

/* phone screen*/
@media only screen and (max-width: 535px) {
  .extra1 {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .extra2 {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .extra3 {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .extra4 {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .extra5 {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .extra6 {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .page-wrapper {
    max-width: 100%;
     }

  .extra3 {
    margin-top: 4vw; }

  p {
    font-size: 3vw;
    margin-left: 5%;
    margin-right: 5%; } }

/*# sourceMappingURL=style.css.map */
