body {
  padding-top: 57px;
  background-color: #C35F23; /* burnt orange */
  color: #fff;
}

#menu-title {
  font: "Courgette", Times, serif;
}

/* Menu Color*/
.bg-dark {
  background-color: #9C4C1C !important; /*#dark orange, was #cf871b, then #C35F23 */
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff; /*white*/
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff; /*white*/
  font: "Courgette", Times, serif;
}

.navbar-nav > li{
  padding-left:60px;
  padding-right:60px;
}

.active {
  background-color: #3d3c3a; /*black*/
}

.row {
  margin: 0;
}

.row img {
  width: 100%;
  height: 100%;
}

.main-container {   /* All page items within this block (except menu and footer) */
  width: 100%;
}

.horizontal-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

#about-horizontal-container {
  margin-bottom: 120px;
}

.horizontal {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;  /* <--- Really freaking cool! */
  align-items: center;
}

.block {
  width: 640px;
  height: 425px;
}

.block h1, p {
  padding-left: 20px;
  padding-top: 10px;
}

.block h1 {
  padding-top: 30px;
  padding-bottom: 20px;
}

.block a {
  color: #fff;
  text-decoration: underline;
}

#main-page-header {
  font-size: 55px;
}

#about-page-header {
  margin-left: 15px;
}

#main-page-bottom-right-image {
  margin-top: 5px;
  margin-left: 90px;
}

#reviews-main-container {
  background-image: url("/images/africa.jpg");
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 5px;
}

#reviews-header {
  margin-left: 180px;
  margin-bottom: 13px;
}

#review-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#about-image {
  margin-left: 60px;
}

.review {
  display: flex;
  align-content: center;
  flex-direction: row;
  width: 50%;
}

.review-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 40px;
  height: 120px;
  margin: 10px;
}

.review-icon img {
  width: 40px;
  height: 40px;
}

.review-text {
  width: 300px;
}

#main-page-photo-caption {
  margin-top: 8px;
  margin-bottom: 55px;
  font-size: 38px;
}

.footer {
  font-size: 16px;
  width: 100%;
  height: 66px;
  float: center;
  padding-top: 20px;
  align-content: center;
  background-color: rgba(0,0,0,.2);
}

.footer a:link {
  text-decoration: none;
}

.footer a:hover {
  color: #cf871b;  /* burnt orange */
  text-decoration: underline;
}

.footer:link {
  text-decoration: none;
}

.footer:link:hover {
  color: #bf5700;  /* black */
  text-decoration: underline;
}

.footer-item {
  height: 81px;
}

a {
  color: #C35F23;
  text-decoration: none;
}

a:hover {
  color: #3d3c3a;  /* black */
  text-decoration: underline;
}

h1 {
  padding-top: 5px;
  padding-bottom: 5px;
}
