.fill {object-fit: fill;}
.CenterImage
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50%;
}
.Invisible
{
display: none;
}
.MakeImageTiny
{
width: 25%;
margin-left: 20px;
margin-right: 20px;
}
.HalfImageSize
{
	width: 50%;
	height: 50%;
}
.CenterText
{
text-align: center;	
}
.bnavbar
{
background-color: black;	
width: 100%;
height: 50px;
display: inline-block;
color: white;
vertical-align: middle; 
}
.bnavbar2
{
width: 20%;
background-color: black;	
height: 50px;
display: inline-block;
color: white;
vertical-align: middle; 
text-align: center;
}
.wnavbar
{
display: inline-block;
padding-top: 1%;
padding-right: 2.2%;
padding-left: 2.2%;
padding-bottom: 1%;
font-weight: 900;
margin: auto;
color: black;
font-size: 25px;
vertical-align: middle; 
}
.FixBackground
{
background-color: black;
} 
.button {
  background-color: light-grey;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
  .container
  {
  flex-flow: row wrap;
  display: flex; 
  justify-content: space-around;  
  padding: 0;
  margin: 0;
  list-style: none;
  }
  .item
  {
  text-align: center;
  word-break: break-word;  
  padding: 20px;
  width: flex;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 70px;
  font-weight: bold;
  font-size: .5 em;
  text-align: center;
  }  
  .back
  {
  padding: 20px;
  width: flex;
  height: 100px;
  line-height: 70px;
  font-weight: bold;
  font-size: .5 em;
  text-align: center;
  }
.contain {
object-fit: contain; 
flex-wrap: wrap;
align-content: center;
}
a:link 
{
color: #c50d16;
font-weight: 600;
text-decoration: none;
}
a:visited {
color: #c50d16;
font-weight: 600;
text-decoration: none;
}
a:hover {
color: #c50d16;
font-weight: 600;
text-decoration: none;
}
a:active {
color: #c50d16;
font-weight: 600;
text-decoration: none;
}
h1{color: #c50d16;}
h2{
text-align: center;
color: #c50d16;
}
h3{
color: #black;
text-align: center;
padding-right: 5%;
padding-left: 5%;
}
h5{color: #000000; font-family:'Poppins';}
h4{color: #FFFF; vertical-align: middle;}
p
{
	color: #black; 
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}
.container2
{
  padding-top: 2.5%;	
  padding-right: 5%;
  padding-bottom: 2.5%;
  padding-left: 5%;	
}
.holditall
{
	flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#grad {
  background-image: linear-gradient(to bottom, #d3d3d3, white);
  width: 100%;
  height: 40px;
}
#grad2 {
  background-image: linear-gradient(to top, #d3d3d3, white);
  width: 100%;
  height: 40px;
}
* {
  margin: 0;
  padding: 0;
}
}
.fill {object-fit: fill;}
img
{
vertical-align: middle;
        text-align: center;
        display: block;
}
.row {
  display: flex; /* equal height of the children */
  padding-right: 2.5%;
  padding-left: 2.5%;	
}
.col {
  flex: 1; /* additionally, equal width */  
  border: .5px solid #eeeeed;
}
.col2 {
  flex: 1; /* additionally, equal width */  
  border: solid;
    border: .5px solid #eeeeed;
}
.contain {object-fit: contain;}
.colore
{
  font-size: 18px;
  color:"black";
  padding-top: 20px;
  padding-right: 25%;
  padding-left: 25%;	
}
@media (max-width: 300px) 
{
	.mobile-container 
	{
	line-height: 50px;
	display: inline;
	  max-width: 250px;
	  margin: auto;
	  background-color: white;
	  height: 100px;
	  color: black;
	  border-radius: 10px;
	}
	.Hamburger
	{
	width: 95%;
	padding: 5px;
	border: black 5px solid;
	text-align: center;
	}
	.HideForMobile
	{
		display: none;
	}
	.Notes__c
	{
	margin-left: 10%;
	margin-right: 10%;	
	}
}
@media (max-width: 400px) 
{
	.Notes__c
	{
	margin-left: 10%;
	margin-right: 10%;	
	}
	.hideformobilebnav
	{
		width: 20%;
		background-color: black;	
		height: 50px;
		display: inline-block;
		color: white;
		vertical-align: middle; 
	}
	.form
	{
		color: black;
		background-color: lightgrey;
		margin-left: 0% !important;
		margin-right: 0% !important;
		padding: 0px !important;
	}
	.TwoTablesOnAForm
	{
		display: inline-block;
		width: 100%; 
		height: 60px;
	}
	.FormInput
	{
		width: 100% !important;
		height: 30px;	
	}
	.FormInput2
	{
		width: 100% !important;
		height: 30px;	
	}
	.FormInput3
	{
		width: 100% !important;
		height: 30px;
		display: inline-block;	
	}
	.FormInput4
	{
		width: 100% !important;
		height: 30px;	
	}
	input[type=textarea], textarea
	{
		width: 80% !important;
		height: 50px;
		margin-left: 10%;
		margin-right: 10%;
	}
	.img
	{
	width: 100%;
	}
	h1
	{
		width: 100%;
	}
	.fill
	{
		width: 100%;
	}
}
@media (max-width: 600px) 
{
		.form
	{
		color: black;
		background-color: lightgrey;
		margin-left: 0% !important;
		margin-right: 0% !important;
		padding: 0px !important;
	}
	.TwoTablesOnAForm
	{
		display: inline-block;
		width: 100%; 
		height: 60px;
	}
	.FormInput
	{
		width: 100% !important;
		height: 30px;	
	}
	.FormInput2
	{
		width: 100% !important;
		height: 30px;	
	}
	.FormInput3
	{
		width: 100% !important;
		height: 30px;
		display: inline-block;	
	}
	.FormInput4
	{
		width: 100% !important;
		height: 30px;	
	}
	input[type=textarea], textarea
	{
		width: 80% !important;
		height: 50px;
		margin-left: 10%;
		margin-right: 10%;
	}
	.img
	{
	width: 100%;
	}
	h1
	{
		width: 100%;
	}
	.fill
	{
		width: 100%;
	}
		.FormInput2
		{
			width: 100%;
			height: 30px;	
		}
		.FormInput3
		{
		width: 100%;
		height: 30px;
		display: block;	
		}
		.FormInput
		{
		width: 100%;
		height: 30px;
		display: block;	
		}
		.FormInput4
		{
		width: 100%;
		height: 30px;	
		}
		.form
		{
		color: black;
		background-color: lightgrey;
		padding: 5px;
		}
		.TwoTablesOnAForm
		{
		display: block;
		width: 200px; 
		height: 80px;
		}
	.GrowOnMobile
	{
		width: 80%;
		margin-left: 0%;
		margin-right: 0%;
		padding: 5px;
	}
	.p
	{
	margin-left: 0%;
	margin-right: 0%;
	}
	.FormInput
	{
	width: 200px;
	height: 30px;	
	}
	.FormInput2
	{
	width: 200px;
	height: 30px;	
	}
		.form
	{
		margin-left: 0%;
		margin-right: 0%;
	}
	.MainSection
	{
	width: 90%;	
	display: inline-block;
	padding-top: -40%;
	position: relative;
	margin-left: 5%;
	font-size: 15px;
	}
	
	.Hamburger
	{
	width: 95%;
	padding: 5px;
	border: black 5px solid;
	text-align: center;
	}
	.Invisible
	{
	display: none;
	}
	.mobile-container {
	line-height: 50px;
	display: inline;
	  max-width: 600px;
	  margin: auto;
	  background-color: white;
	  height: 250px;
	  color: black;
	  border-radius: 10px;
	}
	.topnav a:hover {
	  background-color: #ddd;
	  color: black;
	}
	.HideForMobile
	{
	display: none;	
	}
	.active 
	{
	  background-color: black;
	  color: black;
	}

	.CenterForMobile
	{
	display: inline-block;
	text-align: center;
	}

	.AppearOnMobile2
	{
	display: inline-block;
	color: red;
	}
	.floatleft
	{
	float: left;
	padding-left: 20px;
	}
	.floatright
	{
	float: right;
	padding-right: 20px;
	}
	a:visited
	{
	color: #c50d16;
	}
	a
	{
	color: #c50d16;
	}
	.Hamburger
	{
	width: 95%;
	padding: 5px;
	border: black 5px solid;
	text-align: center;
	}
	a:hover
	{
	 background-color: #d4d6d5;
	}
	.DontGetPushedAround
	{
	padding: 10px;
	}
	body
	{
	margin: 0;
	padding: 0;
	width: 100%;
	}
	.Notes__c
	{
	margin-left: 10%;
	margin-right: 10%;	
	}
}  

@media (max-width: 650px) 
{
	.Notes__c
	{
	margin-left: 10%;
	margin-right: 10%;	
	}
	Hamburger
	{
		display: block;
	}
	.ShopEstore
	{
	  display: inline-block;
	  margin: 0;
	  width: 75px;
	}
	.ShopEstore2
	{
	  display: inline-block;
	  margin: 0;
	  width: 75px;
	  margin-top: 25px;
	}
	.HalfSizeImg 
	{
	display: inline-block;
	}
	.dropdown 
	{
	  margin-top: 20px;
	  margin-bottom: 30px;
	  position: relative;
	  display: none;
		 font-weight: bold;
		 font-size: 15px;
		 background-color: white;
		 color: black;
		 padding-left:0%;
		 padding-right:0%;
		 margin-right: auto;
		 margin-left: auto;
		 margin-bottom: 20px;
	}
	.dropdown-content 
	{
	  border-top-color: #ff0000;
	  border-top-style: solid;
	  color: black;
	  display: none;
	  position: absolute;
	  background-color: #e8e8e8;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  padding: 0px 16px;
	  z-index: 1;
	  font-weight: bold;
	}
	.HideThisOne
	{
	display: none;
	}
	.TextWithin
	{
		height: auto;
		width: 50px;
		max-height: 72px;
		max-width: 50px;
	}
}
@media (max-width: 750px) 
{
	.Notes__c
	{
	margin-left: 10%;
	margin-right: 10%;	
	}
	.container2
	{
	  padding-top: 0%;	
	  padding-right: 0%;
	  padding-bottom: 0%;
	  padding-left: 0;	
	}
	.col {
	  flex: 1; /* additionally, equal width */  
	  border: .5px solid #eeeeed;
	  width: 20%;
		font-size: 12px;
	}
	.col2 
	{
	  flex: 1; /* additionally, equal width */  
	  border: .5px solid #eeeeed;
	  width: 15%;
		font-size: 12px;
		display: none;
		  border: .25px solid #eeeeed;
	}
	h2
	{
	font-size: 20px;	
	}
	.hideformobilebnav
	{
		width: 20%;
		background-color: black;	
		height: 50px;
		display: none;
		color: white;
		vertical-align: middle; 
	}
#grad {
background-image: linear-gradient(to bottom, #d3d3d3, white);
width: 100%;
height: 40px;
}
{
#grad2 {
background-image: linear-gradient(to top, #d3d3d3, white);
width: 100%;
height: 40px;
}	
	.bnavbar2
	{
	width: 33.33%;
	}
	.colore
	{
	  font-size: 12px;
	  color: black;
	  color: black;
	  padding-top: 2.5px;
	  padding-right: 2.5%;
	  padding-left: 2.5%;	
	  padding-bottom: 2.5px;
	}
}
		.dropdown 
		{
		  margin-top: 20px;
		  margin-bottom: 30px;
		  position: relative;
		  display: none;
			 font-weight: bold;
			 font-size: 15px;
			 background-color: white;
			 color: black;
			 padding-left: .1%;
			 padding-right: .1%;
			 margin-right: auto;
			 margin-left: auto;
			 margin-bottom: 20px;
		}
}
.ContactButton
{
	background-color: #c50d16;
	display: inline-block;
	color: white;
	text-align: center;
	padding: 10px;
	box-shadow: 5px 5px #f0f0f0;
}
.BigAndWhite
{
	color: white;
	font-weight: bold;
	font-size: 20px;
	padding-top: 15px;
}

*
{
 font-family: Arial, Helvetica, sans-serif;
}
body
{
margin: 0;
padding: 0;
}
 nav
{
 width: 100%;
 height: 80px;
 height: 80px;
 color: black;
 size: 40px;
 background-color: white;
 font-weight: bold;
   position: relative;
   display: inline-block;
}
header
 {
 width: 100%;
 height: 220px;
 background-color: black;
 size: 16px;
 line-height: 27px;
 margin-top: -30px;
 }
.dropdown 
{
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  display: none;
     font-weight: bold;
     font-size: 15px;
	 background-color: white;
	 color: black;
	 padding-left: .3%;
	 padding-right: .3%;
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 20px;
}
.dropdown-content 
{
  border-top-color: #ff0000;
  border-top-style: solid;
  color: black;
  display: none;
  position: absolute;
  background-color: #e8e8e8;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0px 16px;
  z-index: 1;
  font-weight: bold;
}
.dropdown a:visited
{
color: white;
text-decoration: none;
}
.dropdown a:hover
{
color: white;
text-decoration: none;
}
.dropdown-content a:hover
{
color: #e0e0e0;
}
.dropdown-content a:visited
{
color: black;
}
.dropdown-content a:link
{
color: black;
}
.dropdown-content a:active
{
  color: black;
}
.dropdown-content a:link
{
  color: black;
}
.dropdown  a
{
color: white;
text-decoration: none;
}
.dropdown:hover .dropdown-content 
{
  display: block;
}
.LittleItems
{
padding: 1px;
size: 30;
}
a.LClass2:hover, a.LClass2:active
{
background: black;
}
a.LClass1:visited, a.LClass1:link
{
color: black;
text-decoration: none;
}
a.LClass1:active, a.LClass1:link
{
color: black;
text-decoration: none;
}
a.LClass1:hover, a.LClass1:link
{
color: black;
text-decoration: none;
}
.Logo
{
background-color: white;
display: block;
width: 10%;
vertical-align: sub;
}
.HalfSizeImg
 {
display: inline-block;
}
.sticky 
{
  position: fixed;
  top: 0;
  width: 100%;
}
a
{
text-decoration: none;
}
.TopBar
{
float: right;
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 20px;
font-weight: bold;
font-size: 16px;
color: white;
display: inline;
}
.MiddleTopBar
{
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 20px;
font-weight: bold;
font-size: 16px;
color: white;
display: inline-block;
}
a.MiddleTopBar:visited, a.TopBar:link
{
color: white;
}
a.MiddleTopBar:hover, a.TopBar:active
{
color: white;
}
a.MiddleTopBar:active, a.TopBar:link
{
color: white;
}
a.MiddleTopBar:hover, a.TopBar:link
{
color: white;
}
a.TopBar:visited, a.TopBar:link
{
color: white;
}
a.TopBar:hover, a.TopBar:active
{
color: white;
}
a.TopBar:active, a.TopBar:link
{
color: white;
}
a.TopBar:hover, a.TopBar:link
{
color: white;
}
a.TopBar2:visited, a.TopBar2:link
{
color: white;
}
a.TopBar2:hover, a.TopBar2:active
{
color: white;
}
a.TopBar2:active, a.TopBar2:link
{
color: white;
}
a.TopBar2:hover, a.TopBar2:link
{
color: white;
}
.TopBar2
{
float: left;
margin-left: 10px;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 20px;
font-weight: bold;
size: 14px;
color: white;
display: inline;
}
.TopMiddleIsh2
{
margin-left: 1%;
}
.TopMiddleIsh
{
margin-right: 1%;
}
footer
{
padding-top: 20px;
background-color: black;
width: 100%;
height: 100px;
}
.ShopEstore
{
  display: inline-block;
    margin: 0;
	width: 125px;
}
.ShopEstore
{
    display: inline-block;
    margin: 0;
	width: 125px;
	margin-top: 25px;
}
.TextWithin
{
margin-top: 30px;
color: white;
}
.FormHolder
{
margin-top: 20px;
margin-left: 20px;
}
h1
{
text-align: center;
}
.BottomBar
{
margin-top: 40px;
margin-left: 60px;
margin-right: 10px;
color: white;
size: 30px;
float: left;
display: inline;
}
.BottomBar1
{
margin-top: 40px;
margin-left: 10px;
color: white;
size: 30px;
float: left;
display: inline;
}
.BottomBar2
{
margin-top: 40px;
margin-left: 10px;
margin-right: 60px;
color: white;
size: 30px;
float: right;
display: inline;
}
article
{
margin-left: 5%;
margin-right: 5%;
margin-top: 50px;
margin-bottom: 100px;
background-color: #fefefe;
size: 18px;
text-align: center;
padding: 15px;
}
p
{
size: 18px;
}
.ArticleLinks
{
margin-left: 7%;
margin-right: 7%;
margin-top: 50px;
margin-bottom: 100px;
size: 18px;
}
main
{
font-size: 25px;
text-align: center;
}
.Invisible
{
display: none;
}
@media (max-width: 800px) 
{
	.Invisible
	{
	display: none;
	}
	.HideForMobile
	{
	display: none;
	}

	.ShopEstore
	{
	    display: inline-block;
		margin: 0;
		width: 125px;
	}
	.ShopEstore2
	{
		display: inline-block;
		margin: 0;
		width: 125px;
		margin-top: 25px;
	}
	.HalfSizeImg 
	{
	display: inline-block;
	}
	.AppearOnMobile
	{
	display: block;
	  margin-left: auto;
	  margin-right: auto;
	  padding-top: 40px;
		  height: auto;
		width: auto;
		max-height: 72px;
		max-width: 250px;
		background-color: black;
	}
	.dropdown 
	{
	  margin-top: 20px;
	  margin-bottom: 30px;
	  position: relative;
	  display: none;
		 font-weight: bold;
		 font-size: 15px;
		 background-color: white;
		 color: black;
		 padding-left:.1%;
		 padding-right:.1%;
		 margin-right: auto;
		 margin-left: auto;
		 margin-bottom: 20px;
	}
	.dropdown-content 
	{
	  border-top-color: #ff0000;
	  border-top-style: solid;
	  color: black;
	  display: none;
	  position: absolute;
	  background-color: #e8e8e8;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  padding: 0px 16px;
	  z-index: 1;
	  font-weight: bold;
	}
	.MoveUp
	{
	margin-top: -30px;
	}
	.ColorBySize
	{
	background-color: black;
	}
}
@media (min-width: 801px) 
{
	.HideForMobile
	{
	display: inline-block!important;
	}
	.Invisible
	{
	display: none;
	}
	.HideOnDesktop
	{
		display: none;
	}
	.HideForDesktop
	{
		display: none;
	}
	.dropdown 
		{
		  margin-top: 20px;
		  margin-bottom: 30px;
		  position: relative;
		  display: none;
			 font-weight: bold;
			 font-size: 12px!important;
			 background-color: white;
			 color: black;
			 padding-left: .0%;
			 padding-right: .0%;
			 margin-right: auto;
			 margin-left: auto;
			 margin-bottom: 20px;
		}
		Hamburger
	{
	display: none;
	}
	.MoveUp
	{
	margin-top: -30px;
	}
	.ColorBySize
	{
		background-color: white;
	}
	.CenterImage
	{
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 50%;
	}	
	.MakeImageTiny
	{
		width: 25%;
		height: 25%;
		margin-left: 20px;
		margin-right: 20px;
	}
	.MakeImageSmaller
	{
		width: auto;
		height: auto;	
	}
	.DefaultImageSize
	{
		max-width:100%; 
		height:auto;
	}
}
@media (min-width: 1000px) 
{
	.HideForMobile
	{
	display: inline-block!important;
	}
	.Invisible
	{
	display: none;
	}
	.HideOnDesktop
	{
		display: none;
	}
	.HideForDesktop
	{
		display: none;
	}
		Hamburger
	{
	display: none;
	}
	.ShopEstore
	{
	  display: inline-block;
	  position: relative;
	  margin: 0;
	  width: 125px;
	}
	.ShopEstore2
	{
    display: inline-block;
    margin: 0;
	position: relative;
	width: 125px;
	margin-top: 25px;
	}
	.HalfSizeImg 
	{
	display: inline-block;
	}
	.dropdown 
	{
	  margin-top: 20px;
	  margin-bottom: 30px;
	  position: relative;
	  display: none;
		 font-weight: bold;
		 font-size: 16px;
		 background-color: white;
		 color: black;
		 padding-left:.0%;
		 padding-right:.0%;
		 margin-right: auto;
		 margin-left: auto;
		 margin-bottom: 20px;
	}
	.Invisible
	{
		display: none;
	}
		.dropdown 
		{
		  margin-top: 20px;
		  margin-bottom: 30px;
		  position: relative;
		  display: none;
			 font-weight: bold;
			 font-size: 16px;
			 background-color: white;
			 color: black;
			 padding-left: .4%;
			 padding-right: .4%;
			 margin-right: auto;
			 margin-left: auto;
			 margin-bottom: 20px;
		}
	.dropdown-content 
	{
	  border-top-color: #ff0000;
	  border-top-style: solid;
	  color: black;
	  display: none;
	  position: absolute;
	  background-color: #e8e8e8;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  padding: 0px 16px;
	  z-index: 1;
	  font-weight: bold;
	}
}

#grad 
{
  background-image: linear-gradient(to bottom, #d3d3d3, white);
  width: 100%;
  height: 40px;
}
#grad2 
{
  background-image: linear-gradient(to top, #d3d3d3, white);
  width: 100%;
  height: 40px;
}
.Anchors
{
color: #c50d16;
}
#grad 
{
  background-image: linear-gradient(to bottom, #d3d3d3, white);
  width: 100%;
  height: 40px;
}
#grad2 
{
  background-image: linear-gradient(to top, #d3d3d3, white);
  width: 100%;
  height: 40px;
}
.Anchors
{
color: #c50d16;
}
body
{
margin: 0;
padding: 0;
}
h1
{
width: 100%;
margin: 10px;
text-align: center;
font-family: Arial, Sans-Serif;
}
.Nyquil
{
font-size: 35px;
}
#EACFL
{
size: 25;
color: black;
font-weight: bold;
}
main
{
  background-color: lightgrey;
  margin: 20px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.OutputStuff
{
  column-count: 2;
  background-color: lightgrey;
  margin: 20px;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ImportantOutput
{
  background-color: lightgrey;
  margin: 20px;
  padding: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.OutputDiv
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ImportantDiv
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.LeonardButton {
  background-color: #e7e7e7;
  border: none;
  color: black;
  font-weight: bold;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
label
{
font-size: 20px;
}
table 
{
  border: 6px solid lightgrey;
  	background-color: lightgrey;
	font-family: Arial, Sans-Serif;
	width: 95%;
}
th, td 
{
  border: 2px solid grey;
    height: 60px;
	padding: 4px;
	text-align: center;
	background-color: lightgrey;
}
input 
{
	text-align: center;
	box-shadow: none;
	height: 100%;
	width: 80%;
}
input[type=submit] 
{
    padding: 15px 15px; 
    background:#c9c9c9;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}
.fill {object-fit: fill;}
.bnavbar
{
background-color: black;	
width: 100%;
height: 50px;
display: inline-block;
color: white;
vertical-align: middle; 
}
.bnavbar2
{
width: 20%;
background-color: black;	
height: 50px;
display: inline-block;
color: white;
vertical-align: middle; 
}
.wnavbar
{
display: inline-block;
padding-top: 1%;
padding-right: 2.2%;
padding-left: 2.2%;
padding-bottom: 1%;
font-weight: 900;
margin: auto;
color: black;
font-size: 25px;
vertical-align: middle; 
} 
  .container
  {
  flex-flow: row wrap;
  display: flex; 
  justify-content: space-around;  
  padding: 0;
  margin: 0;
  list-style: none;
  }
  .item
  {
  text-align: center;
  word-break: break-word;  
  padding: 20px;
  width: flex;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 70px;
  font-weight: bold;
  font-size: .5 em;
  text-align: center;
  }  
  .back
  {
  padding: 20px;
  width: flex;
  height: 100px;
  line-height: 70px;
  font-weight: bold;
  font-size: .5 em;
  text-align: center;
  }
.contain {
object-fit: contain; 
flex-wrap: wrap;
align-content: center;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
h3{
color: #c50d16;
text-align: center;
}
h5{color: #000000; font-family:'Poppins';}
h4{color: #FFFF; vertical-align: middle;}
p
	{
	color: #black;
	text-align: left;
	font-family: Arial, Sans-Serif;
	}
.container2
{
  padding-top: 2.5%;	
  padding-right: 5%;
  padding-bottom: 2.5%;
  padding-left: 5%;	
}
.holditall
{
	flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#grad {
  background-image: linear-gradient(to bottom, #d3d3d3, white);
  width: 100%;
  height: 40px;
}
#grad2 {
  background-image: linear-gradient(to top, #d3d3d3, white);
  width: 100%;
  height: 40px;
}
* {
  margin: 0;
  padding: 0;
}
.fill {object-fit: fill;}
img
{
		vertical-align: middle;
        text-align: center;
        display: block;
}
.row {
  display: flex; /* equal height of the children */
}
.col {
  flex: 1; /* additionally, equal width */  
  border: solid;
  border: .5px solid #eeeeed;
}
.col2 {
  flex: 1; /* additionally, equal width */  
  border: .5px solid #eeeeed;
  
}
.contain {object-fit: contain;}
.colore
{
  font-size: 18px;
  color: black;
  padding-top: 20px;
  padding-right: 25%;
  padding-left: 25%;	
}
.TopP
{
	 column-count: 2;
	 padding: 5px;
	 color: black;
	border: .5px solid #eeeeed;
}
h3
{
margin-top: 10px;
margin-bottom: 10px;
}
.ShrinkIfNeeded
{
width: 60%;
color: white;
}
p
{
font-size: 20px;
}
.hideit
{
display: none;
}
.showit
{
display: block;
}
.LeonardButton 
{
  background-color: #e7e7e7;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 4px;
	margin-bottom: 2px;
  cursor: pointer;
}
.bgColorRed
{
background-color: red;
}
.bgColorGreen
{
background-color: #90EE90;
}
.redText
{
color: red;
}
.LeonardButton 
{
  background-color: #e7e7e7;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 4px;
	margin-bottom: 2px;
  cursor: pointer;
}
.smaller
{
font-size: 12px;
}
.HalfSizeMe 
{
width: 100%;
height: auto;

}
.HalfSizeMe2
{
width: 80%;
height: auto;
margin-left: 10%;
margin-right: 10%;
}
.BoxMe
{
display: inline-block;
}
.GreyMe
{
background-color: lightgrey;
}
.BoldMe
{
font-weight: bold;
}
.BernieSanders
{
	text-align: left;
	font-size: 12;
	margin-left: 10%;
	font-weight: bold;
}
#Table2
{
	background-color: white;
	width: 100%;
	height: auto;
}
.WhiteBGWIthBorders
{
	background-color: white;
	border: 1px solid black;
	border-color: black;
}
.LeonardLabel
{
	text-align: left;
}
.LeonardButton
{
	background-color: #e7e7e7;
	border: none;
	color: rgba(0,0,0,0.6);
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 2px;
	cursor: pointer;
}
input[type=textarea], textarea
{
	width: 30vw;
	height: 50px;
}
.form
{
	color: black;
	background-color: lightgrey;
	margin-left: 30%;
	margin-right: 30%;
	padding: 25px;
}
.MoveTheLogo
{
	transform: translate(0px, 10%);
}
.BrownBackground
{
	background-color: #d3d3d3;	
}
.2Col
{
	column-count: 2;
	color: black;
	background-color: lightgrey;
	padding: 25px;
}
.form
{
	color: black;
	background-color: lightgrey;
	margin-left: 30%;
	margin-right: 30%;
	padding: 25px;
}
input[type=textarea]
{
  width: 80%;
  height: 80%;
  font-size: 20px;
  text-align: center;
  box-shadow: none;
  margin-left: 10%;
  margin-right: 10%;
}
.BorderMe
{
	border: solid black 2px;
	margin: 5px;
	padding: 5px;
}
.ShrinkItalticMe
{
	font-size: 14px;
	color: grey;
	font-style: italic;	
}
.TopP
{
	 column-count: 2;
	 padding: 5px;
	 color: black;
	 border: .5px solid #eeeeed;
}
article
{
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
}
.FormInput
{
	width: 250px;
	height: 30px;	
}
.FormInput2
{
	width: 400px;
	height: 30px;	
}
.FormInput3
{
	width: 200px;
	height: 30px;
	display: inline-block;	
}
.FormInput4
{
	width: 400px;
	height: 30px;	
}
.p
{
	margin-left: 0%;
	margin-right: 0%;
}
.SmallText
{
	font-size: 17px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
.Bigtext
{
	font-size: 20px;
}
.GetStuffOutOfTheWay
{
	display: none;
}
.PaintItBlack
{
	font-size: 30px;
	color: white; 
	width: 85%;
	margin: 1px;
	text-align: center;
	font-family: Arial, Sans-Serif;
	background-color: #c50d16;
}
.TwoTablesOnAForm
{
	margin-top: 10px;
	display: inline-block;
	width: 250px; 
	height: 60px;
}
.TwoTablesOnAForm p
{
margin-bottom: 0px;
margin-top: 20px;	
}
.ColorMeRed
{
	background-color: #c50d16;
	padding: 10px;
}
.LeonardLabel
{
	text-align: left;
}
.LeonardButton
{
	background-color: #e7e7e7;
	border: none;
	color: rgba(0,0,0,0.6);
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 1px;
	cursor: pointer;
}
.walter
{
	color: white;
}
.form
{
	background-color: rgba(0,0,0,0.56);
	padding: 35px;
}
.LeonardButton 
{
  background-color: #e7e7e7;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 4px;
	margin-bottom: 2px;
  cursor: pointer;
}
a {
  color: #0081c3;
}
.Feedback
{
	font-weight: bold;
	padding-top: 15px;
	background-color: #000000;
	text-align: center;
	font-size: 30px;
	padding-bottom: 15px;
	color: white;
}
.FeedbackLinks
{
	padding-left: 5px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 25px;
	display: inline-block;
}
.FormBox
{
	padding: 10px;
	background-color: grey;	
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.SpecialImg
{
	width: 50%;
	margin-left: 20px;
	margin-right: 20px;
}
.MakeImageTiny
{
	width: 25%;
	margin-left: 20px;
	margin-right: 20px;
}
.FeedbackLinks
{
	color: white;	
}
.WhiteMe
{
	color: white;	
}
.ATadOfPadding
{
	padding-top: 5px;
	padding-left: 5px;
} 
.ALittleSpace
  {
    padding-left: 40px;
    padding-right: 40px;
  }

.ALittleSpace2
  {
    padding-left: 20px;
    padding-right: 20px;
  }
sup 
{
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
    top: -1.2em;
}
.UnitDescription
{
	display: inline-block;	
	columns: 1;
	text-align: left;
}
.UnitInfo
{
	display: inline-block;	
	columns: 1;
	text-align: left;
}
.Container
{
	display: inline-block;	
	columns: 1;
	text-align: left;
}
.MakeMeBigAndBold
{
	font-size: 25px;
	 font-weight: bold;
}
.SpecialBoxOfAttentionGrabbing
{
	font-weight: bold;
	font-size: 25px;	
}
.RedMe
{
	color: red;
	font-size: 18px;
}
.GeneralInput
{
	width: 90%;
}

html.et-fb-root-ancestor #main-header, html.et-fb-root-ancestor #top-header, html.et-fb-root-ancestor #main-footer 
{
	display: none!important;
}
.NonTitleTitle
{
	color: #ffffff!important;
	font-size: 32px!important;
	font-weight: bold!important;	
}
.WhiteMe
{
	color: white;
}
.Sans
{
	font-family: 'Open Sans', sans-serif;
}
.Pops
{
	font-family: 'Poppins', sans-serif;
}
.MakeItABitSmaller
{
width: 40%;
}
.DMERed
{
color: #c50d16;	
font-weight: 900;
}
.Margintop label
{
margin-top: 20px;	
}
.AverageParagraph
{
text-align: left;
padding-left: 10%;
padding-right: 10%;	
}
.AverageParagraph p
{
text-align: left;
padding-left: 10%;
padding-right: 10%;	
}