body {
  overflow-x: hidden;
}

/*
body, p, h1 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #2e2b29;
}
h1 {
  font-size: 20pt;
  font-weight: bold;
}
p {
  font-size: 20pt;
  font-weight: normal;
}*/
@media only screen and (min-width: 1200px) {
  .container {
    width: 1010px;
  }
}
#mainmenu {
  background: rgba(174, 154, 100, 0.88);
  position: fixed;
  width: 100%;
  z-index: 999;
  border: none;
  border-radius: 0;
  margin: 0;
}
#mainmenu > .container {
  height: 60px;
  max-height: 60px;
}
#mainmenu .navbar-header .navbar-brand {
  padding-top: 0;
}
#mainmenu .navbar-header img.logo {
  width: 139px;
  height: auto;
}
#mainmenu .menu-items li {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#mainmenu .menu-items li a {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  font-size: 20pt;
  font-weight: bold;
  padding: 0 25px;
  text-transform: uppercase;
  border-right: 1pt solid #000;
}
#mainmenu .menu-items li:last-child a {
  border-right: none;
}
#mainmenu .social-icons li a {
  padding: 19px 5px;
  color: #fff;
  font-size: 20px;
}
#mainmenu .social-icons li a:hover {
  opacity: 0.8;
}

.meet-the-team > .grid__column > div > div {
  padding-top: 128%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s ease;
}
.meet-the-team > .grid__column > div > div:hover {
  background-size: 120% 120%;
}

/*** Frontend Editing ***/
.btn.jmodedit {
  z-index: 1001;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 35px;
  background: #5CB85C;
}
.btn.jmodedit:before {
  left: 0;
  top: 0;
}

.h2, h2 {
    font-family: 'Pacifico', cursive !important;
}
