html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of css reset */

section {
    display:flex;
    justify-content:space-around;
    flex-wrap: wrap;
}

section p {
    width:250px;
    height:250px;

    background-color: #415a77;
    color:white;

    font-size: 18;
    text-align: center;

    display: flex;
    align-items: center;
    line-height: 36px;
    padding:0 10px;
      /*   first digit is top and bottom, second digit is right and left */
    margin: 5px 0;

    
}

/* colors: #778DA9 Silver Lake Blue, #E0E1DD Platinum, #415a77 YinMn Blue, #1B263B Oxford Blue, #0D1B2A Rich Black */

body {
  background-color: #e0e1dd;
}

header {
  display: flex;
  justify-content: space-between;
  background-color: #415a77;
  padding: 5px;
  font-size: 17px;
  border-width: 5px;
  border-color: black;
}

header h1 {
  width: 80%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px;
  color: white;
}

.icon {
  margin: 10px;
  color: white;
}

#main-menu {
  display: none;

}
#main-menu ul{
  width: 100%;
  background-color: #778DA9;
  border: solid;
  border-color: #1B263B;
  border-width: 2px;
  padding: 3px;
}


#main-menu ul li {
  font-size: 20px;
  padding: 4px;
  text-align: center;
  border-style: solid;
  border-color: #1B263B;
  border-width: 1px;
}

#main-menu a {
  text-decoration: none;
  color: #0D1B2A;
}

/* we visited..... (i missed what was on the board)*/

form{
  border-color: #1B263B;
  border-width: 2px;
  border-style: solid;
  background-color: #778DA9;
  font-family: Arial, Helvetica, sans-serif;
  width: 300px;
  padding: 15px;
  margin:10px auto;
}

form p{
  width:100%;
  margin: auto;
}

form p span{
  color: red;
}
span{
  color: red;
}
form h1{
  background-color: #415a77;
  color: white;
  border-color: rgb(0, 0, 0);
  border-width: 2px;  /* Width makes the border visible!!! */
  border-style: solid;

  font-size: 18px;
  text-align: center;
  padding: 4px;
 

}

input, textarea{
  width: 97%;
  border-color: black;
  clear: both;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
  margin: auto;
}

label{
  font-family: Arial, Helvetica, sans-serif;

}

section h2{
  color: white;
  background-color: #415a77;
  border-color: black;
  border-width: 2px;
  border-style: solid;
  padding: 4px;
  margin: auto;
}


/* Honey pot */

#address {
  display: none;
}