body {
  min-height: 75rem; /* Can be removed; just added for demo purposes */
}

#igp{
	-webkit-animation: zoom 2.5s linear reverse;
}

@-webkit-keyframes zoom {
		from {
			transform:scale(1)
		}
		to {
			transform:scale(1.2)	
		}
}
.navbar {
  margin-bottom: 0;
}

.jumbotron {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #474747;
  background-image: url('../img/gaming.jpg');
  /* Set a specific height */
 height: 500px;

 /* Create the parallax scrolling effect */
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
  border-radius: 0;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.album {
  min-height: 50rem; /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dbdbdb;
}

a,a:hover,a:visited{
  color:#c40101;
}

.card-title{
  font-size:1.4rem;
  text-align:center;}

.image{
  width:100%;
  height:auto;
}

.card {
  float: left;
  width: 100%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
}

footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color:#292b2b;
}

footer p {
  margin-bottom: .25rem;
}
