/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* BEGIN CUSTOM STYLES */

dd {
  margin-bottom: 15px;
}

dd > a {
  cursor: pointer;
}

dt {
  font-weight: 200;
}

dl {
  font-size: large;
}
/*Make the bootstrap navbar clear*/
.navbar-default {
  /*background:none;*/
  background-color:#f8f8f8;
  margin-bottom: 0px;
  position: relative !important;
}

/* keeps navbar collapse in the front for mobile devices */
.navbar {
  z-index: 9999;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative !important;
}

/* center the floated right nav menu */
.navbar-right {
  margin-top: 30px;
}

/* adjust height of navbar to make room for logo */
.topnav {
  height: 100px;
  border-bottom:none;
}

/*set the logo size*/
img.brand {
  max-height: 80px;
}

/*color of intro message text*/
.intro-message {
  /*color: darkslategrey;*/
}

/*size of intro message text*/
.intro-message h1 {
  font-size: 48px;
}

/*secondary color of intro text*/
.intro-message h1, .intro-message h2, .intro-message h3 i {
  color:rgb(64, 65, 64);
}

.intro-message h3 {
  color:black;
}

/*max height of intro img*/
#intro-img {
  max-width: 312px;
  /*max-height:250px;*/
  margin-top: 79px;
}

/*hours formatting*/
#hours {
  position: absolute;
  top: 0;
  right: 0;
  margin-top:0px;
  margin-right:0px;
  /*background: rgba(255, 255, 255, 0.45);*/
  /*background: lightgrey;*/
  /*height: inherit;*/
  height:100%;
}

/*color of hours text*/
#hours a {

  /*color:black;*/
  color:#777;
}

ul#hours .col1 {
  text-align:right;
  padding-right:14px;
}

#name-title {
  margin-top: 100px;
}
#name-title p {
  color: rgb(64, 65, 64);
  font-size: 300%;
  display: inline;
}
#name-title span {
  display: inline;
  font-size: 75%;
  color: rgb(64, 65, 64);
}

/*move nav over to the left to make room for hours*/
#navlist {
  margin-right:200px;
}

.address {
  font-size: 21px;
  color: black;
}

.badge {
  font-size: 18px;
  padding: 8px;
  margin-top: 4px;
  margin-right: 3px;
}

.icon-4 {
  font-size: 30px;
}

#services li {
  font-weight: 500;
}

/*responsive dropdown */
.in, .collapsing {
  background:white;
}

#tagline {
  background: white;
  border-radius: 26px;
  padding: 10px;
  color: #777;
  font-size: 20px;
}

/* END CUSTOM STYLES */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Times New Roman";
    font-weight: 700;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    max-height: 800px;
    padding-top: 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bg-p.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 30px;
    /*padding-top: 20%;*/
    padding-bottom: 20%;
}

.intro-message  h1 {
    /*margin-top: 124px;*/
    /*margin: 0;*/
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    /*font-size: 5em;*/
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    .intro-message #intro-img {
      margin: 0 auto;
    }
    #name-title {
      margin-top: 10px;
    }

    .intro-message  h1 {
      margin-top:30px;
    }
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
    #intro-img {
      max-height:250px;
      margin-top:20px;
    }
    img.brand {
      max-height: 66px;
    }
    #navlist {
      margin-right: 110px;
    }
}

@media(max-width:993px) {
  a.topnav {
    padding-left:0px;
    padding-right:0px;
  }
  .hide-mobile {
    display:none;
  }
}

@media(max-width:450px) {
  #introtagline {
    font-size: 120%;
  }
}
@media(max-width:767px) {
    img.brand {
      max-width: 280px;
    }

    .intro-message  h1 {
      margin-top:0px;
    }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    #hours {
      display:none;
    }

}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

#rightbio {
  margin-top: 30px;
}

#water-img {
  margin-top: 30px;
}

.telehealth {
  display: block;
  margin-top: 25px;
  background: white;
  padding: 15px;
  max-width: 425px;
  margin: 0 auto;
  border-radius: 15px;
  opacity: 0.9;
  font-style: italic;
}
