﻿/* rpcaA sb.css file  */
/* Next block are defaults */
/* Updated 03/18/20 */

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

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

#header_sb {
 background-color: #e2e393;
 text-align: center;
 width: 100%;
 height: auto;
 border-bottom: 3px solid black;
}

#date {
 background-color: #e2e393; 
 text-align: center;
 width: 100%;
 height: 40px;
 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);*/
}

#NavDetailRow:after {
   content: "";
   display: table;
   clear: both;
   background-color: #e2e393;  
   border: 1px solid red; 
}
/* -----------------------------------------------------------*/
/* -------------Added March 18 2020  aw-----------------------*/
/* -----------------------------------------------------------*/

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}


/* -----------------------------------------------------------*/

/* Create two columns that floats next to each other or one above the other depending on screen width */
.nav_column {
  float: left;
  width: 25%;
  padding: 10px;
/*   border: 3px solid red;  */
}

.nav_header {
	font-weight:normal;
	line-height:2.1;
	font-size:30px;
	line-height:42px;
}

.column2 {
  float: left;
  width: 100%;
  padding: 10px;
}
/* -----------------------------------------------------------*/

.row {
	background:#ddd;
	display:block;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* -----------------------------------------------------------*/

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}

hr.style1{
	border-top: 3px solid #000;
	width: 80%;
}

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;
}

p.section_header {
  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: auto;
		grid-gap: 25px; 
		grid-auto-flow: dense;
/*		border-top: #000 medium solid; */
		padding: 20px;
		margin:  20px;
		background-color:#ddd;
			}

/* Responsive image scaling */
.container img	{
	width: 100%;
	height: auto;
}

.container li	{
	padding: auto;
	margin: auto;
	background-color: #ddd;
	color: #000;
/*	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.container li p {
	text-align:left;
}

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

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

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

* {box-sizing: border-box;}

.mediasize	{
	background: #e2e393;
/*	background: black; */
	padding: 20px;
	color: black;
			}

b {font-size: 1em;}

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

.nav_header {
	font-weight:normal;
	line-height:2.1;
	font-size:30px;
	line-height:42px;
}

.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;}

.nav_column {
  width: 350px;
}

.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);
		}
page_link {
  font-size: 24px;
  color:#F00
}

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

/*   -  -  Media Screen Sizes  -  -
/* Media sized screens 320px and larger to 600px
	@media only screen and (min-width: 320px)

/* Small devices (portrait tablets and large phones, 600px and up) 
	@media only screen and (min-width: 600px)	{

/*  Media screens with landscape orientation
	@media only screen and (orientation: landscape) {

/* Media sized screens 768px and larger to 992px
	@media only screen and (min-width: 768px)

/* Large devices (laptops/desktops, 992px and up) 
	@media only screen and (min-width: 992px)	{

/* Extra large devices (large laptops and desktops, 1200px and up) 
	@media only screen and (min-width: 1200px)	{
*/


/* - - - V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  - - - 
screens < 320px*/

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

.mediasize	{
	background: #e2e393;
/*	background: red; */
			padding: 20px;
			color: black;
			border-top:#333 medium;
			}

b {font-size: 1em;}

.column2 {
  width: 100%;
}

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

.nav_column {
  width: 350px;
}

.nav_header {
	font-weight:normal;
	line-height:2.1;
	font-size:1.0em;
	line-height:42px;
}

.section_header	{
	font-size: 6px;
	line-height:18px;
	padding-left:100px;
	color:#F00
}
/*==================================================*/


/* - - - V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  - - - 
Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px)	{
.mediasize	{
	background: #e2e393;
/*	background: blue; */
	padding: 20px;
	color: black;
	border-top:#333 medium;
}

b {font-size: 20px;}

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

.column2 {
  width: 60%;
}


/* - - - V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  - - - 
orientation: landscape (laptops/desktops, 600px and up) */

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

.nav_column {
  width: 350px;
}

.nav_header {
	font-weight:normal;
	line-height:2.1;
	font-size:20px;
	line-height:42px;
}

.section_header	{
	font-size: 16px;
	line-height:18px;
	padding-left:30px;
	color:#0F0
}
/*==================================================*/


/* - - - V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  - - - 
Large devices (laptops/desktops, 992px and up) */

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

.mediasize	{background: #e2e393;
/*	background: green; */
			padding: 20px;
			color: black;
			}

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

											}
/*  Add rightside bar when in 2 column mode. */
.nav_column {
  border-right: #000  medium solid;
}

.nav_header {
	font-weight:normal;
	line-height:2.1;
	font-size:24px;
	line-height:42px;
}

#section_header	{
	font-size: 26px;
	line-height:18px;
	padding-left:100px;
	color:#00F
}
/*==================================================*/

/*@media only screen and (orientation: landscape) {
  body {background-color: #e2e393;}
}
*/

/* - - - V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  - - - 
Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px)	{
.mediasize	{background: #e2e393;
			padding: 20px;
			color: black;
			}
h1,h2,h3,h4,h5,h6 {font-size: 35px;}
} 


/* - - - V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  V  - - - 
Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px)	{
.mediasize	{background: #e2e393;
			padding: 20px;
			color: black;
			}

h1,h2,h3,h4,h5,h6 {font-size: 35px;}
}
  
.nav_header {
	font-weight:normal;
	line-height:2.1;
	font-size:30px;
	line-height:42px;
}

#section_header	{
	font-size: 4px;
	line-height:18px;
	padding-left:100px;
	color:#FF0
}
/*           - - -  End media screen sizes - - -      */


/*
/*             ADD FOR SLIDE SHOW TESTING
*/

.slider {
  max-width: 300px;
  height: 200px;
  margin: 20px auto;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(http://media.dunkedcdn.com/assets/prod/40946/580x0-9_cropped_1371566801_p17tbs0rrjqdt1u4dnk94fe4b63.jpg)no-repeat center;
      background-size: cover;
    animation:fade 8s infinite;
-webkit-animation:fade 8s infinite;

} 
.slide2 {
  background: url(http://media.dunkedcdn.com/assets/prod/40946/580x0-9_cropped_1371565525_p17tbqpu0d69c21hetd77dh483.jpeg)no-repeat center;
      background-size: cover;
    animation:fade2 8s infinite;
-webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url(http://media.dunkedcdn.com/assets/prod/40946/580x0-9_cropped_1371564896_p17tbq6n86jdo3ishhta3fv1i3.jpg)no-repeat center;
      background-size: cover;
    animation:fade3 8s infinite;
-webkit-animation:fade3 8s infinite;
}
@keyframes fade
{
  0%   {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}


