 BODY{
	background-color:#FFEFEF;
	}
 H1{
	text-align:center;
	font-style:italic;
	font-size:200%;
	background-color:#501010;
	color:white;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	max-width:800px;
	padding-top:8pt;
	padding-bottom:8pt;
	border-color:#FFDFDF;
	border-style:ridge;
	border-top-width:thick;
	border-bottom-width:thick;
	border-left-width:0px;
	border-right-width:0px;
	}
 H2{
	text-align:center;
	font-style:normal;
	font-size:150%;
	background-color:#FFFFFF;
	color:black;
	margin-left:auto;
	margin-right:auto;
	width:68%;
	max-width:400px;
	padding-top:4pt;
	padding-bottom:4pt;
	border-color:red;
	border-style:ridge;
	border-top-width:thin;
	border-bottom-width:thin;
	border-left-width:0px;
	border-right-width:0px;
	}
 P{
	font-size:100%;
	line-height:125%;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	max-width:800px;
	background-color:#FFDFDF;
}
 UL{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	max-width:800px;
	background-color:#FFDFDF;
	}
 LI{
 	font-family:sans-serif;
	font-size:100%;
	line-height:125%;
	padding-top:4pt;
	padding-bottom:4pt;
}
 .acces{
 	font-family:sans-serif;
	font-size:100%;
	text-align:right;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	max-width:800px;
	}
@media screen and (min-width: 768px) {
  #pics_area{
  height:44vh;
  width:97%;
	max-width:800px;
  max-height:400px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
//  background-color:blue;
    }
  .small_pics{
    width:30%;
    height:100%;
    object-fit: cover;
     margin:0.3em;
    }
    #subtitle{
		text-align:center;
		color:green;
		padding:0.5em;
		font-size:1.2em;
		text-shadow: 1px 2px 3px #60A060;
	}
}

@media screen and (max-width: 767px) {
  #pics_area{
  height:22vh;
  width:97%;
  max-width:400px;
  max-height:200px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
//  background-color:red;
  }
  .small_pics{
    width:30%;
    height:100%;
    object-fit: cover;
     margin:0.3em;
    }
    #subtitle{
		text-align:center;
		color:green;
		padding:0.25vw;
		font-size:4.5vw;
		text-shadow: 1px 2px 3px #60A060;
	}
}  

