	:root {
  /* Background Colors: */
  --background-color: #eeeeee;
  --content-background-color: #fffdfd;
  --sidebar-background-color: #fffdfd;

  /* Text Colors: */
  --text-color: #000000;
  --sidebar-text-color: #000000;
  --link-color: #bc8c74;
  --link-color-hover: #bc8c74;

  /* Text: */
  --font: Georgia, serif;
  --heading-font: Georgia, serif;
  --font-size: 14px;

  /* Other Settings: */
  --margin: 16px;
  --padding: 20px;
  --border: 2px solid #2c1a29;
  --round-borders: 0px;
  --sidebar-width: 200px;
}

/* -------------------------------------------------------- */
/* BASICS */
/* -------------------------------------------------------- */

* {
  box-sizing: border-box;
}

body {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 100vh;
  font-size: var(--font-size);
  margin: 0;
  padding: var(--margin);
  color: var(--text-color);
  font-family: var(--font);
  line-height: 1.2;
  background: var(--background-color);
  background-image: url("https://64.media.tumblr.com/tumblr_l8lcooTmN71qcdtsho1_400.jpg");
  
}

::selection {
  /* (Text highlighted by the user) */
  background: rgba(0, 0, 0, 0.2);
}

/* Links: */
a {
  text-decoration: underline;
}

a,
a:visited {
  color: var(--link-color);
}

a:hover,
a:focus {
  color: var(--link-color-hover);
  text-decoration: none;
}

/* -------------------------------------------------------- */
/* LAYOUT */
/* -------------------------------------------------------- */

.layout {
  width: 1000px;
  display: grid;
  grid-gap: var(--margin);
  grid-template: "header header" auto "leftSidebar main" auto "footer footer" auto / var(--sidebar-width) auto;
  /* Confused by the grid? Check out my tutorial: https://petrapixel.neocities.org/coding/positioning-tutorial#grid */
}

main {
  grid-area: main;
  overflow-y: auto;
  padding: var(--padding);
  background: var(--content-background-color);
  border: var(--border);
  border-radius: var(--round-borders);
}

/* -------------------------------------------------------- */
/* HEADER */
/* -------------------------------------------------------- */

#wrapperHeader{
    position: relative;
    background-image:url(https://i.imgur.com/bvyjf6v.jpeg);
    text-align:center;
     margin:0 auto;
}

#header{
    left: 50%;
    margin-left: -500px;
    background:url(https://i.imgur.com/bvyjf6v.jpeg) no-repeat;
    width:1000px;
    height:130px;
    text-align: center;
     margin:0 auto;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
 left: 275px;
 top: 70px;
 font-size: 50px;
 
 
  transform: translate(-50%, -50%);
}

/* -------------------------------------------------------- */
/* SIDEBARS */
/* -------------------------------------------------------- */

aside {
  grid-area: aside;
  border: var(--border);
  border-radius: var(--round-borders);
  overflow: hidden;
  background: var(--sidebar-background-color);
  padding: var(--padding);
  color: var(--sidebar-text-color);
}

.left-sidebar {
  grid-area: leftSidebar;
}

#rosary {
  display: block;
  max-width: 175px;
  float: left; 
  margin: -25px; 
  margin-top: -20px; 
  margin-bottom: -10px;
}

.sidebar-title {
  font-weight: bold;
  font-size: 1.2em;
  font-family: var(--heading-font);
}

.sidebar-section ul,
.sidebar-section ol {
  padding-left: 1.5em;
}

.sidebar-section > *:not(p):not(ul):not(ol):not(blockquote) {
  margin-top: 10px;
}

.sidebar-section:not(:last-child) {
  margin-bottom: 3em;
}


/* -------------------------------------------------------- */
/* NAVIGATION */
/* -------------------------------------------------------- */

nav {
  margin-bottom: 3em;
}

nav ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  user-select: none;
}

nav ul li {
  margin-bottom: 0;
}


nav ul summary {
  cursor: pointer;
}


nav ul ul li > a {
  padding-left: 30px;
}
a:hover{
font-style: italic;
}
a:visited, a:link, a:active
{
    text-decoration: none;
}
nav::-webkit-scrollbar {
    width: 0px;
} 

nav {
    z-index: 2;
    position: sticky;
    top: 24px;
    box-sizing: border-box;
    width: 150px;
    overflow: hidden;
    overflow-y: scroll;
    height: min-content
    display: inline-block;
    }

nav a {
    overflow: visible;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
    min-width: 150px;
    -webkit-transition: 0.25s;
}
#navtwo :hover {
    letter-spacing: 1px;
    padding-left: 7px;
    color: var(--white);
    opacity: 100%;
    -webkit-transition: 0.25s;
}
/* -------------------------------------------------------- */
/* CONTENT */
/* -------------------------------------------------------- */

main {
    z-index: 3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 5px;
    box-sizing: border-box;
    width: 475px;
    border-left: 1px dotted var(--darkbrown);
}
main::-webkit-scrollbar {
    width: 0px;
}
article {
    padding-top: 25px;
    border-bottom: 1px dotted var(--darkbrown);
    padding-left: 5px;
    text-align: justify;
    padding-bottom: 10px;
}


/* HEADINGS: */

main h1 {
  font-family: var(--heading-font);
  margin-bottom: 0;
  line-height: 1.5;
}

main h1:first-child
  margin-top: 0;
}

main h1 {
  font-size: 1.5em;
}

/* COLUMNS: */

.two-columns {
  display: flex;
}

.two-columns > * {
  flex: 1 1 0;
  margin: 0;
}

.two-columns > *:first-child {
  padding-right: 0.75em;
}

.two-columns > *:last-child {
  padding-left: 0.75em;
}

/* -------------------------------------------------------- */
/* CONTENT IMAGES */
/* -------------------------------------------------------- */


 #laceborder2 {
  display: block;
 margin: -25px; 
  margin-top: -20px; 
  margin-bottom: -10px
  position: absolute;
  width: 100%;
 }

.image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.full-width-image {
  display: block;
  width: 100%;
  height: auto;
}

.images {
  display: flex;
  width: calc(100% + 5px + 5px);
  margin-left: -5px;
  margin-right: -5px;
}

.images img {
  width: 100%;
  height: auto;
  padding: 5px;
  margin: 0;
  overflow: hidden;
}

/* -------------------------------------------------------- */
/* MOBILE RESPONSIVE */
/* -------------------------------------------------------- */

/* CSS Code for devices < 800px */
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }

  .layout {
    width: 100%;
    grid-template: "header" auto  "leftSidebar" auto "main" auto "footer" auto / 1fr;
    /* Confused by the grid? Check out my tutorial: https://petrapixel.neocities.org/coding/positioning-tutorial#grid */
  }

  
  .right-sidebar { 
    display: none;
  }

  aside {
    border-bottom: 1px solid;
    padding: 9px;
    font-size: 0.9em;
  }

  
  nav {
    padding: 0;
  }

  nav > ul {
    padding-top: 0.5em;
  }

  nav > ul li > a,
  nav > ul li > details summary,
  nav > ul li > strong {
    padding: 0.5em;
  }

  main {
    max-height: none;
    padding: 15px;
  }

  .images {
    flex-wrap: wrap;
  }

  .images img {
    width: 100%;
  }