h1, h2, p {
	text-align: center;
	color: navy;
	padding: 1em
}

h2 {
/* 	z-index: 2000; */
}

h3 {
	z-index: 1500;
	color: navy;
}
.login {
	margin-top: 3em;
}

#sidebar a {
	font-size: 1.32em;
}

#sidebar {
	z-index: 1050;
	position: fixed;
	top: 0px;
	display: grid;
	justify-content: center;
}

.content .login {
	z-index: 1;
}

#sidebar, .byline {
	left: 0px;
}

#sidebar+div {
	margin-top: 4em;
}

.byline {
	position: fixed;
	bottom: 0px;
}

.menu>a {
	text-decoration: none;
}

.hMenu {
	padding: 0em 0 .5em 0em 0 .5em;
	margin: -1 .0em 0 .75em 0em 1 .0em;
	border-radius: 17px;
	background: #e0f2f1;
	box-shadow: 9px 9px 31px #747e7d, -9px -9px 31px #ffffff;
	border-radius: 17px;
	background: #F5F5F5;
	box-shadow: 9px 9px 31px #7f7f7f, -9px -9px 31px #ffffff;
}

#password, #username {
	margin: 0.5em;
	border-radius: 2px;
	background: #F5F5F5;
	box-shadow: 9px 9px 31px #7f7f7f, -9px -9px 31px #ffffff;
}

.menuactive  .hMenu {
	background: #F5F5F5;
	box-shadow: inset 9px 9px 31px #7f7f7f, inset -9px -9px 31px #ffffff;
	margin-top: -2em;
	max-height: 30vh;
}

.colText, .sigin {
	display: grid;
	justify-content: center;
	justify-items: center;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;	
}

.invisible {
	display: inline-block;
	width: 0;
}

.singinControls {
	display: flex;
	flex-direction: row;
	margin-bottom: 4em;
}

.singinControls  div {
	display: flex;
}

.signinInputs {
	flex-direction: column;
}

a.hMenu, a.hMenu:visited, a.hMenu:hover, a.hMenu:active {
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
	text-align: center;
}

div.siginbar {
	/* 	margin: 1em 0em 4em 4em; */
	display: grid;
	grid-template-columns: 2fr;
	grid-auto-rows: 3.5em;
	grid-auto-rows: auto;
}

.siginbar button, label.user, #password, #username, .reset, a.reset, r.reset:visited
	{
	color: navy;
	padding: 0.1em;
	font-size: 1.2em;
	min-width: 6em;
	max-height: 2em;
	font-weight: normal;
}

a.reset {
	padding: 0.1em 1em 0em 1em;
	border-radius: 17px;
	border: 1px silver outset;
}

label.user {
	text-align: right;
}

#contactDiv {  
  transform: translate(2em 3.5em);
  transform-origin: 50% 50%;
  box-sizing: border-box;
  position: absolute;  
  bottom: 25%;
  right: 0;
  z-index: 99999;
/*   border: 2px orange solid; */
}

.alert{
	color: red;
	font-weight: bolder;
	font-size: 1.5em;
	text-align: center;
}
img.storyBlock{
	max-width:96%;
}
/* @media only screen and ( min-width : 992px) and (orientation : portrait) */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
	body {
		font-size: 1rem;
	}
	.login {
		font-size: 1.2rem;
	}
	img.storyBlock {
		max-width: 100%;
		max-height: 40vh;
		position: relative;
/* 		left: 50%; */
		margin-top: 0em;
	}
	.colText {
		margin-top:-2em;
		grid-auto-rows: auto;
	}
	.sidebar-wrapper {
		font-size: 2rem;
	}
	.field-association label {
		font-size: 1.2em;
		text-align: center;
	}
	.field-association input  {		
		text-align: center;
		min-width: revert;
		max-width: 93%;
	}
	#sidebar+div {
		margin-top: 12em;
	}
	#sidebar>ul>li:nth-child(3), #sidebar>ul>li:nth-child(3) * {
		display: inline-block;
		color: transparent;
		background: transparent;
		width: 0;
		padding: 0;
	}
	
	.reset, a.reset, a.reset:visited, .siginba>button {
		/* 		padding: 1em 1em 2em 0.5em; */
		/* 		margin:2em; */
		margin: 1em;
		text-align: center;
		min-width: 100%;
		min-height: 4.5em;
	}
	a.reset {
		padding-right: 0em;
	}
	.siginba>button {
		min-height: 3em;
		font-weight: bold;
		font-size: 1.2rem;
	}
	
	.singinControls div.siginbar {
		margin: 4em;
	}
	.singinControls, .singinControls div.siginba , .singinControls .field-association{
		display: flex;
		flex-direction: column;
		/* 	margin: 4em; */
	}
	div.siginba {
		display: flex;
		flex-direction: row-reverse;
		margin-top: -3em;
		width: 80%;
	}
	div.siginbar {
		/* 	margin: 1em 0em 4em 4em; */
		display: flex;
		flex-direction: column-reverse;
	}
}