body { text-rendering: optimizeLegibility; font-family: "Lucida Grande", Verdana, Arial, Helvetica, Geneva, sans-serif; font-size:13px; line-height:1.2px; color: #333; font-style: normal; font-weight: normal; background-color: #606060; max-width: 1300px; margin: auto;
}

.banner { width: 90%; max-width: 1200px; margin: 10px auto; border: 0px; padding:6px 4px 6px 4px; background: #909090; center; font-size: 13px; line-height: 1.2; color: #222; text-align: center; margin-left: auto; margin-right: auto;
}

.head { width: 100%; max-width: 1300px; margin: 2px auto; border: 0px; padding: 10px 4px 0px 10px; background: #606060; center; font-size: 15px; color: #e0e0e0; line-height: 1.2; letter-spacing: 1.2px; text-align: left; margin-left: auto; margin-right: auto;
}

.title { width: 100%; margin: auto; border: 0px; padding: 16px 4px 4px 8px; background: #606060; center; font-size: 15px; color: #e0e0e0; line-height: 1.2; text-align: left; margin-left: auto; margin-right: auto;
}

.java { width: 80%;  margin: auto; border: 2px solid red; padding: 8px 4px 4px 8px; background: #ddd; font-size: 16px; color: #000; line-height: 1.2; text-align: center;  margin-top: 100px; margin-left: 100px; z-index: 100; position: absolute;
}

.pageturn { width: 20%; max-width: 800px; margin: 2px auto; border: 0px; padding:4px 4px 4px 4px; background: #606060; center;  font-size: 18px; line-height: 1.2; color: #e0c262; text-align: center; margin-left: auto; margin-right: auto;
}

* { box-sizing: border-box;
}

.header {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  padding: 2px 8px 0px 12px;
  background-color: #606060;
}

.border {
  border-collapse: collapse;
  border: 1px solid black;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 4px 12px 8px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  -webkit-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

/* Popup container - can be anything you want */
.image-popup {
	margin-top: 4px;
  	vertical-align: middle;
	width: 100%;
    cursor: zoom-in;
}

.image-popup:hover {
	transition: all ease 1s;
    filter: blur(4px) brightness(120%);
    -webkit-filter: blur(4px) brightness(120%);
}

.popup-content{
    position: fixed;
    display: none;
	top: 30px;
	margin-left: 1.7%;
  	margin-right: auto;
	width: 100%;
    height: 100%;
	animation: zoom 1s;
	-webkit-animation: zoom 1s;
	display: flex;
	display: -ms-flexbox; /* IE10 */;
  	justify-content: center;
  	align-items: center;
	}

.popup-fade {
	animation: fadeout 1s;
	}
    
.popup-image {
  	position: absolute;
  	display: block;
  	width: 96%;
	height: 96%;
	max-width: 1250px;
	max-height: 800px;
	object-fit: contain;
	cursor: zoom-out;
	}

@keyframes fadeout {
    from {opacity: 1;} 
    to {opacity: 0;}
    }

@keyframes zoom {
    from {transform: scale(0); z-index: 10;}
	to {transform:scale(1);}
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  	.column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding-bottom: 10px;
  }
  .row {
  padding: 0px 4px 0px 8px;
	}
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  	.column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
  .row {
  padding: 0px 4px 0px 8px;
	}
}

.h11 {
 font-size: 16px;
 font-style: normal;
 font-weight: normal;
 line-height: 1.2;
 color: #333;
 padding: 0px 0px 0px 12px;
}

.h12 {
 font-size: 14px;
 font-style: normal;
 font-weight: normal;
 line-height: 1.2;
 color: #333;
 padding: 10px 8px 0px 12px;
}

.h121 {
 font-size: 14px;
 font-style: normal;
 font-weight: normal;
 line-height: 1.2;
 color: #e0e0e0;
 padding: 10px 8px 0px 12px;
}

.h13 {
 font-size: 15px;
 font-style: italic;
 font-weight: normal;
 line-height: 1.2;
 color: #333;
}

.h131 {
 font-size: 15px;
 font-style: italic;
 font-weight: normal;
 line-height: 1.2;
 color: #e0e0e0;
}

a {
font-size: 14px;
 font-style: normal;
 font-weight: normal;
 line-height: 1.2;
 color: #f0f0f0;
 text-decoration: none;	
}

a:hover{
text-decoration: nonee;
color: #e0c262;
}

a.head {
font-size: 15px;
 font-style: normal;
 font-weight: normal;
 line-height: 1.2;
 color: #e0e0e0;
 text-decoration: none;
 margin-left: -4px;
}

a.head:hover{
text-decoration: nonee;
color: #f0f0f0;
}

a.pageturn {
font-size: 18px;
 font-style: normal;
 font-weight: normal;
 line-height: 1.2;
 color: #ccc;
 text-decoration: none;	
}

a.pageturn:hover{
text-decoration: nonee;
color: #fff;
}

