body{
  /*  background-image:url(images/BG128.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;
    background-color:silver;*/
}
.change-nav {
    padding: 10px 20px;
    background:linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,red 100%)!important;
    
    
}
.change-nav ul .dropdown {
     background:linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,red 100%)!important;
    
}
.change-nav ul li a {
    color: #fff!important;
    font-size: 20px
}
.change-nav ul li a:hover {
    background: #fff!important; 
    color: #000!important;
    border-radius: 4px;
}
.change-nav a{
      color: #fff!important;
    font-size: 40px;
    text-align:left;

}
.col-sm-3{
    
}
.col-sm-8 {
    padding: 50px;
    background: rgba(219, 254, 248,0.6);
    border-radius: 10px;
    color:#000;
}
footer .well{
    background: transparent;
    color: black;
    border: 0px;
}
footer .well p {
    font-size: 18px;
     
    padding: 10px;
    display: inline-block
}

body {  
    font-family: Arial;  
}  
 
.button {  
    background-color: #4CAF50;   
    border: none;  
    color: white;  
    padding: 15px 32px;  
    
    text-decoration: none;  
    display: inline-block;  
    font-size: 14px;  
    margin: 4px 2px;  
    cursor: pointer;  
}    
.button4 {border-radius: 14px;text-align:center; }    
.textbox {  
    border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 25px;  
    padding: 0px 10px;  
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);  
    font-family: 'Georgia', Georgia;  
    text-indent: 10px; 
    background: #228B22!important;  
    color:white;    
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);  
    font-size: 12px;  
    width: 160px;
    }  
 .textbox:focus {  
    box-shadow: 0 5px 0 red, inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.15);  
    outline: none;      
    background: #80ff00!important;  
    background: #80ff00!important;  
    color:black; 
    outline: solid 1px yellow;  
}  