@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');

body:before {
  content: "";
  display:block;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index: -10;
  background: url(bg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size:cover;
  -o-background-size: cover;
  background-attachment: fixed;
  background-size: cover;
}


hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0; 
}

body {
  color: white;
  font-family: Verdana;
}
  
body, html{
  height:99%;
}  
  
.all {
  height: 90vh;
  display: grid;
  align-items: center;
  justify-content: center;
  min-height:90vh;
  margin: 0 auto;

}

.text {
  background-color: rgba(0, 0, 0,0.80);
  border-radius: 25px;
  box-shadow: 0px 0px 8px #000;
  width: 750px;
  max-width: 750px;
  margin: 0 auto;
  text-align:center;
  
}

.header{
  padding: 10px;
  padding-top:20px;
  font-family:Cinzel Decorative Regular;
  font-size:20px;
   background: -webkit-linear-gradient(#a3a3a3, #876d87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.intro{
  color: #d6c0d6;
  font-family:Slabo27px-Regular;
  font-size:30px;
  padding: 10px;
  width:75%;
  margin: 0 auto;
  letter-spacing:3px;
}

.middle{
  padding: 5px;
  font-size:0px;
  text-align:center;
  
}

.bottom{
  padding: 10px;
  padding-bottom:20px;
  font-family:Cinzel Decorative Regular;
  font-size:20px;
    background: -webkit-linear-gradient(#a3a3a3, #876d87);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

/*=====================         NAME AND SERIES FORMATTING     =====================*/

.name{
    letter-spacing:2px;
    font-size: 14px;
}

.series{
  color:#b2a0ae;
  
}

/*=====================IMAGE#1=====================*/
.img1Wrap {
  position: relative;
  filter: grayscale(50%);
}

.image1 {
  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: rgba(0, 0, 0,0.80);
}

.img1Wrap:hover .overlay1 {
  opacity: 1;
}

.text1 {
  color: white;
  font-size: 12px;
  font-family:Cinzel Decorative Regular;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity .2s, visibility .2s;
  text-align: center;
}
/*=====================IMAGE#2=====================*/
.text2 {
  color: white;
  font-size: 12px;
    font-family:Slabo27px-Regular;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity .2s, visibility .2s;
  text-align: center;
}
/*=====================IMAGE#3=====================*/
.text3 {
  color: white;
  font-size: 12px;
    font-family:Cinzel Decorative Regular;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity .2s, visibility .2s;
  text-align: center;
}
/*=====================IMAGE#4=====================*/
.text4 {
  color: white;
  font-size: 12px;
    font-family:Slabo27px-Regular;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity .2s, visibility .2s;
  text-align: center;
}
/*=====================IMAGE#5=====================*/
.text5 {
  color: white;
  font-size: 12px;
    font-family:Slabo27px-Regular;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity .2s, visibility .2s;
  text-align: center;
}
/*=====================IMAGE#6=====================*/
.text6 {
  color: white;
  font-size: 12px;
    font-family:Slabo27px-Regular;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity .2s, visibility .2s;
  text-align: center;
}
