html, body {
  min-height: 100%;
}

body {
  word-wrap: break-word;

  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-decoration: none;

  background-image: url(images/metalheartbg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;

  -webkit-font-smoothing: antialiased;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 10px;
  background-color: #e4e4e4;
}

::-webkit-scrollbar-thumb {
  background-color: #575759;
  -webkit-border-radius: 1ex;
}

/* Main text container */
.contain {
  background-repeat: repeat;
  width: 460px;
  background-image: url(images/bg.png);
  position: absolute;
  right: 550px;
  top: 0px;
  padding: 20px 0px;
  min-height: 100%;
  z-index: 2;
}

/* Main content opacity */
.content {
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;

  -moz-opacity: 0.60;
  opacity: 0.60;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);

  margin: 0 auto;
  width: 430px;
}

.content:hover {
  -moz-opacity: 0.90;
  opacity: 0.90;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

/* Scrolling side image column */
.side-gallery {
  position: absolute;
  top: 20px;
  right: 60px;
  width: 430px;
  z-index: 1;
}

/* Normal side images */
.side-gallery img {
  display: block;
  width: 100%;
  height: auto;

  box-sizing: border-box;
  padding: 0px;
  margin: 0 0 0px 0;

  background-image: url(images/bg.png);
  border: dashed 1px #b1c5d5;
}

/* Use this class for tall/long images like L.jpg */
.side-gallery img.tall-side-img {
  height: 520px;
  object-fit: cover;
  object-position: top center;
}

/* Paragraph text */
p {
  font-weight: normal;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 26px;
  text-align: justify;
  font-family: 'Raleway', sans-serif;
}
#music-widget {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 285px;
  height: 145px;
  z-index: 9999;
}

/* Invisible drag handle over the player's own title bar */
#music-drag {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 22px;
  z-index: 10000;

  background: transparent;
  border: 0;
  box-shadow: none;
  color: transparent;
  cursor: move;
  user-select: none;
}

#music-frame {
  width: 285px;
  height: 145px;
  border: 0;
  display: block;
  overflow: hidden;
}
/* Headings */
h1 {
  font-weight: normal;
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 20px;
  text-align: center;
  letter-spacing: 4px;
  font-family: 'Raleway', sans-serif;
}

h1::first-letter {
  color: #b1c5d5;
}

h2 {
  padding-bottom: 12px;
  border-bottom: dashed 1px #4d4d4d;
  margin-top: -10px;

  font-weight: normal;
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 12px;
  text-align: center;
  letter-spacing: 4px;
  font-family: 'Raleway', sans-serif;
}

h3 {
  font-weight: normal;
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 16px;
  text-align: left;
  letter-spacing: 4px;
  font-family: 'Raleway', sans-serif;
}

/* Links */
a:link {
  transition: 0.7s ease-out;
  color: #4481b1;
  text-decoration: none;
}

a:visited {
  color: #4481b1;
  text-decoration: none;
}

a:hover {
  color: #b1c5d5;
  cursor: crosshair;
  text-decoration: none;
  transition: 0.7s ease-out;
}

a:active {
  color: #4481b1;
  text-decoration: none;
}

/* Navigation */
.nav {
  position: fixed;
  top: 60%;
  right: 1040px;
  width: 170px;
  z-index: 3;
}

A:link.main {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.9s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

  font-weight: normal;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 36px;
  display: block;
  text-transform: uppercase;
  border-bottom: dashed 4px #b1c5d5;
  text-align: right;
  font-family: 'Raleway', sans-serif;
}

A:visited.main {
  color: #4d4d4d;
  text-decoration: none;
}

A:hover.main {
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;

  padding-right: 10px;
  text-decoration: none;
  color: #4d4d4d;
}

A:link.navi {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.9s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;

  font-weight: normal;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 36px;
  display: block;
  text-transform: uppercase;
  text-align: right;
  font-family: 'Raleway', sans-serif;
}

A:visited.navi {
  color: #4d4d4d;
  text-decoration: none;
}

A:hover.navi {
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;

  padding-right: 10px;
  text-decoration: none;
  color: #4d4d4d;
}

/* Icons inside text */
.icon {
  margin-right: 10px;
  margin-top: 10px;
  float: left;
  width: 80px;
  height: 80px;
  border: dashed 1px #b1c5d5;
}
.image-stack {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 135px;
  cursor: pointer;
  margin: 20px;
  vertical-align: middle;
  line-height: normal;
}

.image-stack img {
  position: absolute;
  width: 180px;
  height: 135px;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 8px 20px rgba(0,0,0,.45);
  transition: .45s ease;
  border-radius: 6px;
  left: 0;
  top: 0;
}

.image-stack img:nth-child(1) {
  transform: rotate(-8deg) translate(-6px, 4px);
  z-index: 1;
}

.image-stack img:nth-child(2) {
  transform: rotate(-3deg) translate(0, 0);
  z-index: 2;
}

.image-stack img:nth-child(3) {
  transform: rotate(4deg) translate(6px, -2px);
  z-index: 3;
}

.image-stack img:nth-child(4) {
  transform: rotate(9deg) translate(10px, 5px);
  z-index: 4;
}

.image-stack img:nth-child(5) {
  transform: rotate(14deg) translate(14px, 9px);
  z-index: 5;
}

.image-stack.open {
  width: 620px;
  height: 300px;
  display: inline-block;
}

.image-stack.open img {
  transform: rotate(0deg);
}

.image-stack.open img:nth-child(1) {
  left: 0;
  top: 0;
}

.image-stack.open img:nth-child(2) {
  left: 200px;
  top: 0;
}

.image-stack.open img:nth-child(3) {
  left: 400px;
  top: 0;
}

.image-stack.open img:nth-child(4) {
  left: 100px;
  top: 155px;
}

.image-stack.open img:nth-child(5) {
  left: 300px;
  top: 155px;
}

.icon2 {
  margin-top: 10px;
  border: dashed 1px #b1c5d5;
  margin-left: 10px;
  float: right;
  width: 80px;
  height: 80px;

}
.left-music-player {
  width: 240px;
  height: 260px;
  border: 0;
  display: block;
  margin: 20px auto;
  overflow: hidden;
}