* {
  margin: 0;padding: 0;border: 0;box-sizing: border-box;  
}

body {
    background-color: #000001;
    /* background-image: url(/bt_images/black_temple.jpg); */
    /* background-repeat: no-repeat; */
    /* background-image: linear-gradient(black 60%, rgb(10,85,10)); */
    background-image: linear-gradient(black 20%, rgb(10,85,10) 30%, black 70%);
    /* background-image: radial-gradient(rgb(10,75,20) 5%, black 1100%); */
    min-height: 100vh; /* minimum 100% of viewport height */
    min-width: 100%;
    overflow: hidden;
    /* margin: 15px auto; */
    
}

header {
    /* border: red solid 4px; */
    /* background-image: linear-gradient(to left,black,rgb(10,85,10), black); */
    background-image: radial-gradient(rgb(10,85,10) 10%, black);
    color: black;
    width: 50vw;
    margin-left: 115px;
    font-size: xx-large;
    text-align: center;
    font-family: nosifer;
    /* font-family: julius sans one; */
    /* font-family: rock salt; */
    letter-spacing: .6em;
}

#container {
    /* border: solid red 5px; */
    width: 100vw;
    min-height: 100vh;
    margin: 10px auto;
    /* overflow: hidden; */
    /* min-width: 50vw; */
    /* margin: 45px auto;  */
    /* background-image: url(/bt_images/temple_map.webp); */
    /* background-color: rgba(20,120,100,.1); */
    /* background-image: linear-gradient(to left,black,rgb(10,85,10), black); */
    /* background-image: url(/bt_images/black_temple.jpg); */
    background-repeat: no-repeat;
    /* background-position: 500px 100px; */
    /* background-position: center; */
    background-size: cover;
}

/* thumbnail rules */
#thumbnails {
    /* border: 4px solid red; */
    text-align: center;
    /* padding-top: 10px; */
    
}

#thumbnails figure {
    width: 400px; height: 175px;
    /* border: 4px solid green; */
    /* margin: 15px; */
    background-image: linear-gradient(to left,black,rgb(10,85,10), black);
    /* background-image: radial-gradient(rgb(10,85,10) 70%, black); */
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block; /* behave sboth like an inline element AND a block element */
}

#thumbnails a {
    /* border: 4px solid red; */
    display: block; /* makes the inline anchor into a block element */
    width: 100%; height: 100%; /* filles space of parent figrue */
    background-image: linear-gradient(to left,black,rgb(10,85,10), black);
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    transition: 200ms ease-in-out;
    /* line-height: 350px; */
    
    
} 

#thumbnails figure a span {
    /* border: solid 4px red; */
    /* color: rgb(10, 85, 10); */
    display: block;
    color: black;
    font-weight: bold;
    font-family: rock salt;
    letter-spacing: .3em;
    font-size: 1em;
    position: relative;
    bottom: -140px; 
    /* right: 15px; */
    text-align: center;
    transition: 500ms ease-in-out;
    
    /* transform: translateY(140px); */
}

#thumbnails a:hover {
    background-color: black;
}

#thumbnails a:hover span {
    color: limegreen;
}

#thumbnails figure:nth-child(1) a {
    background-image: url(/bt_images/najentus.jpg);
}



#thumbnails figure:nth-child(2) a {
    background-image:url(/bt_images/supremus.jpg);
}


#thumbnails figure:nth-child(3) a {
    background-image: url(/bt_images/akama.jpg);
}

#thumbnails figure:nth-child(4) a {
    background-image: url(/bt_images/teron.jpg);
}

#thumbnails figure:nth-child(5) a {
    background-image: url(/bt_images/reliquary.jpg);
}

#thumbnails figure:nth-child(6) a {
    background-image: url(/bt_images/gurtogg.jpg);
}

#thumbnails figure:nth-child(7) a {
    background-image: url(/bt_images/sharaz.jpg);
}

#thumbnails figure:nth-child(8) a {
    background-image: url(/bt_images/council.jpg);
}

#thumbnails figure:nth-child(9) a {
    background-image: url(/bt_images/illidan.jpg);
}

#thumbnails figure:nth-child(10) a{
    background-image: url(/bt_images/temple_map.webp)
}


footer {
    background-color: black; 
    color: (172, 158, 33);
    text-align: center;
    padding: 12px;
    margin-top: 100px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

footer .logo_transp {
    height: 250%;
    position: relative; 
    top: -50px;
}

.logo_transp {
    width: 1000px;
    height: 200px;
}