@font-face {
  font-family:'Arsenal';
  src: url('fonts/Arsenal-Regular.ttf') format('truetype');
}

html {
  overflow: hidden;
  width: 100%;
  scrollbar-width: none;
}

body {
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  overflow: hidden;
  -ms-overflow-style: none;
	font-family: 'Arsenal', sans-serif;
  height: 100%;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: common-ligatures;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar{
  display: none;
}

a:link {
  color: black;
}

h1 {
  margin: 0;
  padding: 0;
}

/* visited link */
a:visited {
  text-decoration: none;
  color: black;
}

/* mouse over link */
a:hover {
  text-decoration: underline;
  color: black;
}

/* selected link */
a:active {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  color: black;
}

ul {
  list-style-type: none;
}

#burger {
  z-index: 500;
  font-size: 3vh;
  width: 8vw;
  color: white;
  top: 0vh;
  left: 0vw;
  position: absolute;
  height: 10vh;
  text-align: center;
  line-height: 8vh;
}

#burger:hover {
  cursor: pointer;
}

.titleul {
  list-style:none;
  margin:0;
  padding:0;
  left: 0;
  text-align:center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.titleul li {
  display: table-cell;
  height: 8vh;
}
.title {
  position: relative;
	font-size: 3vh;
	font-weight: bolder;
	text-align: center;
	width: 100vw;
	top: 1.5vh;
	z-index: 111;
	background-color: white;
  height: 10vh;
}

.title a{
	text-decoration: none;	
}

.nav{
    position: relative;
    list-style:none;
    margin:0;
    padding:0;
    left: 0;
    text-align:center;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-top-style: solid;
    border-top-width: thin; 
    width: 100vw;
    z-index: 200;
    background-color: white;
    font-size: 3vh;
    overflow: hidden;
    height: max-content;
}

.nav li{
    display:inline;
    line-height: 3vh;
}

.nav a{
    display:inline-block;
    padding:10px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

#header {
  background-color: white;
  left: 0;
  top: 0;
}

/**************************/
/**************************/

#main {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
}

.container-fluid {
  padding: 0;
}

#main li {
  margin: 0;
  padding: 0;
}

#bodyPhoto {
  position: relative;
  margin: 0;
  padding: 0;
  width: fit-content;
}

#bg {  
  width: 100%;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  z-index: 200;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  object-fit: contain;
}

#bgbook {  
  width: 100%;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  z-index: 200;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  object-fit: contain;
}

#bgdraw {
  width: 100%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  z-index: 200;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  object-fit: contain;
}

#bgbook:hover {
	cursor: pointer;
  caret-color: grey;
}

#bgdraw:hover {
	cursor: pointer;
  caret-color: grey;
}

#bg:hover {
	cursor: pointer;
  caret-color: grey;
}

.bgExhibition {  
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  vertical-align: middle;
  height: 100%;
  margin-top: 15vh;
  margin-bottom: 1vh;
}

#PicAbout {
  position : relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  width: 80vw;
  float: left;
}

.text_about{
  width: 88%;
  height: 100%;
  position: relative;
  text-align: left;
  display: block;
  align-items: center;
  left: 6vw;
  padding-bottom: 4vh;
  font-size: 4vw;
}

#mainpic {
  position: relative;
  text-align: center;
  height: fit-content;
  margin-left: 3%;
  margin-right: 3%;
}

#serieheader {
  border-top-style: solid;
  border-top-width: thin; 
  border-bottom-style: solid;
  border-bottom-width: thin;
  background-color: white;
  width: 100vw;
  display: table;
  height: 5vh;
}

#serieheader img {
  display: block;
  border-style: none;
}

#serietext {
  background-color: white;
  width: 95vw;
  text-align: center;
  visibility: visible;
  font-size: 2vh;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  height: fit-content;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 1%;
}

#serietext p {
  display: inline-block;
  margin: 0;
}

#readmore {
  position: relative;
  top: 0;
  text-decoration: underline;
}

#readmore:hover {
  cursor: pointer;
}

#readless {
  position: relative;
  bottom: 0;  
  text-decoration: underline;
  margin-top: 1vh;
}

#readless:hover {
  cursor: pointer;
}

#photographieseries {
  margin-bottom: 1vh;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  position: relative;
  z-index: 3;
  margin-left: 3%;
  margin-right: 3%;
}

#photoseriesindex {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  position: relative;
  z-index: 3;
  padding-top: 2vh;
}

#photographieseries:hover {
  cursor: crosshair;
}

#photographieseries img {
  width: 100%;
  z-index: 800;
}

#photoseriesindex img {
  width: 100%;
  z-index: 800;
}

#photographieseries .item {
  position: relative;
  overflow: hidden;
  z-index: 800;
  
}

#photoseriesindex .item {
  position: relative;
  overflow: hidden;
  z-index: 800;
  width: 45vw;
  align-self: center;
  margin-left: 2vw;
}

#photographieseries .item img {
  vertical-align: middle;
}

#photoseriesindex .item img {
  vertical-align: middle;
}

.item .caption {
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 3vh;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  background: white;
  color: black;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.item:hover {
  cursor: pointer;
}

.caption {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.serietitle {
  font-size: 3vh;
  text-align: center;
  margin: 1vw;
}

.serietitle:hover {
  cursor: pointer;
}

.seriedate {
  font-size: 1rem;
}

#bookheader {
  font-size: 2vh;
  position: relative;
  text-align: center;
}

#drawingheader {
  font-size: 2vh;
  position: relative;
  text-align: center;
}

#bookseries {
  top: 0;
  position: relative;
  margin-left: 3%;
  margin-right: 3%;
}

/**************************/
/**************************/

#footer {
    position: relative;
    background: #fff; 
    z-index: 10; 
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 100vw;
    display: flex;
    justify-content: center;
}

#footer li {
  display: inline;
  float: left;
  width: fit-content;
  padding: 1vw;
}

#footertxt {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.foottitle {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1.9vh;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 75vw;
    text-align: center;
    margin: 0 auto;
}

.footdate {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 1em;
    text-wrap: nowrap;
    text-align: center;
    position: relative;
}

#squarePlus {
	font-size: 1.5em;
	justify-content: center;
  font-weight: 100;
}
#squarePlus:hover {
  cursor: zoom-in;
}
#squareMinus {
	font-size: 1.5em;
	justify-content: center;
  font-weight: 100;
}
#squareMinus:hover {
  cursor: zoom-out;
}

#arrowleft {
	font-size: 1.5em;
	justify-content: center;
  font-weight: 100;
}

#arrowleft:hover {
	cursor: w-resize;
}	

#arrowright {
	font-size: 1.5em;
	justify-content: center;
  font-weight: 100;
}

#arrowright:hover {
	cursor: e-resize;
}

#footer-bottom-bar{
  border-bottom-width: thin;
  border-bottom-style: solid;
}

#footer-top-bar{
  border-top-width: thin;
  border-top-style: solid;
}

.text{
	margin-top: 50vh;
	transform: translateY(-50%);
	width: 1000px;
    	margin-left: auto;
    	margin-right: auto;	
}

.text ul{
	list-style: none;
	padding: 2em;
}

.details {
	margin-left: 3em;
	padding-top: 0.2em;
	text-align: left;
}

#news_text {
  position: relative;
	width: 50vw;
	top: 8em;
	display: block;
	left: 25vw;
	text-align: left;
}

@media screen and (min-width: 100vh) {
  /* The width is greater than the height */
  /* aka landscape */

}

/* small screens landscapes max height of 385px */
@media screen and (max-height: 385px) {
 
}

.text_books {
  position: inherit;
}