
#logo {
  max-height:100px;
  max-width:100px;
  margin-right:3px;
  margin-top:-15px;
  display:inline-block;
}

#main_header .jumbotron {
  border-radius:25px;
  max-width:920px;
  margin:0 auto;
}

@media (max-width:991px) {
  #main_header .jumbotron {
    padding:20px;
  }
}

.navbar{
	margin-bottom: 0;
	z-index:1;
	background-color: white;
}
.navbar-brand{
	height:auto;
	padding:3px 15px;
	font-size:25px;
	font-weight:normal;
	font-weight:600;
	line-height:44px;
}
.navbar-brand img{
	max-height: 200px;
	margin: 0 5px 0 0;
	display:inline;
}

.nav-center .navbar-brand img{
	margin:0;
}
.navbar .nav{
	padding-top: 2px;
	margin-right: -16px;
	float:right;
	z-index:1;
}


/*Hover state for active and inactive links*/
li a:hover:not(.active) {
    background-color:darkgray;
}

.active {
    background-color:lightblue;
}

#view_gallery {
  text-align:center;
}

.site-footer {
  padding:20px 0;
  text-align:center;
  display:block;
}

 p { 
        font-size:14px;  
        font-weight:bold; 
        color: #FFFFFF;
      }
      .name {
        color: #1e6add
      }
      .occupation { 
       color: #1e6add 
      }

.highlight {
  color:#fff;
  background-color:#1e6add;
  padding:50px 0;
}

.highlight p {
  color:#c4d5ef;
  line-height:1.5;
}

.highlight h2 {
  font-weight:normal;
  margin-bottom:25px;
  line-height:1.5;
  padding-top:0;
  margin-top:0;
  color:inherit;
}

.highlight .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 25px;
}

.highlight .buttons {
  text-align:center;
}

.highlight .buttons .btn {
  padding:16px 32px;
  margin:6px;
  border:none;
  background:none;
  box-shadow:none;
  text-shadow:none;
  opacity:0.9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  letter-spacing:0.4px;
  line-height:1;
}

.highlight .buttons .btn:hover {
  opacity:1;
}

.highlight .buttons .btn:active {
  transform:translateY(1px);
}

.highlight .buttons .btn-primary, .highlight .buttons .btn-primary:active {
  border:2px solid rgba(255,255,255,0.7);
  border-radius:6px;
  color:#ebeff1;
  box-shadow:none;
  text-shadow:none;
  padding:14px 24px;
  background:transparent;
  transition:background-color 0.25s;
}

.footer {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
}

.footer h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer .item.text {
    margin-bottom:0;
  }
}

.footer .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer .item.social > a:hover {
  opacity:0.9;
  color:#ebeff1;
}

.footer .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}


/* = Carousel
-------------------------------------------------------------- */

.carousel{
	display:inline-block;
	vertical-align:bottom;
}
 .carousel{
	width:100%;
}
.carousel .item img{
	margin-right:auto;
	margin-left:auto;
}
.carousel-control span{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control{
	color:#FFF!important;
	text-shadow: none;
}
.carousel-indicators li{
	margin: 0 4px;
}
.carousel-indicators .active{
	margin: 0 4px -1px;
}
.carousel-control.left span{
	margin-left:-15px;
}

.no-shadows .carousel-control.left, .no-shadows .carousel-control.right{
	background-image: none;
}
.container{
	padding-left:0;
	padding-right:0;
}
 .offset{
        margin-top:5px;
    }
    .navbar-toggle, .icon-bar {
    border:1px solid black;
}
.nav a{
    color: black !important;
    font-size: 1.2em !important;
    }
.nav li{
    padding-right:5px;
   }