#main_header {
  text-align:center;
  padding:40px;
  background:url(../../assets/img/milky-way-2341762_1920.jpg) no-repeat;
  background-size:cover;
}

#main_header .jumbotron {
  border-radius:25px;
  max-width:920px;
  margin:0 auto;
}

@media (max-width:991px) {
  #main_header .jumbotron {
    padding:20px;
  }
}

/*Hover state for active and inactive links*/
li a:hover:not(.active) {
    background-color:#00FFFF;
}

.active {
    background-color:#00FFFF;
}

#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;
}

.footer .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

