body {
margin-top: 0;
background-color: white;
}
#title {
background-color: #e6ac1d;
width: auto;
font-size: max(2.5vw, 23px);
height: 90px;
position: fixed;
z-index: 1000;
position: fixed;
right: 8px;
left: 8px;
}

@import url('https://fonts.cdnfonts.com/css/noto-sans-mono');



#title-text {

font-weight:bold;
float:left;
//line-height: 26px;
padding-left: 2em;
font-family: "Noto Sans Mono";
//width: 200px;
margin-top: 21px;


}

.title-link {

    all: unset;
    cursor: pointer;

}

#title-menu {
float: right;
display: inline;
font-family: Noto Sans Mono;
font-size: max(1.8vw, 17px);
padding-right: 20px;
padding-left: 20px;
margin-top: 17px;
}


.tilte-menu-list {
float: right;
display: inline;
padding: 10px;
text-decoration: none;



}
.title-menu-list-element {
all: unset;
cursor: pointer;

}
.title-menu-list-element:hover {
color: blue;
}




#articles-list {
padding-top: 90px;
}

#articles-ul {

list-style-type: none;
padding: 0.5vw;

}


.articles-li-entry {


font-family: Noto Sans Mono;
font-size: 1.5em;
display: flex;
flex-wrap: wrap;



}

.articles-li-entry-block {

width: 53%;
float: left;
flex-grow: 4;
}


.articles-li-entry-element {

all: unset;
cursor: pointer;
float: left;
padding: 1em;
width: 100%;
font-weight: bold;

}


.articles-li-entry-element:hover {

color: blue;
}


.articles-li-entry-text {


font-size: 0.8em;
line-height: 2em;

}
body {
      font-family: Noto sans mono;
}


.articles-li-entry-img {

float: left;
padding: 1em;
//padding-right: 10px;
max-width: 18em;

}


.review-articles-li-entry {



}


.reviews-articles-li-entry-element {

    all: unset;
    font-family: Noto Sans Mono;
    font-size: 1.em;
    line-height: 2em;
    font-weight: none;
    cursor: pointer;

}



.reviews-articles-li-entry-element:hover {

   color: blue;

}


#article-title {

    height: 300px;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    padding-top: 5%;
}

.article-title-img {

width: 100%;

}


.article-title-text {

    font-family: Noto sans mono;
    font-size: 2em;
    text-align: center;
    color: white;
    text-shadow: black 0px 0px 3px;
    background-size: cover;
    width: 100%;
    margin: auto;
    height: 100%;
    //line-height: 10em;
    padding-top: 140px;

}

#article{

padding: 3em;

}
.article-subtitle {

    font-family: Noto sans mono;
    font-size: 1.5em;
    font-weight: bold;
    color: #e6ac1d;
}


.article-paragraph {

    font-family: Noto sans mono;
    font-size: 1em;
    line-height: 1.8em;
}


.article-paragraph-img {

    width: -moz-available;
    width: -webkit-fill-available;
    max-width: 895px;
    max-height: 600px;
    padding: 10px;
    margin: auto;
    display: block;
    object-fit: contain;
}


.article-paragraph-img-long {

    width: -moz-available;
    width: -webkit-fill-available;
    max-width: 1100px;
    max-height: 1100px;
    padding: 10px;
    margin: auto;
    display: block;
    object-fit: contain;

}



.table, table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    font-family: Noto sans mono;
    font-size: 1em;
    line-height: 1.8em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    padding-right: 50px;
}



#paragraph-contents {

    line-height: 1.5em;
    text-decoration: none;
    list-style-type: none;
    color: #e6ac1d;

}


.article-subtitle-subtitle {

    font-weight: bold;

}

.slider {

    display:block;
  //max-width: none;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    object-fit: contain;
    display: block;
    height: auto;
    margin: auto;
    width: -moz-available;

}



hr {
    color: #e6ac1d;
    background-color: #e6ac1d;
    border-width: 0;
    height: 3px;

}
