@font-face {
    font-family: 'IBM Plex Sans';
    src: url(../fonts/ibm-plex-sans-hebrew-latin-400-normal.ttf);
}
@font-face {
    font-family: 'IBM Plex Sans Hebrew';
    src: url(../fonts/ibm-plex-sans-hebrew-hebrew-400-normal.ttf);
}
@font-face {
    font-family: 'JSL Ancient';
    src: url(../fonts/jancient.ttf);
}
body {
    width: 100%;
    margin: 0;
    background-color: #dce2bd;
  font-size: 17px;
}
nav {
    width: 170px;
    min-height: 820px;
    font-family: 'IBM Plex Sans';
    float: left;
}
nav img {
    margin-left: 20px;
}
.boxes {
    padding-left: 10px;
}
.container {
    width: auto;
    height: 100%;
    font-family: 'IBM Plex Sans';
    border-left: 1px solid #999999;
    background-color: #f5f5dc;
    margin-left: 200px;
}
.container-2 {
    height: 100%;
    margin: 0 50px;
    overflow: hidden;
    background-color: #f5f5dc;
}
h1 {
    font-weight: lighter;
    text-align: center;
    font-size: 175%;
    padding-top: 15px;
    text-decoration: underline;
}
h2 {
    font-size: 120%;
    font-weight: lighter;
    text-align: left;
    border-bottom: 1px solid #999999;
    clear: both;
}
p {
    font-size: 100%;
    font-weight: lighter;
    text-align: justify;
}
hr {
    height: 1px;
    border-width: 0;
    color: #999999;
    background-color: #999999;;
}
.articles {
    margin: 0 auto;
}
.article {
    width: 314px;
    height: 200px;
    margin-top: 1%;
    margin-bottom: 4%;
    margin-left: 4.5%;
    float: left;
}
.image-container {
    border:  1px solid #999999;
    width: 314px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.article img {
    width: 100%;
}
hgroup {
    text-align: center;
    padding-top: 5px;
}
a {
  color: #6d744e;
  text-decoration: none;
}
a:hover{
  color: black;
  text-decoration: underline;
}
footer {
    font-size: 100%;
    font-weight: lighter;
    text-align: center;
    padding: 10px 0;
    clear: both;
}