/** CSS rules for Matthew May MD website **/
body {
 background: #FFFFFF url("../img/background.gif") top left repeat-x;
}
*{scroll-behavior: smooth;}

#header-left {
 display: flex;
 align-items: flex-start;
}
#header-left p {
 font-family: helvetica;
 font-size: 15px;
 margin: 4px 0 0 0;
}
#header-right {
 font-family: helvetica;
 font-size: 15px;
}
#header-right a {
 text-decoration: none;
 color: var(--bs-body-color);
}
#header-right a:hover {
 text-decoration: underline;
}
#header-right a.menu-strong {
 color: #899e3f;
 color: #5e7831;
 font-size: 16px;
 font-weight: bold;
}
.wrapper {
 display: flex;
 width: 100%;
 align-items: stretch;
}

#sidebar_collapsed {
 display: block;
 background: #5e7831;
 border-radius: 10px 0 0 10px;
 width: 36px;
 height: 285px;
}
#sidebar_collapsed .nav-show {
 padding-top: 2px;
 padding-left: 2px;
 padding-right: 2px;
}
#sidebar {
 min-height: 100vh;
 transition: all 0.3s;
}
#sidebar .nav-hide {
 display: none !important;
 float: right;
 padding-top: 2px;
 padding-right: 1px;
}
#sidebar ul {
 width: 180px;
}
#sidebar ul.components {
 list-style: none;
 padding: 20px 0;
 padding: 0;
}
#sidebar ul li#nav-item-home {
 height: 40.5px;
}
#sidebar ul li a.nav-link {
 display: block;
 text-align: right;
 text-align: left;                  
 font-size: 15px;
 text-decoration: none;
/* width: 180px; */
 padding: 6px 10px;
 background: #899e3f;
 color: #ffffff;
 border-radius: 10px 0 0 10px;
 margin-bottom: 6px;
 height: 34.5px;
}
#sidebar ul li a:hover {
 background: #5e7831;
 color: #ffffff;
}
#sidebar ul li a.active {
 background: #5e7831;
 color: #ffffff;
}
#sidebar a[data-toggle="collapse"] {
 position: relative;
}
#sidebar ul ul {
 list-style: none;
 padding-left: 12px;
}
#sidebar ul ul a {
 font-size: 0.9em !important;
 background: #899e3f;
 color: #ffffff;
 text-align: left;
 width: 168px;
}
#sidebar ul ul li a.active	 {
 background: #5e7831;
 color: #ffffff;
}

.mainwrap1 {
 border: solid 10px #C0C96E;
}
.mainwrap2 {
 border: solid 10px #3F2100;
 background: white;
}
.main-content {
 padding: 15px 20px 20px 20px;
 padding: 25px 25px 25px 25px;
 font-family: Georgia, verdana;
 font-size: 15px;
 word-break: break-word;
}
.main-content h1 {
 font-size: 20px;
 font-weight: bold;
 color: #3F2100;
 margin-bottom: 15px;
}
.main-content h2 {
 font-size: 18px;
 font-weight: bold;
 color: #5F3100;
 margin-bottom: 10px;
}
.main-content h3 {
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 5px;
}
.main-content a {
 color: #5E7831;
 text-decoration: none;
}
.main-content a:hover {
 text-decoration: underline;
}
.main-content img.float-end {
 margin-left: 25px;
 margin-bottom: 25px;
}
.main-content .indent_wrap {
padding: 10px 54px 20px 54px;
}

.main-bottom-verified {
 float: left;
 padding-right: 32px;
}
.main-bottom-disclaimer {
 font-style: italic;
 font-size: 11px;
 line-height: 16px;
 color: #606060;
}

#footer-right {
 font-family: helvetica;
 font-size: 15px;
}
#footer-right a {
 text-decoration: none;
 color: var(--bs-body-color);
}
#footer-right a:hover {
 text-decoration: underline;
}


/* Home Page */
.home-splash-image {
  padding: -15px -20px;
  border-bottom: solid 1px #3F2100;
}
.home-splash-image img {
  width: 100%;
  height: auto;
}
.home-splash-right {
 float: right;
 padding: 5px 10px;
 width: 240px;
}
p.splash-quote {
 font-family: Georgia;
 font-style: italic;
 font-weight: bold;
 text-align: center;
 font-size: 15px;
 line-height: 20px;
 color: #555555;
 margin: 0;
 padding-bottom: 2px;
}
p.splash-byline {
 text-align: right;
 font-size: 14px;
 color: #444444;
 padding-right: 5px;
}
.main-new-section {
 margin-top: 50px;
}

/* Testimonials */
.testimonial-wrap {
 margin-top: 50px;
 margin-bottom: 50px;
 margin-top: 40px;
 margin-bottom: 40px;
}
.testimonial {
 max-width: 500px;
 height: 100%;
 min-height: 180px;
 background: #fcfcf3;
 background: #fdfdf6;
 box-shadow: 2px 2px 8px 2px #eee;
}
.testimonial img.apostrophe-start {
 float: left;
 width: 30px;
 margin: 0 15px 15px 0;
 margin: 0 16px 16px 0;
}
p.testimonial-quote {
 font-family: Georgia;
 font-style: italic;
 font-weight: bold;
 font-weight: normal;
 text-align: center;
 text-align: left;
 font-size: 15px;
 line-height: 20px;
 line-height: 22px;
 color: #555555;
 color: #3F2100; /* brown */
 color: #5e7831; /* dark green */
}
p.testimonial-byline {
 text-align: right;
 font-size: 14px;
 color: #5e7831; /* dark green */
 color: #444444;
 padding-right: 5px;
 margin-bottom: 0;
}
.home-notice {
 margin-top: 15px;
 font-size: 12px;
}

/* About page */
.main-new-section#about-doc {
 margin-top: 0px;
}
#about-content img.float-md-end {
 width: 50%;
 max-width: 500px;
 min-width: 275px;
 border: solid 1px #3F2100;
}
#about-content img#img_garden_13 {
 width: 33%;
 max-width: 300px;
 min-width: 200px;
}
#about-content img#img_garden_13_cropped {
 display: none;
}
.about-indent {
 margin-left: 25px;
}

/* Conditions page */
.main-new-section#cond-rela {
 margin-top: 0px;
}
#conditions-content img.float-md-end {
 width: 50%;
 max-width: 500px;
 min-width: 275px;
 border: solid 1px #3F2100;
}
#conditions-content img#img_garden_11 {
 width: 33%;
 max-width: 300px;
 min-width: 200px;
}
#conditions-content img#img_garden_10 {
 display: none;
}
#conditions-content > ol > li {
 margin-bottom: 0.5em;
}
#conditions-content ol ol {
 margin-bottom: 0.5em;
}

/* Patients page */
#patients-content img.float-md-end {
 width: 50%;
 max-width: 500px;
 min-width: 275px;
 border: solid 1px #3F2100;
}
.main-content .googledoc_box {
width: 100%;
height: 30px;
max-width: 340px;
background-color: #f5f5f5;
padding: 0 6px;
color: #222;
border:1px solid #ddd;
}
.main-content .googledoc_box a {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-decoration: none;
padding: 1px 0px;
border: none;
width: 100%
}
.main-content .googledoc_box a img {
vertical-align: bottom;
vertical-align: middle;
border: none;
}
.main-content .googledoc_box a span.googledoc_lbl {
padding-left: 2px;
color: #15c;
text-decoration: none;
font-family: arial;
font-style: normal;
font-size: 13px;
font-weight: bold;
vertical-align: bottom;
}
#patients-content ul.faq_list li {
padding-bottom: 2px;
}
#patients-content .faq_left {
font-size: 14px;
font-weight: bold;
color: #5F3100;
width: 30px !important;
}
#patients-content .faq_right h3 {
padding-top: 3px;
padding-bottom: 8px;
color: #5F3100;
}
#patients-content .faq_right p.faq_totop {
padding-bottom: 24px;
}
#patients-content ol li {
 margin-bottom: 8px;
}
#patients-content .faq_note {
font-size: 13px;
line-height: 16px;
color: #303030;
}
#patients-content .payment-note {
text-align: center;
line-height: 14px;
padding-bottom: 16px;
}
#patients-content .payment-address {
line-height: 18px;
}

/* Therapists page */
#therapists-content img.float-md-end {
 width: 50%;
 max-width: 500px;
 min-width: 275px;
 border: solid 1px #3F2100;
}

/* Contact page */
#contact-content .contact-info {
display: grid;
grid-template-columns: 100px auto;
}
#contact-content .contact-emergency {
color: red;
padding-bottom: 8px;
}
#contact-content .contact-urgent {
color: orange;
padding-bottom: 8px;
}
#contact-content .contact-nonurgent {
color: #5E7831;  /* dark green */
padding-bottom: 8px;
}
#contact-content .contact-paren {
font-weight: normal;
}


@media (max-width: 1300px) {
  #scheduling-content iframe {
     height: 1500px;
  }
}
/* less than medium */
@media (max-width: 767.98px) {
  #sidebar .nav-hide {
  	display: block !important;
  }
  .home-splash-right {
    float: none;
    width: auto;
  }
  #about-content img.float-md-end,
  #conditions-content img.float-md-end,
  #patients-content img.float-md-end,
  #therapists-content img.float-md-end {
    width: 100%;
    max-width: 100%;
    min-width: 100px;
  }
  #about-content img#img_garden_13 { display: none; }
  #about-content img#img_garden_13_cropped { display: block; }
  #conditions-content img#img_garden_11 { display: none; }
  #conditions-content img#img_garden_10 { display: block; }
  .main-content .indent_wrap {
    padding: 10px 36px 20px 36px;
  }
  #scheduling-content iframe {
     height: 1800px;
  }
}
/* less than small */
@media (max-width: 575.98px) {
  #sidebar_collapsed {
  	display: block;
  }
  #sidebar {
  	display: none;
  }
  #header-left p {
    font-size: 13px;
  }
  p.splash-quote {
  	font-size: 14px;
  }
  .main-content .indent_wrap {
    padding: 10px 28px 20px 28px;
  }
}
