body { 
  padding-top: 51px;
  font-size: 18px;
  text-align: justify; 
}

.jumbotron {
	color: white;
  background-image:url('profiledesat.jpg'); 
  padding: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 100%;
  /*margin-top: -40px;*/
  margin-bottom: 0;
  background-position:  center;
  background-color: #000;
}

.mission {
  
  /*color: #7f7f7f;*/
  margin-top: -30px;  
font-family:'Raleway' 'sans-serif';
  padding: 5% 10% ;
  text-align: center;
  position: center;
  text-decoration: none;
}

  span{
	color: rgb(172,140,71);
}

.nexus{
max-width: 80%;
margin-bottom: 80px;
}

.featured-info{
  /*background-color:#cbcbcb;*/
	padding: 20px;
	text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.featured-info h2{
	/*color: rgb(127,127,127);*/
	text-transform: uppercase;
	font-size: 32px;
	line-height: 40px;
	margin: 0.4219em auto 0.4219em auto;
	padding-top: 20;

}

.featured-info li{
	list-style: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 35px;
}

.featured-info ul{
	padding-left: 0;
}
.Portfolio {
  
	/*padding: 80px;*/
  color: rgb(127,127,127);
  font-size: 16px;
  margin-bottom: 15px;
}



.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
    margin-top: 30px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.responsive{
  margin-bottom: 80px;
  margin-top: 80px;
  padding: 80px;
}

.responsive h2 {
  margin-bottom: 50px;
  color: rgb(127,127,127);
  }

.responsive h3{
   color: rgb(127,127,127); 
  }

#about{
  margin-top: 10px;
  margin-bottom: 40px;
}

#about h2{
  padding: 80px;
  color: rgb(127,127,127);
  
}

.carousel-control {
  padding-top:10%;
  width:5%;
}

#contact{
  color: rgb(127,127,127);
  margin-top: 80px;
  margin-bottom: 80px;
}

#contact h2{
  margin-bottom: 50px;
}

html, body {
  height: 50%;
 
}
#map {
  height: 100%;
}

 .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }






















