		*{
 margin : 0;
 padding: 0;
 box-sizing: border-box;
}


.im-fell english-regular {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: normal;
}

.im-fell english-regular-italic {
  font-family: "IM Fell English", serif;
  font-weight: 400;
  font-style: italic;
}


@font-face {
    font-family: "DXTypeB";
    src: url("DXTypeB.ttf") format("truetype");
    unicode-range : U+AC00-D7A3;
}

@font-face {
    font-family: "IM Fell English";
    src: url("https://fonts.googleapis.com/css2?family=IM+Fell+English:ital@0;1") format("truetype");
    unicode-range: U+0041-005A U+0061-007A;
}


/** {
    font-family: 'DXTypeB', serif;
}*/


body{
  margin: 50px;
  background-image: url("img/bg5.jpg");
  background-repeat: repeat;
/*  background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;*/
}



h1{
	font-family: "IM Fell English";
  color: #79645F;
  font-size: 26px;
}

h2{
  font-family: "IM Fell English";
  font-style: italic;
  color: #79645F;
  font-size: 18px;
}

h3{
  font-family: "IM Fell English";
  color: #79645F;
  font-size: 18px;
  display: inline;
}


h4{
/*  font-style: none;*/
  font-family:"IM Fell English";
color: #79645F; 
font-size: 16px;
margin-bottom: 10px;
}

h5{
  font-family:"IM Fell English";
  color: #9F817B; 
  font-size: 12px;
  display: inline-block;
  line-height: 1.5;
}

h6{
  color: #9F817B; 
  font-size: 12px;
  display: inline-block;
  line-height: 1.5;
  font-family: "IM Fell English", "DXTypeB";
}


p{margin-bottom: 5px;
color: #79645F;
font-family: "IM Fell English", "DXTypeB";
}


ol, ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}


a{
  text-decoration: none;
  color: #79645F;
}

header nav li a {
  display: inline-block;
  padding-right:  0.6em;
  text-decoration: none;
  color: #769504;
  font-family: "IM Fell English"}


hr{
  border-top: 1px dashed #9F817B;
  opacity: 70%;
}


/*.journal {
  display: inline-block;
}*/

div {
  display: inline;
}

img {  
  display: inline;
  max-width: 250px;
/*  width: 160px;*/
  max-height: 150px;
  object-fit: fill;
  object-position: 50% 50%;
  margin-right: 2px;
}





/*  transform: translate(-50%, -50%);*/


 /* flex-direction: row;
  align-items: center;*/
/*  justify-content: left;*/
/*  padding: 5px;*/

}


