@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.band-hero {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}
.band-2 {
	background-color: #662D91;
	padding-top: 30px;
	padding-bottom: 30px;
}

.band-3 {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 20px;
}
.the-doctors {
	background-color: #f49548;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.meet-the-doctors {
	background-color: #ffffff;
	padding-top: 0px;
	padding-bottom: 14px;
	font-size: 15px;
} 
.meet-the-doctors2 {
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 14px;
	font-size: 15px;
}
.our-patients{
	background-color: #c8cadc;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.band-footer {
	background-color: #662D91;
	padding-top: 20px;
	padding-bottom: 1px;
}
.band-lastfooter {
	background-color: #c8cadc;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}
p {
margin:0;
padding:0;
font-size:14px;
font-family: 'Roboto Slab', serif;
	font-weight:700;
}
.footer-font {
	font-size: 12px;
}
.white-text {
	color: #ffffff;
	font-weight: 200;
	font-size: 20px;
}
.white-text_2 {
	color: #ffffff;
	font-weight: 200;
	font-size: 14px;

}
.patients-text {
	font-size: 18px;
}

a {
  color: #000000;
  text-decoration: none;
}

.navbar-default {
  background-color: #662D91;
  border-color: #e7e7e7;
}
a:hover {
    text-decoration: none;
    color: #7E84A7;
}

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #7e84a7;
  background-color: transparent;
}

.text-margins {
    bottom: auto;
    text-align: justify;
    vertical-align: 0;
    padding-top: 27px;
}
.hours-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:20px;
	right: 200px;
    top:0px;
    height:100%;
    width:100%;
    position:absolute;
	padding-bottom: 20px;
}


