/* CSS Document */
body{
	font-family: Calibri;
	font-size: 1.5em;
}
/* Newsletter specific styles */
.newsletter{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
}
.nlNumber{
	max-width: 500px;
	font-weight: bold;
	float: left;
}
.nlDate{
	max-width: 500px;
	font-weight: bold;
	float: right;
}
/* Main Story Title */
.newsletter h1{
	font-size: 2.5em;
	text-align: center;
}
/* Story Title */
.newsletter h3{
	padding-left: 0px;
}
/* Story Chapter Subheading */
.newsletter h4{
	padding-left: 5px;
}
.story{
	max-width: 1000px;
	text-align: justify;
	text-justify: inter-word;
    width: 100%;
}
.storyIMG{
	width: 90%;
	height:auto;
	text-align: center;
}
.centerIt{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left{
	float:left;
	margin-left: 0px;
	padding-left: 0px;
}
.right{
	float:right;
	margin-right: 0px;
	padding-right: 0px;
}
.programme{
	width: 100%;
}
.programme table{
	width: 100%;
	border: thin solid black; 
	padding: 10px;
}

img{
	width: 100%;
	border: thin solid black;		
}
@media only screen and (max-width : 1000px) {
	.storyIMG{
		max-width: 70% !important;
		float: none !important;	
		height:auto;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (any-pointer: coarse) {
    body {
        font-size: 8vw;
    }
}
figcaption {
	width: 100%;
	text-align: center;
	font-style: italic;
	font-size: smaller;
}
.w10{
	max-width: 10%;
}
.w15{
	max-width: 15%;
}
.w20{
	max-width: 20%;
}
.w25{
	max-width: 25%;
}
.w30{
	max-width: 30%;
}
.w35{
	max-width: 35%;
}
.w40{
	max-width: 40%;
}
.w45{
	max-width: 45%;
}
.w50{
	max-width: 50%;
}
.w60{
	max-width: 60%;
}
.w70{
	max-width: 70%;
}
.w75{
	max-width: 75%;
}
.w80{
	max-width: 80%;
}
.w85{
	max-width: 85%;
}
.w90{
	max-width: 90%;
}
.story a{
	text-decoration: underline;
	font-weight: 700;
	color: #555555;
}
.story h3{
	font-size:2em;
}
blockquote {
	font-style: italic;
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 1em;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 2em;
	line-height: 0.1em;
	margin-right: 0.2em;
	vertical-align: -0.3em;
}
blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 2em;
	line-height: 0.1em;
	margin-left: 0.2em;
	vertical-align: -0.3em;
}
/* *******************************
*** Next Meeting Options
******************************* */
.speaker{
	font-weight: bold;
}
.talkDate{
	font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}
.talkTitle{
	font-style: italic;
	font-weight: bold;
}
.page{
	margin-left: 1.5em;
}

cite {
	display: block;
	margin-top: -1.5em;
	margin-left: 2em;
	text-indent: 0;
	text-align: left;
	font: bold .9rem var(--type-body);
	color: hsl(0 0% 20%);
}

byline{
	display: block;
	margin-top: -2em;
	margin-left: 0.5em;
	text-align: left;
	color: hsl(0 0% 20%);
	font-style: italic;
	font-size: smaller;
}

reference {
	display: block;
	margin-left: 1em;
	text-indent: 0;
	text-align: left;
	font: bold .9rem var(--type-body);
	color: hsl(0 0% 20%);
	font-size: smaller;
}

/* Project Pages */
.project{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
}
.projectSection{
	max-width: 1000px;
	text-align: justify;
	text-justify: inter-word;
    width: 100%;
}
.projectTitle{
    max-width: 1000px;
    width: 100%;
} 
.doubleFigure {
    white-space: nowrap;
    width: 100%;
    text-align: center;    
}
.doubleFigure figure{
    width: 45%;
}
.doubleFigure::after {
  content: "";
  clear: both;
  display: table;
}
.tripleFigure {
    width: 100%;
    text-align: center;    
}
.tripleFigure figure{
    width: 25%;
}
.trileFigure::after {
  content: "";
  clear: both;
  display: table;
}

/* Header CSS */
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 20px;
  left: 95%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}