:root {
  --beige: #e4dfc7;
  --black: black;
  --white: white;
}

body {
  color: #000;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 1.3em;
}

a {
  color: #8d1010;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  margin-bottom: 1.5em;
  list-style-type: disc;
}

.bg1 {
  background-image: url('../images/header_.jpg');
  background-position: 0 0;
  background-size: 450px;
  width: 100%;
  height: 100%;
}

.body-bg {
  background-image: url('../images/Looking-Ahead-C.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.body-bg._2 {
  background-image: url('../images/Over-the-Edge-3-A.jpg');
  background-position: 50%;
  background-size: cover;
}

.body-bg._3 {
  background-image: url('../images/Over-the-Edge-4-A.jpg');
}

.body-bg._4 {
  background-image: url('../images/Duomo-A.jpg');
  background-attachment: fixed;
}

.body-bg._2-copy {
  background-image: url('../images/Over-the-Edge-3-A.jpg');
}

.side-menu {
  float: left;
  background-image: linear-gradient(#0009, #0009);
  width: 300px;
  height: 100%;
  padding-top: 40px;
  position: fixed;
}

.menu-link {
  color: #fff;
  width: 100%;
  padding: 8px 5px 8px 17px;
  font-size: 20px;
  text-decoration: none;
}

.menu-link:hover {
  background-color: #000;
}

.menu-link._2 {
  color: red;
  font-size: 24px;
}

.menu-link._3 {
  font-size: 14px;
}

.menu-address {
  color: #fff;
  padding: 14px 5px 14px 17px;
  font-size: 20px;
}

.main-content {
  background-color: #fff9;
  width: 100%;
  min-width: auto;
  max-width: 900px;
  min-height: 800px;
  margin-left: 300px;
}

.main-content._2 {
  background-color: var(--beige);
}

.header-bar {
  width: 100%;
  margin-bottom: 0;
}

.content-container {
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.content-container.narrow {
  padding-left: 79px;
  padding-right: 79px;
}

.h2 {
  text-transform: uppercase;
  font-size: 18px;
}

.column {
  padding-left: 0;
}

.image {
  padding-top: 59px;
  padding-left: 8px;
}

.image-2 {
  padding-top: 28px;
}

.page-title {
  letter-spacing: 11px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
}

.page-title._2 {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 36px;
  font-size: 40px;
}

.image-3 {
  float: right;
}

.image-4 {
  float: right;
  padding-bottom: 17px;
  padding-left: 29px;
  padding-right: 0;
}

.centered {
  text-align: center;
}

.centered._2 {
  font-size: 19px;
  font-weight: 400;
}

.centered-title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.italics {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4em;
}

.image-5 {
  margin-top: 37px;
}

.row {
  max-width: 671px;
  margin-bottom: 35px;
  overflow: visible;
}

.row-2 {
  margin-bottom: 31px;
}

.row-3 {
  margin-bottom: 37px;
}

.smaller-link-sidebar {
  color: #e02424;
  font-size: 16px;
}

.navbar {
  background-color: #000;
}

.nav-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.nav-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .side-menu {
    display: none;
  }

  .main-content {
    margin-left: 0;
  }

  .icon {
    color: #fff;
  }

  .nav-menu {
    background-color: var(--black);
    display: block;
  }

  .menu-button {
    background-color: #c8c8c8;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .content-container.narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .page-title._2 {
    font-size: 33px;
  }
}
