

footer{
  padding-top:30px;
  min-height: 150px;
  background-color: rgb(0,0,0,0.8);
  
}

footer a, footer a:hover{
  color:white;
  font-size: 18px;
  font-weight: 500;
}

.card{
padding:30px;

}

.ddslide{
  color:white;
  display: flex;
  flex-flow: column;
  align-items: center;
  
  
}

.ddslide h4{
 display: flex;
color:yellow;
text-align: left;  
text-indent: 20px;
font-weight: 400;
}
.ddslide h2{
display: flex;
 color:pink;
text-align: left;  
}


.navbar-light .nav-link, .nav-link a{
 color: violet; 
    
    font-weight: bolder;
    box-sizing: border-box;
}
.navbar-light > .nav-link a:hover{
    color:rgb(204,0,102);
    font-weight: bolder;
    box-sizing: content-box;
}

.hed{
    height: 100Vh;
    width:100%;
    background-image: url('../img/ls1.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
section{
    min-height: 30Vh;
    width:100%;
    display: flex;
    align-items: center;
margin-top: 0px;
padding-left: 30px; 
}

.dd{
    display: flex;
    align-items: center;
    
}
section h4{
    text-indent: 20px;
    margin-bottom: 20px;
    font-weight: 200;
    
}
a{
    color: violet; 
    font-weight: 200;
}

a:hover{
    color: violet; 
    font-weight: 900;
    font-weight: bolder;
    box-sizing: border-box;
}
.active{
 font-weight: bolder;
    box-sizing: border-box;   
}
.overlay{
  position: absolute;
  display:flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(255,255,0,0.1); 
  }
 h2{
    color:rgb(204,0,102);
    font-size: 50px;
    font-weight: 500;
    margin: 30px;
    text-align: center;
 }
 .tbig h1{
    color: rgb(0,153,51);
    font-size: 80px;
    font-weight: 900;
    text-shadow: 2px 2px 10px black;

    }

   .tbig h4{
    color: brown;
    font-weight: 500;
    }

     .tbig h3{
    color: rgb(204,0,102);
    font-weight: 500;

    } 

    
    
  @media only screen and (max-width: 450px){
     .tbig h1{
        font-size: 45px;
      
        

    }
     .tbig h4 h3{
        font-size: 10px;
      
        text-align: center;
        text-shadow: 0px 0px 20px white;
    }
    .hed{
        background-size: cover;
    }
  }
  label{
        color:  rgb(204,0,102);
    font-weight: 600;
  }
  input{
    border-style: none;
    box-shadow: 0px 0px 10px lightgreen;

  }
  input:change{
    border-style: none;
    box-shadow: 0px 0px 10px red;

  }
   .btn-success{
    border-radius: 10px;
    border: 2px solid lightgreen;
    font-weight: 700;
    color:  rgb(204,0,102);
    background-color: transparent;
  }
   .btn-success:hover{
    border: 2px solid lightgreen;
    border-radius: 20px;
    background-color: lightgreen
    font-weight: 700;
    color: white;
  }
  li{
    margin-top:20px;
  }
