/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

a:link {
  text-decoration: none;
  color: Brown;
}

a:visited {
  text-decoration: none;
  color: #784A00;
}

a:hover {
  text-decoration: underline;
  color: Gray;
}

a:active {
  text-decoration: underline;
  color: Black;
}
  
  
  /*images */
   
   body {
  background-image: url("images/trees.png");
  background-repeat: repeat;
}
   
   
  .title {
  /*display: block;*/
  width: 1810px; 
  height: 1250px;
  margin-top: -100px;
  margin-left: 12px;

  position:absolute;
  top: -50px;
  left: 0px;
  padding: 40px;
  
}
  

  
  /* Design*/
  
  
  .center {
    width: 800px;
    height: 700px;
    /*background-image: url("images/trees.png");*/
    background-color: #283618;
    box-shadow: 10px 10px 5px black;
    position: absolute;
    top: 740px;
    left: 722px;
    margin-left: -250px;
    margin-top: -300px;
    padding: 40px;
    border-radius: 1px;
    border: 2px solid #1f2421;
}

  
  .left {
    height: 720px;
    width: 40px;
    /*background-image: url("images/trees.png");*/
    background-color: #283618;
    box-shadow: 10px 10px 5px black;
    position: absolute;
    top: 760px;
    left: 665px;
    margin-left: -270px;
    margin-top:  -300px;
    border-radius: 1px;
    border: 2px solid #1f2421;
    
    padding: 10px;
}
  
  .right {
    height: 720px;
    width: 180px;
    /*background-image: url("images/trees.png");*/
    background-color: #283618;
    box-shadow: 10px 10px 5px black;
    position: absolute;
    top: 760px;
    left: 1600px;
    margin-left: -230px;
    margin-top:  -300px;
    border-radius: 1px;
    border: 2px solid #1f2421;
    padding: 10px;
}


  .bottom {
    margin-left: 11%;
    margin-top:  1%;
    width: 79%;
    background-color: #515a4b;
    box-shadow: 10px 10px 5px black;
    border-radius: 25px;
    border: 2px solid #000099;
    height: 30px;
    padding: 20px;
}
  



/* Animations */  
@keyframes fade-in {
  0%{
    opacity: 0;
    }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {

  100%{
    opacity: 0;
  }
}



/*Runes */
  
.rune1 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite; 

}

.rune2 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite; 

}
.rune3 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.3s;
  animation-iteration-count: infinite; 

}

.rune4 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.4s;
  animation-iteration-count: infinite; 

}

.rune {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite; 

}

.rune5 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.6s;
  animation-iteration-count: infinite; 

}

.rune6 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.7s;
  animation-iteration-count: infinite; 

}

.rune7 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.8s;
  animation-iteration-count: infinite; 

}

.rune8 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 0.9s;
  animation-iteration-count: infinite; 

}

.rune9 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1s;
  animation-iteration-count: infinite; 

}

.rune10 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.1s;
  animation-iteration-count: infinite; 

}

.rune11 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.2s;
  animation-iteration-count: infinite; 

}

.rune12 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.3s;
  animation-iteration-count: infinite; 

}

.rune13 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.4s;
  animation-iteration-count: infinite; 

}

.rune14 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite; 

}

.rune15 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.6s;
  animation-iteration-count: infinite; 

}

.rune16 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.7s;
  animation-iteration-count: infinite; 

}

.rune17 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.8s;
  animation-iteration-count: infinite; 

}

.rune18 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 1.9s;
  animation-iteration-count: infinite; 

}

.rune19 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 2s;
  animation-iteration-count: infinite; 

}

.rune20 {
  opacity: 0;
  animation: fade-in 3s, fade-out 3s;
  animation-delay: 2.1s;
  animation-iteration-count: infinite; 

}

/*End Runes */

/* Text */

h1 {
    text-shadow: 5px 5px 5px black;
    color:#38b000
}
p {
    text-shadow: 5px 5px 5px black;
    color:#d8dcd5
}
h3 {
    text-shadow: 5px 5px 5px black;
    color:#d8dcd5
}

a {
    text-shadow: 5px 5px 5px black;
    color:#d8dcd5
}

h2 {
    text-shadow: 5px 5px 5px black;
    color:#d8dcd5
}

strong {
    text-shadow: 5px 5px 5px black;
    color:#d8dcd5
}