.hero-image {
   background: linear-gradient(rgba(0, 0, 0, 0.5),
                       rgba(0, 0, 0, 0.5)), url('image/miniprohead.jpg') no-repeat center; 
  background-size: cover;
  margin-top: 10px;
  height: 700px;
  
  position: relative;
}

.hero-text {
  text-align: left;
  position: absolute;
  font-family: 'roboto', sans-serif;
  color: white;
  margin-left: 70px;
  margin-top: 150px;
}

.displayc{
 display: flex;
}

@media screen and (max-width: 400px) {
 
 .hero-text {
  margin-left: 20px;
 
}

 
}

.updatebutton{
 padding: 20px 40px;
 border-radius: 30px;
 text-decoration: none;
 text-align: center;
 color: white;
 background-color: red;
 cursor: pointer;
 transition: 0.3s;
 top: 50%;
}
 
.updatebutton:hover{
 text-decoration: none;
 color: red;
 background-color: white;
 transition: 0.5s;
}
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");



.fcont{
 width: 100%;
 height:250px;
 background-color: whitesmoke;
 
}

.fcont-head{
 width: 100%;
 color: tomato;
 text-align: center;
 font-size: 25px;
 line-height: 60px;
 
}

.fcont-para{
 color: grey;
 text-align: left;
 margin-left: 20px;
 font-size: 14px;
 margin-top: 20px; 
}

.contpara{
 width: 70%;
 text-align: left;
 margin-left: 15%;
 margin-top: 0px;
 color: gray;

}





.carousel-container{
  position:relative;
  margin:1em auto .5em auto;
  max-width:600px;
}
.carousel-container, .carousel-caption{
  box-shadow: 0 0 5px rgb(204,204,204);;
}
.carousel-container img{
border-radius:.5em;
}
.hidden{
  display:none;
}
.visible{
  display:block;
}
.arrow{
  display:inline;
}

.prev, .arrow{
 cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin: -1.5em .3em 0 .3em;
  padding: 1em;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  transition: 0.3s ease;
  border-radius: .5em;
  user-select: none;
  background-color:rgba(204,204,204, 0.3);
}
.next {
  right:0 ;
}
.prev:hover, .next:hover{
  box-shadow: 0 0 5px #fff;
  border:1px solid #fff;
}
.slide-numbers{
  text-align: center;
  position:absolute;
  bottom:1em;
  left:45%;

}
.dot{
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: rgba(204,204,204, 0.3);
  border-radius: 50%;
  display: inline-block;
} 

.dot:hover, .active{
  background-color: rgb(204,204,204);
  height: 12px;
  width: 12px;
}
.dot:hover{
   box-shadow: 0 0 5px #fff;
}
.carousel-caption{
  text-align: center;
  font-family:'Nanum Gothic',serif;
  background-color: rgba(204,204,204,.8);
  max-width:600px;
  margin:.5em auto;
  padding:1em 0;
  border-radius:.5em;
}

@media screen and (max-width: 900px) {
 .displayc{
  display: block;
 }
}