@charset "utf-8";
/* CSS Document */

/*  COLORS
	put info here as clipboard

		Gray background #d9dad5
		medium blue for sidebars, buttons  #006599


*/

/* FONTS
	font-family: "Libre Baskerville", serif;
	font-family: "Open Sans", serif;
*/



/* Basic resets etc.*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	font-family: "Libre Baskerville", serif;
  	box-sizing: border-box;
	font-weight: 300;
	line-height: 1.8;
	scroll-behavior: smooth;
}


body {
		font-size: 16px;
		font-family: "Libre Baskerville", serif;
		font-weight: 300;
	    background-color: #d9dad5;
	    position: relative;  
		color: #000; 
	}

/* IF USING A FIXED BG IMAGE */
body::after {
    content: "";
	background-image: url("../img/bgimg3.jpg");
    background-position: top;
    position: fixed; 
	background-repeat: no-repeat;
	background-attachment: scroll;
    top: 20px;
    left: 0;
    bottom: 0;
    right:0;
    z-index: -1;
}



header {
	background-color: #FFF;	
	color: #006599;
	margin: 15px 0 0 0;
	padding: 40px 0 5px 0;
}

a:link.logoheader   {
	background: none;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", serif;
	color: #006599; 
	font-weight: 400;
	margin: 10px 0;
}

h1, h2, h3 {
	
}

h4, h5 {

}



.navbar-nav li a {
	font-family: "Open Sans", serif;
	font-weight: 500;
	color: #000 !important;
	margin: 0 10px 0 0;
	background: none !important;
}

.navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
	background-color: #fff !important;
}



.slogan {
	font-size: 1.2rem;
	font-weight: 200;	
	text-align: center;
	margin: 5px; 
}

.sloganCity {
	font-size: .9rem;
	text-align: center;
}

a:link, a:visited  {
	color: #006599;
	background: rgba(0,0,0,.05);
	text-decoration: none;
	padding: 0 3px;
	font-family: "Open Sans", serif;
}

a:hover, a:active {
	background: #fff;
	color: #666;
	text-decoration: none;
	padding: 0 3px;
}



a i {
	margin: 1px;
	padding: 2px;
	font-weight: 800;
}

.fbpitch a {
	background: none;
}




ol, ul {
padding-left: 20px !important;
  	margin-left: 12px;
}

li {
	font-size: 1.1 rem;
	margin-bottom: 8px;
}


/*.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/


.photo {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 3px;
	border: 1px solid #333;
}

.sectionStyle0 {
	background: none;
	color: #000;
	margin: 3px 0;
	padding: 20px 0;
}

.sectionStyle00 {
	background-color: rgba(255,255,255,1);
	color: #000;
	margin: 3px 0;
	padding: 20px 0;
}

.sectionStyle1 {
	background-color: rgba(255,255,255,.2);
	color: #000;
	margin: 3px 0;
	padding: 20px 0;
}
.sectionStyle2 {
	background-color: rgba(255,255,255,.4);	
	color: #fff;	
	margin: 3px 0;
	padding: 20px 0;
}
.sectionStyle3 {
	background-color: rgba(255,255,255,.8);	
	color: #000;
	margin: 3px 0;
	padding: 20px 0;
}

.sectionStyle3b {
	background-color: rgba(255,255,255,.8);	
	color: #000;
	margin: 0;
	padding:0;
}


.sectionStyle4 {
	background-color: rgba(0,0,0,.9);
	color: #fff;
	margin: 3px 0;
	padding: 20px 0;
}

.sectionStyle5 {
	background-color: rgba(0,0,0,.6);
	color: #fff;
	margin: 3px 0;
	padding: 20px 0;
}

.callout {
	background-color: rgba(255,255,255,0.60);
	padding: 3px;
	border-radius: 2px;
	box-shadow: 1px 1px 2px 1px  #333;
	color: #000;
}

.callout2 {
	background-color: rgba(0,0,0,.1);
	padding: 8px;
	border-radius: 4px;
	color: #000;
}


footer {
	color: #fff;
	padding: 25px 0;
	text-align: center;
	font-size: .8rem;
	font-family: "Open Sans", serif;
	
}


.providers ul {
	list-style: none;
	font-weight: 400;
	font-size: 1.2rem;
	
}


.columns2 {
  column-count: 2;
  column-gap: 40px;
}

#waitingRoom ul  {
	margin: 0 auto;
	position: relative;
}


#waitingRoom ul  {
	text-align: center;
	display: block;
	margin: 0 auto;
	position: relative;
}

#waitingRoom ul li {
	display: block;
	width: 180px;
	height: 230px;
	list-style-type: none;
	margin-right: 0;
	text-align: center;
	float: left;
	font-size: .9em;
	text-indent: none;
}


#waitingRoom ul li img {
	border: 1px solid #000;
}

#waitingRoom p {
	position: relative;
	top: -52px;
	display: block;
	margin: 0 auto;
	padding: 2px;
	width: 130px;
	text-align: center;
	background: #333;
	color: #FFF;
	font-size: .85rem;
	
}

.pic140max {
	max-width: 140px;
	border: 1px solid #000;
	padding: 2px;
}


.pic400max {
	max-width: 400px;
	border: 1px solid #000;
	padding: 2px;
}



.spaceout div {
	margin-right: 15px;
}


.bioPic {
	margin: 1px 1px 10px 10px;
	padding: 2px;
	border: 1px solid #000;
}


/* Redefining Bootstrap components*/

.btn-secondary, .bg-secondary {
	background-color: #2c6c8f !important;	
	color: #fff !important;
}



.btn-light, .bg-light {	
	background-color: #a7bfd0 !important;	
}


a.btn {
	font-family: "Open Sans", serif;
	font-weight: 400 !important;
}


a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
}
