.navbar {
}

a {
  color: #306eb4;
  text-decoration: none;
}

a.link-footer {
  color: var(--bs-dark-border-subtle);
  text-decoration: none;
  line-height: 2;
}

a.link-footer:hover {
  color: var(--bs-light);
}

a.link-header {
  color: var(--bs-light);
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: var(--bs-dark);
}

a.link-header:hover {
  border-bottom: 1px solid;
  color: var(--bs-light);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.0rem;
  font-weight: 300;
  /*line-height: 1.2;*/
  color: var(--bs-heading-color);
}

h1 {
  margin-bottom: 1.0rem;
  font-size: calc(1.925rem + .1vw);
}

.h2, h2 {
  font-size: calc(1.325rem + .1vw);
}

li.wide {
  margin-bottom: 1em;
}

h3 {
  font-size: 1.2em;
}

.artcolumn {
  flex: 50%;
  padding: 10px;
}

.artleft {
  flex: 30%;
  padding: 00px;
  margin-right: 30px;
}

.artright {
  flex: 70%;
  padding: 10px;
}

.artrow {
  display: flex;
}

b { font-weight: 400; !important;}

.tab{
  margin-left: 40px;
}

.lower{
  margin-top: 30px;
}

.grey-box{
  background-color: #e8e8e8;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.cite{
  border-left: solid 6px #E0E0E0;
  margin-left: 40px;
  padding: 20px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

figcaption{
  font-size: 0.8em;
  margin-top: 15px;
}

.e-mail:before {
  content: attr(data-website) "\0040" attr(data-user);
  unicode-bidi: bidi-override;
  direction: rtl;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 10px;
  border: none;
  outline: none;
  background-color: #A8A8A8;
  color: white;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #354f7c;
}

.artl {
  padding-top: 10px;
  padding-bottom: 30px;
}
  .ftrmn-l{
    max-width: 55%;
  }
  .ftrmn-r{
    max-width: 45%;
  }

@media (max-width: 400px){
  .artl{
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 0p;
  }
  .ftrmn-l{
    width: 100%;
  }
  .ftrmn-r{
    width: 100%;
    margin-top: 20px;
    background: #404040;
  }
  
}

img{
  max-width: 100%;
}