body {
  font-family: 'Helvetica', sans-serif;
  background-image: url("../images/mtn.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fefefe;
  padding-bottom: 0px; }

.container {
  margin-bottom: 30vh;
}

.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 21px; }

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
  @media (max-width: 767px) {
    .navbar-dark {
      padding-bottom: 0; } }

.page-title {
  font-weight: bold;
  text-align: center;
  font-size: 10vw;
} @media screen and (orientation:portrait) {
  .page-title {
    font-size: 16vw;
  }}
