/* a minimalist set of CSS resets */

/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 15px;
}
* {
  margin: 0px;
  padding: 0px;
}

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

p {
}

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

body {
  background-color: #fff0f3;
}
/*images and videos max out at full width */
img,
video {
  height: 200px;
  max-width: 100%;
}

.nav > div {
  padding: 25px;
  text-align: center;
  font-size: 2em;
  color: #fb6f92;
}

.nav > div:nth-child(1) {
  background-color: #ffc8dd;
  width: 300px;
  height: 130px;
  box-sizing: border-box;
}

.nav > div:nth-child(2) {
  background-color: #ffafcc;
  width: 300px;
  height: 130px;
  box-sizing: border-box;
}

.nav > div:nth-child(3) {
  background-color: #ffc8dd;
  width: 300px;
  height: 130px;
  box-sizing: border-box;
}
.nav > div:nth-child(4) {
  background-color: #ffafcc;
  width: 300px;
  height: 130px;
  box-sizing: border-box;
}
.nav > div:nth-child(5) {
  background-color: #ffafcc;
}
p.small {
  line-height: 0.1;
}

#footer {
  position: ;
  border-style: solid;
  border-color: #ff7096;
  margin: 50px;
  margin-left: 0px;
  padding: 30px;
  left: ;
  bottom: ;
  width: 100%;
  background-color: #ffccd5;
  text-align: center;
}
