/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

.carousel-inner{
	max-height:500px!important;
}

@media (min-width: 1200px){
.container {
    max-width: 1650px!important;
}
}

section img, section iframe{
	
    border: 5px solid #fff;
    box-shadow: -1px 1px 10px #00000021;
}

.bg-primary {
    background-color: #78bfd4!important;
	border-top: 5px solid #68b0c5;
}

h2{
	margin-bottom:25px;
}
.navbar-brand{
	font-size:150%;
}
.tagline{
	font-size:14px;
}

.icon {
    font-size: 60px;
    verticle-align: top;
    /* vertical-align: top; */
   
    line-height: 56px;
    color: #78bfd4;
   
}

.staticimage{
	
    background-image: url('../images/DoctorMedicalBilling.jpg');
    width: 100%;
    min-height: 500px;
    height: auto;
    background-size: cover;
}

.navbar-brand{
	margin-right:2px;
}
