body {
	background-image: url(https://media.pitchfork.com/photos/643569665cec70ae5fd5e87b/3:2/w_1023,h_682,c_limit/Daniel%20Caesar-%20Never%20Enough.jpeg);
	background-repeat: no-repeat;
  background-attachment: fixed;
	background-size: cover;
  background-position-y: -50px;
}

--!// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 100 to 700!--

.josefin-sans-<uniquifier> {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.navbar-container {
  background-color: black;
}


/*.rock-3d-regular {
  font-family: "Rock 3D", system-ui;
  font-weight: 400;
  font-style: normal;
}*/

/*.fredericka-the great-regular {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}*/


h6 {
  color: white;
  margin-left: 10px;
}

h3 {
  color: white;
  letter-spacing: 10px;
  word-spacing: 10px;
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;

}


h1 {
  color: white;
  margin-left: 10px;
  font-family: "Rock 3D", system-ui;
  font-weight: 500;
  font-style: normal;
}

td {
  text-align: center;
}

p {
  color: white;
  margin-left: 10px;
}

.geniusbg {
  background-color: #FFFF64;
}

ul.breadcrumb {
  padding: 2px 8px;
  padding-top: 10px;
  list-style: none;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #ffff64;
  text-decoration: underline;
}

.col-xl-3 {
  padding: 20px;
}

.col-xl-9 {
  padding: 20px;
}

h1.NEVERENOUGH {
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;


}

a.desc {
  color: #7CBDF2;

}

.container {
  width: 100%;
  padding: 10px;
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.box {
  width: 200px;
  margin: 0 15px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
  transition: 1s;
}

.box img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.box:hover {
  transform: scale(1.1);
  z-index: 2;
}

footer {
  background-color: #FFFF64;
}

.overlay-container {
  width: 100%;
 position: relative;
}

.imagealbum {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
  border-radius: 5px;
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #9DB9C5;
  border-radius: 5px;
}

.overlay3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
  border-radius: 5px;
}

.overlay-container:hover .overlay1 {
  opacity: 0.8;
}

.overlay-container:hover .overlay2 {
  opacity: 0.9;
}
.overlay-container:hover .overlay3 {
  opacity: 0.85;
}

.ALBUMTEXT1 {
  color: black;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;

}

footer {
  padding: 1.5px;
}

.footertext {
  text-align:center; 
  color: black;
  letter-spacing: 2px;
}
