
html {
    font-family: 'Dancing Script', cursive;
}

body {
    background: url(paper.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* font-size: 20px; */
}

@font-face {
    font-family: 'Tengwar';
    src: url('Tengwar.woff') format('woff'), url('Tengwar.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-stretch: 50% 200%;
}

@font-face {
    font-family: 'Dovahkiin';
    src:
        url('Dovahkiin.otf') 
        format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Unitology';
    src:
        url('Unitology.ttf') 
        format('opentype');
    font-weight: normal;
    font-style: normal;
}

#translations {
    height: 100px;
    display: flex;
    justify-content: space-evenly;
    margin: 100px 100px 0px 100px;
}

.translation {
    cursor: pointer;
    width: 180px;
    height: 50px;
    text-align: center;
    margin: auto 0 px;
    border-bottom: 2px solid black;
}

#englishFont {
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
}

#elvishFont {
    font-family: 'Tengwar', sans-serif;
    font-size: 40px;
}

#dovahkinFont {
    font-family: 'Dovahkiin', sans-serif;
    font-size: 20px;
}

#dwarvishFont {
    font-family: 'Unitology', sans-serif;
    font-size: 20px;
}

#heraldry {
    margin: 0px 100px 0px 100px;
    display: flex;
    justify-content: left;
}

#herald_left img {
    width: 450px;
}

#herald_right {
    padding: 0px 20px;
}

#herald_right p::first-letter {
    font-size: 500%;
    line-height: .75;
}

.section-header {
    text-align: center;
    margin-bottom: 5px;
}

#skills {
    margin: 40px 100px;
    display: flex;
    justify-content: space-around;
}

.radar h3 {
    text-transform: capitalize;
    text-align: center;
}

#emblems {
    margin: 40px 100px;
    display: flex;
    justify-content: space-evenly;
}

.emblem img {
    width: 120px;
    opacity: 0.7;
}

.emblem:nth-child(odd) {
    padding-top: 50px; 
}

.emblem:nth-child(even) {
    padding-bottom: 50px; 
}

#battles {
    margin: 0px 100px 0px 100px;
}

#battles ul {
    margin-left: 100px;
    list-style-type: none
}

#battles li {
    letter-spacing: 2px;
}

#beastiery {
    display: flex;
    justify-content: space-evenly;

    margin: 0px 100px 0px 100px;
}

.beast {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 200px;
}

.beast img {
    display: block;
    max-width: 150px;
    max-height: 250px;
    margin: auto;
    padding: 5px;
}

.beast h3 {
    text-align: center;
    margin: 0px;
}

#notables
{
    margin: 0px 150px 0px 250px;
    padding: 30px 0px;
}

#notables div h3
{
    margin: 0px;
}

#notables div p
{
    margin: 0px;
    padding-left: 90px;
}


#quests
{
    padding-left: 30px;
}


#honors
{
    padding-left: 60px;
}



#accolades
{
    padding-left: 90px;
}



#refrences
{
    padding-left: 120px;

}

#signature {
    display: flex;
    justify-content: right;
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    margin: 200px 150px 200px 150px;
}
