/* a minimalist set of CSS resets */

/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 20px;
  textc
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
html, body {
  margin: 0;
  font-family: serif;
  line-height: 1.5;
  margin: 10px;
}

/* images and videos max out at full width */
img,
video {
  height: 400px;
  max-width: 200%;
}

.nav  > div {
  padding: 10px;
  text-align: center;
  font-size: 2em;
  color: snow;
}

.nav > div:nth-child(1) {
  background-color: #7aa16c;
  flex-grow: 3;
}

.nav > div:nth-child(2) {
  background-color: #6d8f60;
  flex-grow: 3;
}

.nav > div:nth-child(3) {
  background-color: #5f7d54;
  flex-grow: 3;
}

#footer {
  position: relative;
  border-style: solid;  
  padding: ;
  left: ;
  bottom: ;
  width:100% ;
  background-color: #CC5500;
  text-align: center;
}
.navBar{
  color: white;
  text-decoration: none;
}