@charset "utf-8";
   .active{color:goldenrod;
                  border-bottom: 1px solid goldenrod;}
          
  body{
      background-color:#021e2b;
     }
.bg{
			          color:#021e2b;
		    }
		     .nav-link{
			         margin-left:20px;
		           }
		 
		     
             .home{
                      width:100%;
                      height:85px;
                      background-color:#021e2b;
                      position:fixed;
                      top:0;
                      
				      
                  }
             .logo{
                      width:15%;
                      float:left; 
                      border:0px solid black; 
                  }
              li{                     
                      display:inline;
                      padding:10px;
                      margin-top:8px; 
                      color:white;
               }
             a{
                      color:white;
                      text-decoration:none;
             }
             a:hover{
                      color:lightgrey;
                      text-decoration:none;
                   }
             .list{
                      float:left; 
                      width:50%;
                      margin-top:15px;
                      margin-left:100px;
                 }  
            .homeicon{
                       width:15%;
                       color:#021e2b;
                       float:left;
                      }
             .search{
                       color:white;
                       padding:30px;
                       margin-left:30px;
                    }
             .opacity:hover{
                       opacity:0.6;
                           }
             .button{
                       background-color:white;
                       border:none;
                       border-radius:6px;
                       padding:5px 10px;
				      
                    }
             .button:hover{
                       background-color:lightgrey;
                          }
             .signin{
                       margin-top:25px;
                    }  
             
    
             .con{
                    width:100%;
                    height:500px;
         
                }     
       
             .cn{
                    width:30%;
                    float:left;
                    margin-left:20px;
        
                 }
    
            .cn1{
                    width:500px;
                    height:420px;
				    border-radius:26px;
                }
     
           .text{
                      color:white;
                     font-size:40px;
                     margin-left:280px;
                     padding-top:10px;
                }

           .add{
                   width:30%;
                   float:left;
                   margin-left:320px;
              }       
     
           .addr{
              
                    color:white;
                    font-size:30px;
               }
           .addr1{
                     color:gray;
                     font-size:20px;
                     }  
       
           .form{
                       
			           width:100%;
                       height:500px;
                       background-image:url("images/diamond1.jpg");
                       background-attachment:fixed;
                        } 
                      
                     

           .form1{
                          color:black;
                          font-size:30px;
                         }
                    
           .hr{
                       width:510px;
                           margin-left:2px;
					   background-color: white;
                          }
	
	       .error{
			             color:red;
		               }
		
	       .err{
			           color:red;
		             }
	
	        b{
		              color:white;
	                }
	   
	       .bin{
					     margin-left:15px; 
		
	                  }
                    
	      .bint{
		                  margin-left: 200px;
	                     }
                        
	
	       .footer{
			width:100%;
			background-image:url("images/footer.jpg");
			min-height:400px;
			
			background-attachment: fixed;
		}
		.foot{
			margin-top:5%; 
            margin-bottom:30px; 
			float:left;
			height:200px;
			color:white;
			line-height:20px; 
			padding-left:5%; 
		}
		.vl {
			
               border-left:3px solid #515251;
                height: 250px;
            }
		
          .footer > p{
			display:inline;
				
		}
		.footer p:hover{
			color:lightgray;
		}
		
		#suscribe{
			width:216px;
			height:45px;
			border-radius:20px;
		}
		
		.fab:hover{
			background-color:blue;
			color:white; 
		}
