#map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
}

.line {
  background-color: red;
    height: 90px;
    width: 3px;
    position: sticky;
    float: left;
    left: 20px;
}

.title-strapline {
  margin-top: -5px;
}

.privacy_layout {
  display: flex;
  justify-content: cener;
}

.contact-footer {
  padding: 40px 0 !important;
}

.tree-photo {
  margin: 7px 20px 0px 0px;
  float: left;
  width: 25%;
}

.yung-photo {
  margin: 7px 20px 0px 0px;
  float: left;
  width: 36%;
}

.privacy {
  padding: 95px 0;
}

.yung-quote-name {
  font-size: 25px;
  font-weight: bolder;

}

.def-therapy {
  display: block;
  font-size: 4rem;
  color: #d07539;
}

.container-display {
  display: inline-block;
  float: left;
  padding: 10px 16px 18px 23px;
  background-color: #80808021;
  border-radius: 5px;
  margin: 0px 10px 0 0;
}

.int-ipa {
  display: block;
  font-size: 3.5rem;
  font-weight: bold;
}

.img-row {
  display: flex;
  align-items: center;
}

.bob-title {
  display: inline-block;
  margin-left: -5px;
}

.nav-name {
  color: white;
  font-size: 45px;
  display: inline-block;
}

.navbar-brand {
  padding: 0px;
  display: none;
}

.title-strapline-lg {
  margin-top: -6px;
}

.bobs-nav {
  margin-right: 8px;
}

.hamburger {
  font-size: 22px !important;
  margin-right: 30px !important;
  margin-top: 24px;
  margin-bottom: 24px !important;
  padding: 5px 13px !important;
}

.bob-photo {
  margin: 20px 20px 20px 20px;
  float: left;
  width: 40%;
}

.room-photo {
  margin: 7px 20px 0px 0px;
  float: left;
  width: 38%;
}

.home-bob {
  width: 65% !important;
  margin: auto !important;
  background-color: white;
  margin-top: 25vh !important;
}

.bob-text {
  background-color: white;
  padding: 10px;
  font-size: 1.7rem;
  border-radius: 3px;
}

.colored-left {
  max-width: 238px;
  margin: 20px;
  border-color: #d07539;
  margin-bottom: 0px;
}

.photo-text {
  margin: 0px;
  padding: 10px 18px;
}

.jung-quote {
  background-color: #ffffffd4;
  color: black;
  padding: 30px;
  border-radius: 10px;
}

.leaf-quote {
  background-image: url('./img/bob/leaves.jpg') !important;
}

.sap {
  font-weight: bolder;
  font-size: 20px;
}

.sap-logo {
  width: 200px;
  padding: 10px;
}
.psa-logo {
  width: 200px;
  padding: 10px;
}
.bpc-logo {
  width: 200px;
  padding: 10px;
}

.iaap-logo {
  width: 350px;
  padding: 10px;
}

.image-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer {
  background-color: #101010 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.center_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.troubled-text {
  padding: 6px;
}

@media (max-width: 732px) {
  .bob-text h1 {
    font-size: 35px;
  }

  .bob-text h3 {
    font-size: 20px;
  }

  .colored-left {
    max-width: 166px;
    margin-left: 0px;
  }

  .bob-title {
    margin-left: -3px;
  }

  .title-strapline-lg {
    margin-left: 3px;
  }

  .photo-text {
    margin: 0px;
    padding: 15px 0px !important;
  }

  .privacy_layout {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0px;
  }

  .navbar-header {
    margin-right: 35px;
    margin-left: 18px !important;
  }

  .section {
    padding: 25px 0;
  }
}

@media (max-width: 1024px) {

  .sap-logo {
    width: 200px;
  }

  .nav,.navbar-nav,.navbar-right {
    background-color: gray;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
  }

  .navbar-header {
      float: none;
      margin-left: 18px !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-collapse.collapse {
      display: none!important;
      margin: -5 -15px;
  }
  .navbar-collapse.collapse.in {
    display: block!important;
    margin-top: 0px;
  }
  .navbar-nav {
      float: none!important;
      margin: 7.5px -15px;
      text-align: center;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .col-xs-9 {
    width: 85%;
  }

  .sap {
    font-size: 15px;
  }

  .privacy {
    width: 90%;
  }
}

@media (max-width: 678px) {
    .navbar-header {
      float: none;
      margin-left: 18px !important;
  }
}

@media (max-width: 480px) {

  p {
    font-size: 15px;
  }

  .bob-photo {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
  }

  .photo-text {
    padding: 0px;
  }

  .bob-text {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 14px;
  }

  .headerBackground {
    margin: 91px 0px 0px !important;
    padding: 0px;
  }

  .room-photo {
    margin: 0px 20px 15px 0px;
    float: left;
    width: 100%;
  }

  h2 {
    font-size: 25px;
  }

  .sap {
    display: none;
  }

  .container-display {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .remove-mob {
    display: none;
  }

  .contact-footer {
    padding: 40px 0;
  }

  .privacy {
    padding: 95px 25px;
  }

  .quote {
    font-size: 21px !important;
  }

  .yung-quote-name {
    font-size: 22px;
  }

  .tree-photo {
    width: 100%;
    padding: 10px 0;
  }
}
