*   {
    margin: 0;
    padding: 0;
}

html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}


body {
  	background-color: #fff;
    background-image: url('../img/spaceTimeMatrix.webp');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
    height: 100%;
}

h1  {
    font-size: 2em;
    line-height: 1.2em;
    font-weight: normal;
    font-family: "Quintessential", serif;
    color: #444;
}

h1 a  {
    color: #444;
    font-weight: bold;
}

h2  {
    padding: 0.4em 0 0.8em;
    font-size: 1.4em;
    font-weight: normal;
}

h2 a {
  color: #118833;
}

h3,h4,h5 {
    text-align: left;
}

h3  {
    font-size: 1.4em;
}

h4  {
    margin-top: 20px;
    font-style: italic;
    font-size: 1.2em;
}

h5  {
  margin-top:10px;
  font-size: 1.1em;
  font-weight: bold;
}

ol, ul  {
margin: 10px;
text-align: left;
}

ol li, ul li {
margin: 0 0 10px;
font-size: 1.1em;
}


table {
  margin-bottom: 25px;
}

p   {
    padding: 1em 0;
    font-size: 1.2em;
    text-align: justify;
}

q   {
    text-align: justify;
}

a	{
	font-weight: bold;
	text-decoration: none;
	color: #295;
}

a:hover	{
  color: #990000;
	text-decoration: underline;
}

a:hover	img {
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 10px solid #993300;
	background: yellow;
}

/*flex   {
   display: flex;
}
*/

.quotBox {
  background: #393;
  color: #fff;
  max-width: 880px;
  padding:10px;
  margin: auto;
  border-radius: 0 0 15px 15px;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.1em;
  opacity: 0.6;
}

.quotBox a{
  color: #ff0;
}

.quotBox p {
  margin: 0;
  padding: 0;
}

.linkBox {
  background: #393;
  padding: 3%;
  border-radius: 15px;
  text-align: center;
  display: block;
  width: 94%;
  max-width: 870px;
  color: #fff;
}

.linkBox:hover {
  background: #cc0;
  }

.centerText   {
    text-align: center;
}

.italicTxt  {
    font-style:italic;
}

.container	{
    text-align: center;
    height: 100%;
    max-width: 96% !important;
    min-height: 500px;
    padding: 2%;
    margin: auto;
    line-height: 1.5em;
}

#search-widget
        {
    position: fixed;
    top: 5px;
    right: 5px;
}

.header {
    width: 100%;
    clear: both;
    margin: 1em 0 0;
}

.header h3 {
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
}

.nothingToSee h3 {
    text-align: center;
    margin-top: 30px;
}

.content-section	{
	padding: 10px 0;
	justify-content: center;
  max-width: 900px;
  margin: auto;
}

.contents-list {
  background: #cfc;
  max-width: 880px;
  color: #393;
  padding: 10px;
   border-radius: 15px 15px 0 0;
  border: 1px solid #fff;
  text-align: center;
}

.contents-list h5{
  margin: 0;
  font-size: 1em;
}

.contents-list a{
  margin: 0;
  font-size: 0.9em;
  font-weight: normal;
}

.img-box	{
	width: 100%;
	text-align: center;
}

.img-box	img {
	max-width: 100%;
	text-align: center;
}

.row_dots {
  margin: 20px 0;
  border-top: 1px dotted #c00;
}

.img-box figcaption {
  clear: both;
  width: 96%;
  padding: 2%;
  font-size: 1em;
}

.video-box {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  width: 100%; /* Ensure it takes full width of its flex parent */
  height: 0; /* Height will be controlled by padding-bottom */
  overflow: hidden; /* Prevents anything from showing outside the container */
  margin: 0 0 30px;
}

.video-box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 960px;
  height: 100%;
  border: 0;
}

.disclaimer {
  font-size: 0.8em;
  font-weight: bold;
}

.text-left{
  text-align: left;
}

.quoteExtract {
  padding: 10px;
  font-style: italic;
  font-weight: bold;
}

.figure {
  font-style: italic;
  font-size: 0.9em;
}

.addendum-about {
  font-size: 0.8em;
  color: #999;
  text-align: center;
}

.poem-box {
  text-align: center;
  font-size: 1.4em;
}

.r3cg img	{
	margin: auto;
  max-width: 250px;
}

.r3cg {
    display:block;
    max-width: 900px;
}

/* columns */
.r3cg > * {
    padding:1rem;
}

/*r3cg links*/

.hort-menu .r3cg a	{
  color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #118833;
	display: block;
	width: 96%;
	padding: 10px;
}

.hort-menu .r3cg a:hover	{
  background-color: #33cc55;
	text-decoration: underline;
}

.hort-menu a:hover	img {
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 10px solid #cc6633;
}

/* tablet breakpoint */
@media (min-width:900px) {
    .r3cg {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
    
    /* 4 column responsive grid menu*/

.menu .r4cg a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #118833;
    display: block;
    width: 96%;
    padding: 10px;
}

.menu .r4cg a:hover {
  background-color: #33cc55;
	text-decoration: underline;
}

.r4cg > * {
    padding: 10px;
}

/* tablet breakpoint */
@media (min-width: 850px) {
    .r4cg {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .menu .r4cg a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-color: #118833;
    display: block;
    width: 96%;
    padding: 10px;
}

.menu .r4cg a:hover {
  background-color: #33cc55;
	text-decoration: underline;
}

}

