*{
padding: 0;
margin: 0;
test-direction: none;
list-style: none;
box-sizing: border-box;
}
body{
	font-family: Arial, Helvetica, sans-serif ;
  background-image: url("cnvbkgnd.jpg");
}
table {

margin-left:auto;
margin-right:auto;

width: 90%;
}
.flash {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 20px;
}
/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
  table {
  width: 58%;}
}
img.flash{
color: White;
font-size: 35px
line-height: 80px;
padding: 0 5px;
font-weight: bold;
position: absolute;
left: 10px;
}
h1 {
line-height: 35px;
}
p.aph1 {
color: #990033;
font-size: 2rem;
text-align: center;
font-weight: bold;
align: center;
}
p.aph3 {
color: #990033;
font-size: 1.5rem;
text-align: center;
font-weight: bold;
align: center;
}
p.apbold {
color: black;
font-size: 1.3rem;
text-align: center;
font-weight: bold;
align: center;
}
p.apnorm {
color: black;
font-size: 4;
text-align: center;
font-weight: normal;
align: center;
}
p.apnormb {
color: black;
font-size: 4;
text-align: center;
font-weight: bold;
align: center;
}
p.apred {
color: red;
font-size: 1.2rem;
text-align: center;
font-weight: bold;
align: center;
}
SHead1 {
color: Red;
font-size: 2.5rem;
text-align: center;
font-weight: bold;
align: center;
margin-left: 5%;
margin-right: 5%;
}
SHead2 {
color: Red;
font-size: 2rem;
text-align: center;
font-weight: bold;
align: center;
margin-left: 5%;
margin-right: 5%;
}
SHead3 {
color: Red;
font-size: 1.5rem;
text-align: center;
font-weight: bold;
align: center;
margin-left: 5%;
margin-right: 5%;
}
hrap {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  margin-right: 5%;
  border-style: inset;
  border-width: 0px;
  height: 10px;
  background-color: #c3d69b;
line-height:10px;
}
hr0 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25%;
  margin-right: auto;
  border-style: inset;
  border-width: 0px;
  height: 20px;
  background-color: #c3d69b;
line-height:10px;
}
hr1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0.5em;
  margin-left: 25%;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  height: 5px;
  background-color: #000;
line-height:3px;
}
hr2 {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 25%;
  border-style: inset;
  border-width: 1px;
  height: 5px;
  background-color: #000;
line-height:3px;
}

div#APheader {
	color: #000;
	text-align: center;
        line-height:60px;
	background-color: #c3d69b ;

}
 main {
margin-left: 5px;
margin-right: 5px;
text-align: center;
}
 nav{
background: #c3d69b;
height: 50px;
width: 100%;

}
label.logo{
color: White;
font-size: 35px
line-height: 80px;
padding: 0 10px;
font-weight: bold;
}
nav ul{
float: right;
margin-right: 20px;
}
nav ul li{
display: inline-block;
line-height: 50px;
margin: 0 0px;
}
nav ul li a{
color: white;
font-size: 17px;
padding: 7px 13px;
border-radius: 1px;
font-weight: bold;
text-shadow:0 0 2px #111;
/*
text-transform: uppercase;
*/
}
a.active, a:hover{
background: #aaaaaa;
transition: .5s;
}
.checkbtn{
  font-size:30px;
color: black;
float: right;
line-height: 50px;
margin-right: 40px;
cursor: pointer;
display: none;
}
#check{
display: none;
}
/*
@media (max-width: 952px) {
label.logo{
font-size: 30px;
padding-left: 10px;
}
nav ul li a{
font-size: 16px;
}
*/
@media (max-width: 700px) {
 .checkbtn{
display: block;
}
ul{
position: fixed;
width: 100%
height: 100vh;
background: #2c3e50;
top: 30px;
left: -100%;
text-align: center;
transition: all .5s;
}
nav ul li{
display: block;
margin: 20px 0;
line-height: 18px;
}
nav ul li a {
font-size: 20px;
}
a:hover,a.active {
background: none;
color: #0082e6;
}
#check:checked ~ ul{
left: 0;
}
    section{
    background: url(cnvbkgnd.jpg);
width: 100hw;
/* background-size: cover;
height: calc(100vh - 80px);  
*/
}
}
