@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

body {
  max-width: 800px;
  margin: auto;
  padding: 1em;
  line-height: 1.5;
/*  background-color: #f5f5dc;*/
/*  rgb(243, 243, 243);*/
}

.layout{
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.bg{
  background-color: #2F2F2F;
/*  background-image: url(bgn.webp);*/
/*  background-image: url(bgn.jpg);*/
  background-size: cover;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}


.header{
  text-align: center;
  margin-bottom: 3em;
  color: #FFF;
}


.content{
  background: #f5f5dc;
/*  background: #d2b48c;*/
/*  background:  #FFF; */
  padding: 2em 1.5em 1em 1.5em;
  overflow: hidden;   
  border-radius: 0px 0px 5px 5px;
  z-index: 1;
}

.article-meta{
  text-decoration: none;
  padding: 5px;
}

.article-meta, footer { text-align: center; }
.title { font-size: 1.1em; }

.content h1{
  font-size: 1.75em;
  margin-bottom: 0.75em;
}

.content h2{
  font-size: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 0.75em;
}

.navbar{
  padding: 0 !important;
  border-radius: 0px 0px 0 0;
  background-color: #000000;
  z-index: 2;
}

ul
{
  /*list-style-type: none;*/
}

li
{
}

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

.disabled-link {
  color: #888;  /* Set text color to a light gray */
  text-decoration: none;  /* Remove underline */
  pointer-events: none;  /* Disable pointer events */
  cursor: default;  /* Change cursor to default */
}

/*profile photo*/
.image{
  float: right;
  margin-right: 1em;
  margin-left: 3em;
  margin-bottom: 5em;
  margin-top: 0em;
  display: inline;
} 

table {
      border-collapse: collapse;
          border-spacing: 0;
    }

    th, td {
      padding: 4px;
    }

@media (min-width: 1em) and (max-width: 40em) {
  .image{
    float:none;
    display:table;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 2em;
  }
  }



/* header and footer areas */

/*footer { font-size: small; }*/

footer a { text-decoration: none; }

hr {
  border-style: dashed;
  color: #999;
}

/* code */
pre {
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px #eee;
  padding: 1em;
  overflow-x: auto;
}
code { background: #f9f9f9;
	color: black; }
pre code { background: none; }

/* misc elements */
img, iframe, video { max-width: 100%; }
main { hyphens: auto; }
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  padding: 3px 1em 3px;
}

