/*HEADER*/


/*SVG GALLERY*/

.main_button p {
    font-family: 'Space Grotesk', sans-serif !important;
}

.gallery_container {
  position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	/*border: 2px solid red;*/
}

.test h1 {
	/*border: 2px solid red;*/
}


/*SHINEY BUTTON*/

.shiney_button svg {
  display: block;
  max-width: 250px;
  margin-top: 50px;
}

.rays  {
  opacity: 0;
  transition: 1s;
}

svg:hover .rays {
  opacity:1;
  transition: 1s;
}

.bright-button {
  opacity: 0;
  transition: .5s;
}

.bright-button:hover {
  opacity: 1;
  transition: 1s;
}





/*SCORP STYLES*/

.scorp {
  display: block;
  width: 250px;
  margin-bottom: 65px;
}

.pulse-center{
  opacity: 0;
  transition: 2s;
}

.pulse-center:hover {
  opacity: 100;
  transition: 1s;
}

.pink-glow {
  opacity: 0;
  transition:1s;
}


@keyframes pulse { /* keyframe animation example */
	0% {
		opacity: .1;
	}
	50% {
		opacity: .6;
	}
	100% {
		opacity: .1;
	}
}

svg:hover .pink-glow {
	opacity: 1;
	transition: .2s;
  animation: 1s pulse infinite;
}

/*kawaii*/

.kawaii svg {
  display:block;
  max-width: 500px;
  margin-bottom: 65px;
}

.hover_heart {
  opacity: 0;
  transition: 2s;
}

.hover_heart:hover {
  opacity: 1;
  transition: .5s;
}

@keyframes pulse { /* keyframe animation example */
  0% {
    opacity: .1;
  }
  50% {
    opacity: .6;
  }
  100% {
    opacity: .1;
  }
}

.hover_heart:hover {
  animation: 1s pulse infinite;
}


/*Tiger heads*/

.felines {
  margin-top: 35px;
}

 .toothy {
  display: block;
  max-width: 150px;
  margin-top: 35px;
}

.toothy h3 {
  padding-left: 30;
  opacity: 0;
}

.toothy h3,
.toothy h3::before,
.toothy h3::after {
    text-decoration: none !important;
    border-bottom: none !important; /* in case something looks like underline */
}

.tiger_eye h3,
.tiger_eye h3::before,
.tiger_eye h3::after {
    text-decoration: none !important;
    border-bottom: none !important; /* in case something looks like underline */
}

.stick_out h3,
.stick_out h3::before,
.stick_out h3::after {
    text-decoration: none !important;
    border-bottom: none !important; /* in case something looks like underline */
}


.teeth {
  opacity: 0;
  transition:.5s;
}

svg:hover .teeth {
  opacity: 1;
  transition: .2s;
}
.toothy:hover h3 {
  opacity: 1;
  transition: .5s;
}

.tiger_eye {
  display:block;
  max-width: 150px;
  margin-top: 35px;
}

.tiger_eye h3 {
  padding-left: 30;
  opacity: 0;
}

.tiger_eye:hover h3 {
  opacity: 1;
  transition: .5s;
}

.glow-eye {
  opacity: 0;
  transition:.5s;
}

svg:hover .glow-eye {
  opacity: 1;
  transition: .2s;
}

.stick_out {
  display: block;
  max-width: 150px;
  margin-top: 35px;
}

.stick_out h3 {
  padding-left: 30;
  opacity: 0;
}

.stick_out:hover h3 {
  opacity: 1;
  transition: .5s;
}

.tounge {
  opacity: 0;
  transition:.5s;
}

svg:hover .tounge {
  opacity: 1;
  transition: .2s;
}


/*FAN*/

.fan svg {
  display: block;
  max-width: 300px;
}

.mood {
  opacity: 1;
  transition: 1s;
}

.dark-mnt-1 {
  opacity: 1;
  transition: 1s;
}

.dark-mnt-2 {
  opacity: 1;
  transition: 1.2s;
}

.dark-mnt-leaves {
  opacity: 1;
  transition: 1.5s;
}

/* Hovercraft */

svg:hover .dark-mnt-leaves {
  opacity: 0;
  transition: 2s;
}

svg:hover .dark-mnt-2 {
  opacity: 0;
  transition: 1s;
}

svg:hover .dark-mnt-1 {
  opacity: 0;
  transition: 2s;
}

svg:hover .mood {
  opacity: 0;
  transition: .5s;
}

/*GEOD*/

.stoney svg {
  display:block;
  max-width: 150px;
  margin-bottom: 65px;
}

svg .green-glow {
  opacity: 0;
  transition: 2.5s;
}

svg:hover .green-glow {
  opacity: 1;
  transition: .3s;
}



/*Back to Main Button*/

.main_button {
  background-color: #708b4c;
  display: block;
  margin-bottom: 65px;
}

.main_button p {
  color: #f9f7f2;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 5px 15px 5px 15px;
}

.main_button p:hover {
  color: #59fa2e;
}


@media (min-width: 750px){


  .gallery_container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-template-rows: 250px 1fr 1fr;
    margin-bottom: 65px;
    /*border: 2px solid blue;*/
  }

  .toothy {
    position: absolute;
    /*border: 2px solid red;*/
    top: 0;
  }

  .toothy svg {
    max-width: 222px;
  }

  .tiger_eye {
    position: absolute;
    /*border: 2px solid red;*/
    top: 0;
    left: 30%;
  }

  .stick_out {
    position: absolute;
    /*border: 2px solid red;*/
    top: 0;
    left: 60%;
  }

  .scorp {
    position: absolute;
    /*border: 2px solid red;*/
    top: 40%;
    left: 0;
    width: 360px;
  }

  .shiney_button {
    position: absolute;
    /*border: 2px solid red;*/
    top: 18%;
    left: 0;
  }

   .stoney {
    position: absolute;
   /* border: 2px solid red;*/
    top: 70%;
    right: 0;
  }

  .stoney svg {
    max-width: 200px;
  }

  .kawaii {
    order: 4;
    grid-column-start: 2;
    grid-row-start: 2;
    /*border: 2px solid red;*/
  }

  .gallery_container .main_button {
    order: 4;
    position: absolute;
    bottom: 5%;
    right: 5%;
    margin-top: 50px;
    margin-bottom: unset;
  }
}

@media (min-width: 900px){
  .shiney_button svg {
    max-width: 350px;
  }

  .scorp {
    width: 420px;
  }

  .stoney {
    right: 5%;
  }

  .kawaii {
    padding-top: 85px;
  }
}




