
	    
	    



/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
	  background-color : #00001a ;
	
	    border: 0;
	 
    }



	
	.responsive {
     width: 100%;
    height: auto;
}
	 
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: white;
      padding: 30px;
    }

	
#contact { 
 background-color: white;
color:black; 
}



.header {
	
	
	
	background-color : #060613 ;
	
}


   .header {
        height: 100% ;
	width: 100% ;
	   text-align:center;
	    position: relative;
	   color: white;
    }


.container-fluid {
    position: relative;
    height: 100% ;
}


/* Style the button and place it in the middle of the container/image */
.header > .btn {
  position: absolute;
  top:62%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #00001a ;
  color: white;
  
 
	
}


.header > .btn > a {
 
  text-decoration:none;
}

.header > .btn > a:hover {
  background-color: white ;
  
  Color: #00001a ;
  border: 3px solid grey ;
  
}

.header> .header1 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
 
  
  
}

.header> .header2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 
}


