#menu {
  display: none;
}

h1 {
  font-size: 72px;
  line-height: 96px;
}

h2 {
  font-size: 66px;
  line-height: 84px;
  border-bottom: 1px solid #777;
}

h3 {
  font-size: 60px;
  line-height: 72px;
}

#content p, #content li {
  line-height: 66px;
  font-size: 44px;
}

#content ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.desktop_only {
    display: none;
}

.mobile_only {
    display: block;
}

img {
    width: 700px;
}

#sections {
    display: none;
}

#container {
    width: 80%;
}
