.bg {
 background-position: center;
  background: url(images/dove3.png);
  background-color: white;
  background-repeat: repeat;
   background-attachment: fixed;
}
.bgblack {
  background-color: black;
}
.error {color: RED;}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

sup {
    vertical-align: super;
    font-size: smaller;
}
.bgcar {
background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover;
  background-image: url(images/shelby.png);
  background-color: black;
}
ul {
  list-style-type: none;
   border: 1px solid black;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  background: rgba(250, 250, 250, .9);
  
}

li {
  float: left;
}

li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 8px 8px;
  border: 1px solid black;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color:#c5c6c9;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 9px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #c5c6c9;}

.dropdown:hover .dropdown-content {
  display: block;
}


img.one {
  height: auto;
  width: auto;
}
.contain {
  object-fit: contain;
}
.count {
width:130px;
padding: 0;
 border: 2px solid navy;
background:#d8dfed;
margin-left:auto;
margin-right:auto;
font-family: calibri;
-webkit-text-stroke: 1px black;
font-size:24px;
letter-spacing: 5px;
color:#5a8eed;
text-align: center;
}
.flex00 {
max-width: 95%;
padding: 1vw 1vw 1vw 1vw;
position: sticky;
            top: 0px;
height: auto;
 background: rgba(250, 250, 250, .3);
margin-left:auto;
margin-right:auto;
  text-align: center;
  line-height: auto;
font-family: arial;

}
.flex0 {
max-width: 76%;
padding: .25vw .25vw .25vw .25vw;
 border: 1px black;
  border-radius: 12px;
height: auto;
 background: rgba(250, 250, 250, .3);
margin-left:auto;
margin-right:auto;
  text-align: center;
  line-height: auto;
font-family: tahoma;
text-align:center;
color: black;
font-size:.75vw;  
}
.flex0V {
 width: 60%;
 margin-left:auto;
margin-right:auto;
padding: .25vw .25vw .25vw .25vw;
 border: 1px black;
  border-radius: 12px;
height: auto;
 background: rgba(250, 250, 250, .3);
  text-align: center;
  line-height: auto;
font-family: tahoma;
text-align:center;
color: black;
font-size:1vw;  
opacity:0.75;
}

.flex1z {
	width: 100%;
}
.flex1z > div {
margin-left:auto;
margin-right:auto;
  text-align: center;
  line-height: auto;	
	font-family: arial;
  font-size:1em;
	
}
.flex1 {
	width: 65%;
	margin-left:auto;
    margin-right:auto;
	text-align: center;
	border: 0px;
}

.flex2 {
	width: 50%;
	margin-left:auto;
    margin-right:auto;
	background-color:white;
	opacity:0.5;
}

.flex2 > div {
padding: 2vw 8vw 0vw 8vw;
  text-align: center;
  line-height: auto;	
	font-family: arial;
	font-size: .75vw;
	color: black;
}

.flex3 {
	width: 90%;
	margin-left:auto;
margin-right:auto;
background-color: white;
opacity: 0.75;
}

.flex3 > div {
padding: 2vw 2vw 2vw 2vw;
  text-align: center;
  color:black;
  line-height: auto;	
	font-family:arial;
}
.flex4 {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	opacity: 0.8;
}

.flex4 > div {
padding: 3vw 3vw 3vw 3vw;
  text-align: justify;
  color:black;
  line-height: auto;	
	font-family:arial;
	font-size: 2vw;
}
.flex5 {
	padding: 1vw 1vw 1vw 1vw;
	width: 74%;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	opacity: 0.84;
}
.flex5 > div {
padding: .5vw .5vw .5vw .5vw;
  text-align: justify;
  color:black;
  line-height: auto;	
	font-family:arial;
	font-size: 2vw;
}
.flex6 {
	padding: .5vw;
	width: 90%;
	margin-left:auto;
margin-right:auto;
background-color: white;
opacity: 0.75;
}

.flex6 > div {
padding: .5vw;
  text-align: center;
  color:black;
  line-height: auto;	
	font-family:arial;
}
.grid-containerm {
	margin-left: auto;
	margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1vw;
	padding:  1vw;
}
.grid-containerv {
	width:60%;
    display: grid;
	margin-left:auto;
    margin-right:auto;
    grid-template-columns: auto;
    grid-gap: .3vw;
}

.flexSideXSide {
	display:flex;
	justify-content:center;
  width: 100%;
  margin-left:auto;
  margin-right:auto;
  padding: 1vw 1vw;
  text-align: center;
}

.flexSideXSide > div {
  margin: 1em;
  padding: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-family: arial;
  font-size:1.25em;
}


.oneside {
width: auto;
	background-color:NAVY;
	border-radius: 25px;
	border-style: solid;
    text-align: center;
	padding: .75vw;	
	font-family: arial;
	font-size: 1.3VW;	
}

.headline {
	width: 60%;
	 padding: .2em .2em .2em .2em;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    margin-top: .15VW;
    margin-bottom: .15VW;
	background-color: #ede9f9; 
	opacity: 0.82;
	border-radius:12px;
	border: 1px solid #701fd3; 
    -moz-border-radius:12px; 
	font-family:Tahoma; 
	font-size:1.25vw;
	text-align:center; 
	color:navy;
	
}.headline1 {
	width: 65%;
	 padding: .1em .1em .1em .1em;
    height: auto;
    margin-left:auto;
    margin-right:auto;
    margin-top: .25VW;
    margin-bottom: .25VW;
	background-color: #ede9f9; 
	font-family:Tangerine; 
	font-size:3vw; 
	border: 2px solid #701fd3; 
	border-radius:12px;
    -moz-border-radius:12px; 
	text-align:center; 
	color:navy;
}
textarea {
  font-size:1.75VW;
}

.flexpaper{
	width: 50%;
background: url(images/bgpap.gif);
border-radius: 20px;
padding: 12px;
margin-left:auto;
margin-right:auto;
  text-align: center;
  line-height: auto;	
  opacity: 0.82;
}

.table {
	width: auto;
	margin-left: auto;
  margin-right: auto;
    text-align: center;
	padding: 4px;	
	font-family: arial;
	background-color:white;
	opacity: 0.82;
}
th, td {
  padding: 2px;
  text-align: center;
  font-family: arial;
    border:solid black 1px;
}
th {
  background-color: #87f88c;
  color: black;
  border-radius:16px;
    -moz-border-radius:16px;
}
.videow {
	position: relative;
	padding-bottom:56.25%;
	height:0;
}
.videow iframe {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
