body{
  margin: 0;
  padding: 0;
  background-image: url(./LPimg/btech.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
    
}
/* NavBar Section */
.navbar-brand img{
    width: 80px;
    height: 80px;
    border-radius: 50%;

}
b{
    color: whitesmoke;
    font-size: 30px;
    text-shadow: 1px 1px 1px green;
}
.navbar-nav{
    margin-left: auto;
}
.nav-item{
    padding: 0px 12px;
    
}
.nav-item a{
    color: whitesmoke;
    
}
.nav-item a:hover{
    box-shadow: 0px 0px 5px whitesmoke,0px 0px 25px whitesmoke,0px 0px 50px white,0px 0px 200px white;  
    background-color: white;
    border-radius: 5px;
}
/* Main Section */
.main h1{
    text-align: center;
    margin: 8%;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 4px black;
}
.main h3{
    text-align: center;
    margin-top: 5%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    text-shadow: 2px 2px 4px black;
} 
/* Button Section */
.btn{
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
}
.btn:hover{
    box-shadow: 0px 0px 5px whitesmoke,0px 0px 25px whitesmoke,0px 0px 50px white,0px 0px 200px white;  
}
/* Hero Section */
.hero h2{
    text-align: center;
    margin-top: 5%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    text-shadow: 4px 4px 6px black;
}
.carousel h1{
    text-align: center;
    margin-top: 5%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(231, 17, 17);
    text-shadow: 4px 4px 6px black;
}
/* Footer Section */
.foot{
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
}
.foot-item a{
    color: white;
    padding-left: 15px;
}
.foot-item small{
    color: whitesmoke;
    padding-left: 830px;
    text-align: right;
    
}