body {background-color:black;
     color: #666666;
	 font-family: Arial, Helvetica, sans-serif;}
	  
header{background-color: lightpink;
       color: white;
	   background-position: right;
	   background-repeat: no-repeat;
	   line-height: 400%;
	   text-align: center;
	   text-indent: 2em;
	   }



nav{background-color: grey;
    color: lightpink;
      font-weight: bold;
	  text-align: center;}
nav a {text-decoration: none;}

nav {
  background-color: grey; 
  font-weight: bold;
}

nav ol {
  list-style: none; 

}

nav li {
  display: inline-block; 
}

nav li a {
  display: block; 
  color: white; 
  padding: 15px; 
  text-decoration: none; 
}

nav li a:hover {
  background-color: black; 
}

h1 {margin-bottom: 0;
 font-family: Georgia, "Times New Roman", serif;
 }

h2 {color: lightpink;
    font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	font-size: 3em;}
h3 {color: lightpink;
    font-family: Georgia, "Times New Roman", serif;
	}

dt {color: white;}
  .center {
    display: block;
    margin: 0 auto;
  }
ul { font-size: 1.1em;
     font-family: Georgia, "Times New Roman", serif;}

.barn {color: white;
  font-weight:bold;}
.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.grid-item img {
  max-width: 100%;
  max-height: 100%;
}


ul {color: lightpink;
	list-style-image: url(marker.gif)}

footer{font-size:75%;
font-style:italic;
font-family: Georgia, "Times New Roman", serif;
text-align:center;
color: white;}
table { border: 1px solid white;
        border-spacing: 0;
		border-collapse: collapse;
		width: 80%;
}
#desktop {display: inline;}
#mobile  {display: none;}


label {float: left; 
        display: block;
		text-align: center;
		width: 200px;
		padding-right: 2em;
		color: white;
}

input, textarea {font-size: 16px;
	             display: block;
                 margin-bottom: 20px;
				 padding: 8px
				 
}
input[type="submit"] {margin-left: 135px;
}
table { border: 1px solid #FFFFFF;
        border-spacing: 0;
		border-collapse: collapse;
		width: 60%;
}
 
td, th {color: white;
	    padding: .5em;
        border: 1px solid red
		
}


#contact {color: white;
	      font-size: 90%
          }




