body {
    margin:0;
  }

.contents{
    padding:40px;
}

.navbar-default{
    color:black;
    font-size:110%;
    background-color: white !important;
    padding:10px 10px 20px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: white !important;
    color:#00438F;
    border-bottom: 2px solid #00438F;
    font-weight: 500;
    
}

.navsmall{
    position:absolute;
    padding-left:30px;
    background-color: white;
    width:110%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1000;
}
ß
.body-text{
    line-height: 170%;
    font-size:120%;
}


.bg-light{
    background-color: #FAFAFA;
}


.dropdown:hover .dropdown-menu {
    display: block;
}


.doc-profile{
    border-radius:100px;
    
}

strong{
    font-size:130%;
    color:#00438F;
}

.link-in{
    text-decoration: underline!important;
    color:#00438F;
    cursor: pointer;
}
.link-in:visited{
    text-decoration: none !important;
}
.link-in:hover{
    text-decoration: underline !important;
}

.hero-pic { 
   position: relative; 
   width: 100%; 
}

.overlay-text { 
   position: absolute; 
   top: 150px; 
   left: 700px; 
   font-size:150%;
    color:#00438F;
    background-color:rgba(0, 67, 143, 0.2); 
    padding:10px;
    border-radius:5px;
}

button{
    background-color: #FFFFFF;
    color:rgba(0,67,143,0.9);
    padding:7px 10px;
    border: 1.5px solid rgba(0,67,143,1);
    border-radius: 3px;
    margin-top:10px;
    
}

/*footer style*/
footer{
    background-color: #2D3E4A;
    padding:50px 0 40px 0;
}

.footer-text{
    color:#FFFFFF;
    line-height: 160%;
}

.footer-text-small{
    color:#FFFFFF;
    line-height: 160%;
    font-size:90%;
    padding:10px;
}

.glyphicon{
    font-size:50px;
    padding:10px;
}


* Content */
.content {
    padding-top: 30px;
}

/* Testimonials */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #00438F transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}