body{
    font-family: 'Dosis', sans-serif;
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    color: #ffffff;
    /*background-image: url(../images/site-background-mobile.jpg);*/
    background-attachment: fixed;
    /*right: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    background-size: 100%;
    background-color: #0277bd;
    font-size: 22px;
}
@media (min-width: 768px)
{
  body{
    background-image: url(../images/site-background.jpg);
    background-attachment: fixed;
    background-size: cover;
  }
}
a{
	color: #000000;
}
a:focus, a:hover{
  text-decoration: none;
  color :#000000;
}

/* Navbar color customization 
--------------------------------------------------*/
.active > a{
	background-color: #0277bd;
}
.navbar-brand:hover, .navbar-brand:focus{
	text-decoration: none;

    color :#ffffff;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #0277bd;
    color :#ffffff;
}
.navbar{
	background-color: #004c8c;
}
.navbar .navbar-toggle {
    border-color: #ffffff;
}
.navbar-toggle .icon-bar{
	background-color: #ffffff;
}
.navbar-toggle > span{
  color:#ffffff;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-nav {
    margin: 7.5px -15px 15px;
}
@media (min-width: 768px)
{
  .navbar-nav {
    margin: 0px;
  }
}
.navbar-brand{
  font-size: 22px;
  color: #ffffff;
}
.nav a{
  color: #ffffff;
}
.btn-social{
  margin-left: 15px;
}

.affix{
  position: 200px;
  z-index: 5;

}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /* height: 500px;*/
  margin-bottom: 60px;
  margin-top:50px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
/*.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}*/
.carousel-inner > .item > img{
  min-width: 100%;
}

/* Body Customization
--------------------------------------------------*/
.main-content{
  margin-top: 65px;
}
.buffer{
  background-color: transparent;
  padding: 15px;
}
.sm-buffer{
  background-color: transparent;
  padding: 7.5px;
}
.content{
  background-color: #ffffff;
  color: #000000 !important;
  padding: 20px 30px;
  box-shadow: 5px 5px 5px grey;
  /*margin:0 5% 0 5%;*/
}
.content h1, .content h2{
  font-weight: 600;
  /*text-align: center;*/
}
.content > h3{
  font-weight: 100;
}

.header1{
  padding: 10px 20px;
  text-align: center;
}
.header1 > span{
  font-family: inherit;
  font-weight: 900;
  line-height: 1.1;
  color: inherit;
  font-size: 36px;
}
.title{
  text-align: center;
}
.title h1{
  margin-top: 10px;
  font-size: 40px;
}
.tile h2{
  font-size: 40px;
}

.intro {
  padding: 10px 20px;
}
.img-responsive{
  margin: auto;
  padding: 15px 0px;
}
.profile-pic{
  text-align: center;
}
.form-link{

  text-decoration: underline;
  color:#0277bd;
}
.form-link:hover, .form-link:focus{
  color: #002171;
  text-decoration: underline;
}
#new-patient-form{
  padding:10px 0px 0px 10px;
}


/* Contact Information
----------------------------------------------*/
.contact-box address{
  padding: 0px;
}
.contact-box h1{
  text-align: center;
}
address{
  padding: 10px 5px 0px 5px;
}
address a, address a:hover, address a:focus{
  color:#000000;
}
.mon-wed{
  padding-right: 2px;
}
.tues{
  padding-right: 7px;
}
@media (min-width: 768px){
  #map{padding-bottom: 560px;}
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 110px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #004c8c;
  text-align: center;

/* Footer Customization 
---------------------------------------------------*/
}
.footer > .container{
  padding-top: 10px;
}
.footer a{
  color: #ffffff;
}
.return-top{
  padding: 10px 0 10px 0;
}
.copyright{
	font-size: 10px;
}
.copyright > p, .copyright >span, .copyright > a{
  margin-bottom: 0px;
}


@media (min-width: 768px)
{
    body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  }
  #footer-right{
    float: right;
  } 
  .copyright{
    text-align: left;
  }
  .footer{
    height: 50px;
  }

  .return-top{
  padding: 5px 0 5px 0;
}
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}