@media screen and (max-width: 991px) {

  /*****************************
    NAVBAR
  ******************************/

  /* hide circle logo/display banner logo when links converge */
  #logo {
    display: none;
  }

  #alt-title {
    display: inline-block;
  }

  .navbar .nav-divider {
    margin: 0 8px;
  }

  /* need to add another dot when links converge */
  #center-dot {
    display: block;
  }

  /*****************************
    MEMBERS
  ******************************/

  .members img {
    max-width: 150px;
  }

  .tooltip-inner {
    width: 130px;
  }

  /*****************************
    RECIPES
  ******************************/

  .nav-tabs.nav-justified > li > a {
    font-size: 1.15em;
  }

  .recipe p {
    font-size: 1em;
    line-height: 90%;
  }

}

@media screen and (max-width: 767px) {

  /*****************************
    NAVBAR
  ******************************/

  .navbar {
    background-color: #5e382b;
  }

  /* hide dots in hamburger menu */
  .navbar-collapse .nav > .nav-divider {
    display: none;
  }

  #center-dot {
    display: none;
  }

  #alt-title {
    display: none;
  }

  /* display site name on navbar */
  .navbar-brand {
    display: block;
  }

  /* format hamburger menu */
  #nav-left {
    margin-bottom: 0;
  }

  .navbar-nav li a {
    line-height: 20px;
    font-size: 1em;
    padding-left: 20px;
  }

  .navbar-nav li:hover {
    background-color: #da7d79;
  }

  .navbar-nav li a:hover {
    box-shadow: none;
  }

  #nav-right {
    margin-top: 0;
  }

  .current-page {
    border-left: 5px solid #fff;
    box-shadow: none;
  }

  .current-page a {
    padding-left: 15px !important;
  }

  /*****************************
    JUMBOTRON
  ******************************/

  .jumbotron {
    height: 200px;
  }

  .jumbotron h1 {
    font-size: 2.5em;
    margin-top: 10px;
  }

  /*****************************
    HOME PAGE
  ******************************/

  #carousel {
    display: none;
  }

  /*****************************
    RECIPES
  ******************************/
  .nav-tabs.nav-justified > li > a {
    border-left: 1px solid #e2f8f4;
    line-height: 40px;
  }

  #recipes-nav {
    margin-bottom: 20px;
  }

  .recipe p {
    padding: 3% 3% 0;
  }

  .recipe p:last-child {
    padding-bottom: 3%;
  }

  /*****************************
    FOOTER
  ******************************/

  #copyright {
    text-align: center;
  }

  #copyright p {
    line-height: 1.2em;
  }

  .icons {
    text-align: center;
  }
}

@media screen and (max-width: 567px) {

  /*****************************
    GENERAL
  ******************************/

  h2 {
    font-size: 1.125em;
    padding: 9px 7px;
  }

  h2:before {
    border-top-width: 18px;
    border-right-width: 12px;
    border-bottom-width: 18px;
  }

  h2:after {
    border-top-width: 18px;
    border-left-width: 12px;
    border-bottom-width: 18px;
  }

  /*****************************
    HOME
  ******************************/

  #home-header {
    font-size: 1.65em;
  }

  /*****************************
    MEMBERS
  ******************************/

  .members img {
    max-width: 130px;
    margin: 5px;
  }

  /*****************************
    GALLERY
  ******************************/

  .thumb {
    width: 130px;
    height: 130px;
  }
}
