

body {
    background-image:url(images/bg.png) ;
    max-width: 100%;
    height: auto;
    background-position:100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #2D2D2C ;
    font-family: 'montserrat', sans-serif;
    color: white;
}

.text{
    max-width:800px ;
}
.container {
    /* text-align: center; */
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    
}

p{
    padding-bottom:20px;
    line-height: 1.5em;
   
    
}
.logo{ 
    margin:30px 30px;
}
.cabecera{
    text-align: center;
}

.cabecera .ring img{
    margin-bottom: 20px;
    width: 25%;
}
.runebot{
    padding-top: 40px;
}

.col p::first-line {
    font-weight: 700;
}
i{
       color:#dba92e;
}
.contact i{
    margin-right: 10px;
    color:#dba92e;
}
footer{
    
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.condition{
    
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.memory p{
    font-size: .9em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    
    
}
.level{
    font-size: .9em;
    display: flex;
    justify-content:center;
    
}
.bot p{
    
    font-size: .9em;
    display: flex;
    justify-content: center;
    font-style: italic;
    margin-bottom: 40px;
    font-weight: 300;
}
.level p{
    padding:0;
    color: rgb(207, 207, 167);
    text-align: center;
    margin-right: 5px;
    line-height: 1em;
}
.number p{
    text-align: center;
    color: #dba92e;
    /* font-size: .75em; */
    font-size: .9em;
}
hr{
    border-top: 1px solid #dba92e;
}
.small{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    font-weight: 300;
    font-size: 0.7em;

}
.condition img{
    color:#dba92e;
    width: 8%;

}
span{
    color:#dba92e ;
    font-size: .9em;
    font-style: italic;
    font-weight:300;
    margin-left: 4px;
}
footer p{
    text-align: center;
    font-style: italic;
    font-size: 0.75em;
    
    bottom: 0;
    left:0;
    width: 100%;
    height: 81px;
    /* text-align: center;
    
    left:0px;
    bottom:0;    
    width:100%;
     */
}

.container a:hover{
    color:#dba92e;
    transition-duration: 1.25s;

}

footer a:hover  {
    color:#dba92e;
    transition-duration: 1.25s;
  }

footer a{
    text-decoration-line: none;
    color: #d6aed2 ;
    text-decoration: none;
    font-style: bold;
}

.contact{
    margin-top: 20px;
    text-align: center;
}

.contact a{
    text-decoration: none;
    color:#d6aed2;
    font-style:oblique
    
    
}



/* @media only screen and (max-width: 767px) {
    body {
      background-image: url(images/bg_2.png);
      
    }
}





    @media (max-width: 400px) {
    .container {
        
        text-align: center;
        margin: 0px 20px 0px 20px;
     }

        img{
        text-align: center;
        width: 90%;
        }
    } */

@media screen and (max-width: 998px) {
    .container{
        
        text-align: center;
        margin: 0px 20px 0px 20px;
    }
    
    body{
     background-image: url(images/bg_2.png);
    }
    img{
        text-align: center;
        width:100%;
        
    }
    footer p{
        font-size: 50%;
        text-align: center;
        
    }

}