/* @import url('https://fonts.googleapis.com/css2?family=B612:wght@300&display=swap'); */

body, .fuzzy {
		font-family: 'B612', sans-serif; 
		padding: 0; margin: 0;
		color: #0;
}
img {
	max-width: 100%; 
	height: auto; 
}
.text { text-align: center; padding-left: 5%; padding-right: 5%; }
.body { max-width: 650px; text-align: left; padding: 3% }

h1 { font-size: 2.5em; font-weight: bold; }

h1.title { color: #0; font-size: 2.5em; font-weight: bold;  }
h2.title  { color: #0; padding-top: 0px; margin-top: 0px;   }

h2 { padding-top: 0em; color: #f46912; }
h3 { font-size: 1em; opacity: 1.0; }

p { font-size: 1.2em; opacity: 1.0; }
.legend {font-size: 1.0em; font-style:italic;}

.bold { font-weight: bold; }

.blk { background: #000000; opacity: 0.3; padding: 5%; }

.logo { 
	background-color: #f46912;
	width: 100%;
	opacity: 1.0; 
  color: #ffffff;
  padding: 0.1em 0.3em 0em 0.3em;
  text-decoration: none;
	font-weight: bold;
  text-transform: uppercase;
	font-size : 3em;
}

p.q { font-style: italic; color: #C0C; };
a {   text-decoration: none; }

a.link {
  /* box-shadow: 5px 0px 2px #CC0099; */
	background-color: #f46912;
	opacity: 1.0; 
  color: #FFFFFF;
  padding: 0.8em 0.8em;
	margin: 1em; 
	line-height: 3em; 	
  text-decoration: none;
	font-weight: bold;
  text-transform: uppercase;
	font-size : 1.5em;
	border-radius: 50%;	
}

.firstline { padding-top: 0.5em; }

.prtab { border: 0px solid #555555; border-collapse: collapse; font-size: 0.80em; }
.prtab tr:nth-child(odd) { background-color: #ccc; }
p.prtitle { padding-top: 26px; font-size: 1em; font-weight: bold; color: #666666; }  
.pr1 { padding-left: 0.8em; }

a:hover {
	opacity: 0.6; 
  cursor: pointer;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

td { padding-left: 1em; padding-right: 1em; }
td.r { padding-left: 2em; padding-right: 1em; text-align: right; font-size: 1.2em; opacity: 1.0; }

.footer { color: #ffffff; background: #f46912; opacity: 0.6; margin-botton: 0; padding-bottom: 0; margin-bottom: 0; margin-top: 14em; font-size: 0.8em;  }

.nav ul {
  list-style: none;
  background-color: #000;
  text-align: left;
  padding: 2px 0 0 5%;
  margin: 0;
}

.nav li {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 0 0px;  
  border-bottom: 1px solid #888;
}
 
.nav a {
  text-decoration: none;
  font-size: 1.0em; font-weight: bold; 
  padding-top: 0px; 
  color: #fff;
  display: block;
  transition: .1s background-color;
}
 
.nav a:hover {
  background-color: #F39; /* #F60; */
}
  
.nav a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
  margin-left: 10px; margin-right: 10px;
	padding-left: 5px; padding-right: 5px; 
}
 
/* this is the full size menu */

@media screen and (min-width: 600px) 
{   
  .nav li 
	{
    border-bottom: none;
    height: 40px;
    line-height: 38px;
    padding: 0 3% 0 0;
    display: inline-block;
    margin-right: -4px;
  } 
}

/* mobile menu */

@media not all and (min-width: 600px) 
{
  .nav li 
	{
    height: 30px;
    line-height: 28px;
  }
}
