@charset "utf-8";
/* CSS Document */


.fa {
  padding-top: 8px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px;
  border-radius:50%;
}
#fa{
	padding-top: 0px;
	margin:0px;
}
#fa:hover {
	color:black;
	border:0px solid white;
}
.fa:hover {
    background: transparent;
  color:white;
	border:1px solid white;
}

.fa-facebook {
  background: white;
  color: #3B5998;
}
.fa-twitter {
  background: white;
  color: #3B5998;
}
.fa-google {
  background: white;
  color:#3B5998;
}
.fa-linkedin {
  background: white;
  color:#3B5998;
}
.fa-youtube {
  background: white;
  color: #3B5998;
}
a {
    text-decoration: none !important;
}
.carousel-inner img {
      width: 100%;
      height: 100%;
	  margin-top:20px;
  }
.carousel-caption {
        
	    background-color:rgba(0,0,0,0.7);
	}
.top{
	margin-top: 2px;
}
#text:hover{
	color:aqua;
}
.fb{
	text-align: center;
}
.nav1{
	margin-right:10px;
}
.f{
	
	color: white;
	
}
.f:hover{
	color:lightblue;
}
