/** {
	box-sizing: border-box;
}*/

body {
	background-image: linear-gradient(to top left, black, purple);
	background-repeat: no-repeat;
	background-size: 100%, contain;
	background-attachment: fixed
}

/*.#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}*/

/*#myBtn:hover {
  background-color: #555;
}

.display-5 {
	color: #F1F0FF;
}

.lead {
	color: #F1F0FF;
}

.jumboPara {
	color: #F1F0FF;
}

.card-img-top {
	width: 50%;
	margin: 0 auto;
	border-radius: 15%;
}

.card-body {
	margin: 0 auto;
	text-align: center;
	/*opacity: 0.5;*/
/*}

.card-title {
	color: #F1F0FF;
}

.modal-title {
	color: #F1F0FF;
}

footer {
	color: #F1F0FF;
}

a {
	text-decoration: none;
}*/

.moon {
	position: fixed;
  top: -100px;
  left: -100px;
	width: 250px;
	opacity: 0.7;

}
  
  
/*  #moon1 {
	opacity: 0.7;
	position: fixed;  
	width: 250px;
	height: 250px;
	top: 0;
	left: 0; 
  }

  */
  
  .fairies {
    position: fixed;  
    width: 100px;
    height: 100px;
	opacity: 0.5;
    top: 60;
    animation-name: floating1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    z-index: 1;
  }
  
  #fairy1 {
    left: 40px;
    animation-timing-function: ease-in;
  }
  #fairy2 {
    right: 40px;
    animation-timing-function: ease-out;
  }


  @keyframes floating1 {
    0% {
      top: 140px;
    }
	
	50% {
	  top: 105px;
	}
	
    100% {
      top: 140px;
    }
  }
  
  #stars {
    position: fixed;
    background-color: white;
    height: 2.5px;
    width: 2.5px;
    border-radius: 50%;
    animation-iteration-count: infinite;
  }

  .star-1 {
    margin-top: 5%;
    margin-left: 60%;
    animation-name: twinkle-1;
    animation-duration: 4s;
  }

  .star-2 {
    margin-top: 15%;
    margin-left: 25%;
    animation-name: twinkle-2;
    animation-duration: 3s;
  }
  
  .star-3 {
    margin-top: 10%;
    margin-left: 75%;
    animation-name: twinkle-3;
    animation-duration: 2s;
  }

  @keyframes twinkle-1 {
    75% {
      transform: scale(0.5);
      opacity: 0.5;
    }
  }

  @keyframes twinkle-2 {
    50% {
      transform: scale(0.5);
      opacity: 0.5;
    }
  }
  
  @keyframes twinkle-3 {
    25% {
      transform: scale(0.5);
      opacity: 0.5;
    }
  }



/*@media screen and (max-width: 768px) {
  .card-title {
	font-size: 0.9em; 
  }
}*/