body {
    color: #F0F0F0;
    background-color: #404040;
	height: 256px;
	
	background-attachment: fixed;
	}

h1{
		font-family: 'Russo One', sans-serif;
		font-size: 24px;
		}
.w3-allerta  {
  font-family: "Allerta Stencil", Sans-serif;
}
h3
{
color:black;
text-transform: uppercase;
font-weight: bold;
}
a 
{ text-decoration: none; }


hsmall {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif ;

	font-size:small;
	width: 960px;
	}

headerBOLD 
{
font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif ;

	font-size:large;
	font-weight: bold;
}
imgfloat{
	float:left;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
	object-fit: cover;
}

.button 
{
	width: 100%;
	padding:large;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: #000000;
}

.grid-item {
  font-size: 30px;
  text-align: center;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  max-height: 480px;
  background-color: #000000;
  object-fit: contain;
  
}

.flex-container > div {
  background-color: #000000;
 
  font-size: 30px;
}


a:link {
COLOR: turquoise ;
}
a:visited {
COLOR:  turquoise; 
/* purple; */
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: #ff9d27;
}
