* {
  margin: 5px;
}

body {
  background: #FFFFFF url('images/hh1bg2a.gif') scroll;
  font-size: 1.125em;
  font-family: Georgia, 'Arial Unicode MS', Helvetica, Sans-Serif;
  margin: 5px 100px;
}

nav {
  background: #406798;
  background: linear-gradient(to bottom, #4A78B0 0, #35567E 100%) no-repeat;
  padding:6px 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}

nav a, .dropbutton {
  color: white;
  text-decoration: none;
  padding: 6px 8px;
  margin: 0px 5px;
  text-align: center;
}

nav a:hover {
  background-color: #636363;
  background: linear-gradient(to bottom, #7D7D7D 0, #474747 100%) no-repeat;
}

nav a.active {
  background-color: #824E4A;
  background: linear-gradient(to bottom, #A2625D 0, #5E3936 100%) no-repeat;
}

nav .dropbutton {
  display: none;
  cursor: pointer;
}

header {
  background-color: #FEF2D2;
  text-align:center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}

footer {
  background-color:#A46560;
  text-align: right;
  font-size: 0.750em;
  padding: 10px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}

marquee {
  max-width: 300px;
  color: rgb(185 90 85);
}

.row {
  display:flex; 
  flex-wrap: wrap;
  flex-direction:row;
  margin: 0px;
}

@media screen and (max-width: 900px) {
  .row {   
    flex-direction: column;
  }
  /*
  nav {
    position: absolute;
  }

  nav .dropbutton {
    display: flex;
    cursor: pointer;
  }
  
  nav a {
    display: none;
  }
  
  nav:hover a {
    display: flex;
  }
  
  nav:hover .dropbutton {
    display: none;
  }
  */
  body {
    margin: 5px;
  }
}

.card {
  background-color: #FEF2D2;
  padding: 10px;
  flex: 1;
  text-align: center;
  margin: px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}

.left-align {
  text-align: left;
}

/* All images auto scaled */
.img {
  max-width:100%;
  height:auto;
}
