
body {
	background-color: blue-grey;
	font-family: 'Abel', sans-serif;
	background-image: url("images/party.jpg");


}
h5 {
	text-align: center;
}

.navbar-default {
  margin-bottom: 45px;
}

.name {
	padding: 7px;
	font-family: 'Monoton', cursive;
	background-color: black;
	color: hotpink;
  animation-name: name;
  text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de;
  /*-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);*/
  animation-duration: 3s;
  animation-iteration-count: infinite;
	/*margin-top: -20px;*/
}
@keyframes name {
    from {text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #ff00de , 0 0 70px #ff00de , 0 0 80px #ff00de , 0 0 100px #ff00de;}
    to {text-shadow: 0 0 10px rgba(255,255,255,1) , 0 0 20px rgba(255,255,255,1) , 0 0 30px rgba(255,255,255,1) , 0 0 40px #00ffff , 0 0 70px #00ffff , 0 0 80px #00ffff , 0 0 100px #00ffff ;}
}
/*.navbar-right {
	margin-right: 15px;
}*/
h2 {
  text-align: center;
  font-weight: bold;
}
li {
	position: absolute;
	margin-right: 10px;
	color: white;
}

h1 {
	text-align: center;
	line-height: 100%;
}


#search-button {
	position: absolute;
	float: right;
	margin-right: 45%;
  margin-left: 3px;
	margin-top: 10px;
  background-color:black;
  color:red;
}
.btn-info{
	padding-top: 5px;
	padding-bottom: 38px;

}
#search-input{
  display-flex: center;
	background-color: #F0F8FF;
	padding-left: 5px;
	font-weight: bolder;
	font-size: 16px;
	margin-top: 10px;
	width: 35%;
	margin-left: 30%;
}


/*h2 {     
	padding-bottom: 20px;
	color: #5d4037;
	font-family: 'Lobster', cursive;
	margin-top: -10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}*/
#start{
	color: red;
	font-size: 40px;
	text-align: center;
}
/*  animation-name: start;
  animation-duration:2s;
  animation-iteration-count: infinite;


}
@keyframes start {
    from {color: hotpink;}
    to {color: red;}
}*/

p {
	
	
	font-size: 18px;
	text-align: center;
}

.footer {
	position: fixed;
	bottom: 0;
	padding-top: 15px;
	/*  color: white;*/
	color:black;
	width: 100%;
	text-align: center;
	/* Set the fixed height of the footer here */
	height: 50px;
	/* background-color: #666666;*/
	background-color: white;
}

#loadingScreen{
  margin-top: 75px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#dadJoke {
	font-size: 16pt;
  text-align: center;
}	
#noArtist {
	font-size: 16pt;
	text-align: center;
}
#artistSpace{
  background: black;
  color: white;
  margin-right: 25px;
  margin-left: 25px;
  padding: 25px;
  border-radius: 20px;
  text-align: center;


}

#places {
  color: white;
}

#flights{
  background-color: black;
  color: white;
}

table {
  background-color: black;
  width: 100%;
  height: auto;
}