﻿/* css file   aw/sb  */
/* Next block are defaults */

#all {
 /* width: 800px; */
 width: 100%;
 height: auto;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid gray;
}

#header {
 background-color: #e2e393;
 border-bottom: 3px solid black;
 text-align: center;
 /* width: 800px; */
 width: 100%;
 height: 100px;
 padding-top: 1em;
}

#date {
/* background-color: #eeeeee; */
 text-align: center;
 width: 100%;
 height: 20px;
 padding-top: 1em;
}

body {
  background-color: #ededed;
  color: #424242;
  font-size:14px;
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height:1.428571429;
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: #eee;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"HelveticaNeue-Light","Helvetica Neue Light",
	"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:normal;line-height:1.1;color:#333}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small      {font-weight:normal;line-height:1}

.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1}

h1,.h1{font-size:45px;line-height:48px}

h2,.h2{font-size:36px;line-height:42px}
h3,.h3{font-size:28px;line-height:36px}
h4,.h4{font-size:24px;line-height:25px}
h5,.h5{font-size:20px;line-height:24px}
h6,.h6{font-size:18px;line-height:24px}


img { max-width: 100%; }

ul		{
		display: block;
		list-style-type:none;
		margin-top: 1em;
		margin-bottom: 1 em;
		margin-left: 0;
		margin-right: 0;
		padding-left: 40px;
		}

a { color: #0000FF;  text-decoration: none;}
a:hover {color:#165db5;text-decoration:underline}
a:focus {color:#165db5;text-decoration:underline}

p {
  font-size:14px;
  margin: 0 0 10px;
}

.text-center{text-align:center}


.BottomBar	{
		position: fixed;
		bottom: 0px;
		height:30px;
		width: 100%;
		clear:both;
		background-color:#e2e393; 
			}

.BottomBarCenter	{
		color:#000;
		margin-top: 10px;
		text-align:center;
					}
.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.TopText {
  max-width: 100%;
  height: 100%;
  background-color: powderblue;
}


.footer	{
		background-color: #0099cc;
		color: #ffffff;
		text-align: center;
		font-size: 12px;
		padding: 5px;
		}

.container	{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-auto-rows: 200px;
		grid-gap: 25px;
		grid-auto-flow: dense;
			}

.container img	{
				width: 80%;
				height: 80%;
				}
.containerMT	{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
		grid-auto-rows: 80px;
		grid-gap: 25px;
		grid-auto-flow: dense;
			}


.left2 {
 float: left;
 width: 20%;
 clear: left;
 border-right: 1px solid black;
 height: 100%;
 padding-right: .5em;
}

.right2 {
 float: left;
 width: 80%;
 height: 100%;
 padding-left: .5em;
}

/*==================================================*/
/* Design for smallest display FIRST */

* {box-sizing: border-box;}

.mediasize	{background: red;
			padding: 20px;
			color: black;
			}

b {font-size: 1em;}

h1,h2,h3,h4,h5,h6 {font-size: 1.0em;}


.horizontal	{
    grid-column: span 2;
			}
.vertical	{
    grid-row: span 2;
			}
.big	{
    grid-column: span 2;
    grid-row: span 2;
		}

.row::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-family: "Lucida Sans", sans-serif;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li	{
	padding: 8px;
	margin-bottom: 7px;
	background-color: #33b5e5;
	color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
			}

.menu li:hover {background-color: #0099cc;}


.aside	{
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		}



/*==================================================*/

@media only screen and (min-width: 320px)	{

.mediasize	{background: red;
			padding: 20px;
			color: black;
			}

b {font-size: 1em;}

h1,h2,h3,h4,h5,h6 {font-size: 1.3em;}

											}

/*==================================================*/

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)	{
.mediasize	{background: green;
			padding: 20px;
			color: black;
			}

b {font-size: 10px;}

h1,h2,h3,h4,h5,h6 {font-size: 20px;}

											}

/*==================================================*/

@media only screen and (min-width: 768px)	{

.mediasize	{background: lightblue;
			padding: 20px;
			color: black;
			}

h1,h2,h3,h4,h5,h6 {font-size: 25px;}

											}
/*==================================================*/

@media only screen and (orientation: landscape) {
  body {background-color: lightblue;}
												}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)	{
.mediasize	{background: orange;
			padding: 20px;
			color: black;
			}
	h1,h2,h3,h4,h5,h6 {font-size: 30px;}
											} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px)	{
.mediasize	{background: #eee;
			padding: 20px;
			color: black;
			}

h1,h2,h3,h4,h5,h6 {font-size: 35px;}

											}
  




