a.link:hover, a.link:active {
    text-decoration: underline;
}

a.link:visited, a.link:link {
    color: orange;
  }

body {
    background-image: url(/Brideshead/BG/BG1.jpg);
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;

}

hr {
    color: black;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-style: double;
    border-width: 4px;
}

header {
    background: black;
    color: orange;
    padding: 20px;
    
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li {
    display: inline-block;
    margin-right: 20px;
}
div {
    margin: auto;

}
section {
    color: black;
    padding: 20px;
    line-height: 1.8;
    font-size: 1.1em;
}

section.brideshead-section.header {
    text-align: center;
    margin: 0% 25%;
}

section.brideshead-section.break {
    text-align: center;
    margin: 0% 25%;
    font-size: 1.5em;
}

section.brideshead-section.body{
    text-align: center;
    text-align: left;
    margin: 0% 20%;
}

section.brideshead-section.body {
    counter-reset: section;
}

section.brideshead-section.list {
    text-align: center;
    text-align: left;
    margin: 0% 20%;
    line-height: 1;
}

section.brideshead-section.footnotes {
    text-align: center;
    text-align: left;
    margin: 0% 20%;
    overflow-wrap: break-word
}

a.footnote:visited, a.footnote:link {
    color: orange;
  }
span.blockspam {
    display: none;
  }

footer {
    background-color: black;
    color: orange;
    padding: 20px;
    display: flex;
    padding: 20px;
}

table, th, td {
    text-align: center;
    text-align: left;
    border:1px solid black;
    margin: 0% 10%;
  }

  table.latin, th.latin, td.latin {
    border: none;
  }

img {
    width: 100%;
}

figure {
    text-align: center;
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

figcaption {
    text-align: center;
    font-size: 0.9em;
}


@media only screen and (max-width: 1000px) {
    section {
        font-size: 1em;
    }
    
    section.brideshead-section.header {
        text-align: center;
        margin: 0%;
    }
    
    section.brideshead-section.break {
        text-align: center;
        font-size: 1.5em;
        margin: 0%;
    }
    
    section.brideshead-section.body{
        text-align: center;
        text-align: left;
        margin: 0%;
    }

    section.brideshead-section.list{
        text-align: center;
        text-align: left;
        margin: 0%;
    }

    section.brideshead-section.footnote {
        overflow-wrap: break-word

    }
} 

@media only screen and (max-width: 500px) {


    figure {
        text-align: center;
        display: block;
      margin-left: auto;
      margin-right: auto;
      width: 80%;
    }


}
