@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:600');
@import url('https://fonts.googleapis.com/css?family=Hahmlet:200,600');
@import url('https://fonts.googleapis.com/css?family=Hahmlet:200,600&family=Josefin+Sans:600');

body {
  background-color: #444;
}

body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}

.container {
	width: 70%;
	margin: 0 auto;
  background-color: #444;
  
}

.purchase_artist {
	color: #c4a1b8;
	font-family: 'Hahmlet', serif;
}

.img_p {
	padding-top: 30px;
}

.purchase_desc {
	padding-bottom: 40px;
	color: #c4a1b8;
	font-family: 'Hahmlet', serif;
	

}

.desc {
	font-family: 'Hahmlet', serif;
	font-weight: bold;

}

header {
	font-family: 'Josefin Sans', sans-serif;
 	background: #FF66CC;
}

.about_header {
	color: #c4a1b8;

	padding-top: 45px;
}

.about_text {
	font-size: 20px;
	color: #c4a1b8;
	font-family: 'Hahmlet', serif;
	
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  float: left;
  padding: 10px 0;
  position: relative;
  
}

.logo_img {
  position: relative;
  float: left;
}

nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 40px;

  position: relative;
}

nav a {
  color: #444;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}

nav a:hover {
  color: #000;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #444;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
}

.gallery-container {
  align-items: center;
}

footer {
  bottom: 0;
  color: #FF66CC;
  position: fixed;
  width: 100%;
  height: auto;

}
.footer {
  bottom: 0;
  left: 0;

}



.footer {
  background-color: #FF66CC;
}

ul {
  list-style: none;
  color: #000;
  font-size: 20px;
  align-items: center;

  
}

.github {
  height: 30px;
  width: auto;
  cursor: pointer;

}

li {
  display: inline;
  align-items: center;
  padding: 5px 5px;
}

.box {
  width: 500px;
  padding: 15px;
  border: 3px solid rgb(18, 18, 18);
  background-color: rgb(46, 45, 45);
  margin: 0;
  color: white;
  text-align: center;
  position: relative;
  transform: translateY(-200px);
}

#heart_img {
  height: 200px;
  width: 200px;
  position: fixed;
  transform: rotateY(0px);
  animation: spin 13s ease infinite;
  box-sizing: content-box;
  z-index: -1;

}

#heart_img1 {
  height: 200px;
  width: 200px;
  position: fixed;
  left: 300px;
  top: 90%;
  animation: spin 15s ease infinite;
  box-sizing: content-box;
  z-index: -1;
  animation-delay: 3s;

}
#heart_img2 {
  height: 200px;
  width: 200px;
  position: fixed;
  left: 600px;
  top: 90%;
  animation: spin 15s ease infinite;
  box-sizing: content-box;
  z-index: -1;
  animation-delay: 12s;

}
#heart_img3 {
  height: 200px;
  width: 200px;
  position: fixed;
  left: 900px;
  top: 90%;
  animation: spin 14s ease infinite;
  box-sizing: content-box;
  z-index: -1;
  animation-delay: 3s;

}

#heart_img4 {
  height: 200px;
  width: 200px;
  position: fixed;
  left: 1500px;
  top: 90%;
  animation: spin 14s ease infinite;
  box-sizing: content-box;
  z-index: -1;
  animation-delay: 5s;

}

#heart_img5 {
  height: 200px;
  width: 200px;
  position: fixed;
  left: 1200px;
  top: 90%;
  animation: spin 14s ease infinite;
  box-sizing: content-box;
  z-index: -1;
  animation-delay: 10s;

}

@keyframes spin {
	0% {
		transform: translateY(-1000px) rotate(0deg);
	}
	100% {
		transform: translateY(200px) rotate(720deg);
	}
}


.hero {
  text-align: center;
  color: white;
  padding: 10%;
  font-size: 40px;
}

.subtittle {
  text-align: center;
  color: white;
  transform: translateY(-100px);
}


.buy-now {
  position: relative;
  margin: auto;
  text-decoration: none;
  font-family: 'Staatliches', cursive;
  font-size: 30px;
  width: 225px;
  height: 60px;
  border-radius: 40px;
  line-height: 50px;
  text-align: center;
  border: 3px solid white;
  display: block;
  color: white;
  overflow: hidden;
  background: #FF66CC;
  transition: .3s;
  cursor: pointer;
}

.buy-now:hover {
  color: #FF66CC;
  background: white;
  border: 3px solid #FF66CC;
  transition: all .2s ease;
}
