.nav{
    margin-right: 10px;
    text-decoration: none;
    color:black;
    margin-top: 3px;
}
.logo{
    margin-right: 5px;
}
.navbar-brand{
    font-weight: bold;
}
.background{
   position: relative;
   background-image:url("../img/bg.png");
   background-size:cover ;
   height: 350px;
   background-repeat: no-repeat;
   background-position: center center;
   
}
#t-1{
 background-color: rgb(0,0,0,0.5);
 color:white ;
   font-weight: bold;
   text-align: left;
   padding-left: 30px;
   padding-top: 50px;
   font-size: 35px;
 position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

}
.l1{
    text-align: center;
    font-style: italic;
    color: black;
}
.l2{
    text-align: center;
    font-weight: bold;
    color: black;
}



