@charset "utf-8";

* {
    margin: 0;
	padding: 0;
}

body, html {
	
	height: 100%; 
	user-select: none; 
	text-align: center;	
	background-image: url(pp.jpg);	
}   

#container {
	display: inline-block;
	display: flow-root;
	height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(sl.jpg);
	font-family: 'Arial Rounded MT Bold';
	color: #d4af37;
	font-size: 120%;
}

.header_left {
	width: 40%;
	position: relative;
	float: left;
	margin-top: 2%;
}

.header_center {
	margin: -10px 40%;
	width: 20%;
	top: 0;
	position: absolute;
}

.header_right {
	width: 40%;
	position: relative;
	float: right;
	margin-top: 2%;
}

.jumpmark {
	top: 110px;
	position: absolute;
	width: 100%;
	background: #292b28; 
	height: 30px;
	margin-top: 20px;
	display: table;
}

a {
   font-family: "Arial Rounded MT Bold";
   font-size: 100%; 
   font-weight: 700;
   color: #d4af37;
   text-decoration: none;
   display: table-cell;
   vertical-align: middle;
}

a:focus   {color: black;}
a:hover   {color:bisque}
a:active  {text-decoration: underline}

.footer {
	width: 100%;
	top: 160px;
	position: absolute;
	font-size: 0.8em; 
}

p { 
	font-family: "Mansalva", sans-serif; 
	font-weight: 200;
	font-size: 1.2em;
} 

.date {margin-top: 25px; text-decoration: overline;}

.main {
    display: flex; 
	flex-direction: column; 
	min-height: 100%;
	padding-top: 60px;
	color: #2b2c7ce8; 
	font-display: swap;
	font-family: "Mansalva"; 
	font-size: 1.5em; 
	align-items: center;
  }  

 .slider {
	width: 80%;
	display: table;
	vertical-align: center;
	padding: 10%;
	text-align: justify;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: #888;
  font-family: 'Arial Rounded MT Bold';
  font-weight: bold;
  font-size: 2.5em;
}
.next {
  right: 15px;
}
.prev {
  left: 15px;
}
.prev:hover, .next:hover {
  color: rgba(0,0,0,0.8);
}

h1 {
	text-decoration: underline;
	font-size: 1.5em;
}

/* mansalva-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Mansalva';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/mansalva-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  