/* You can add global styles to this file, and also import other style files */
/*@import '~bootstrap/dist/css/bootstrap.min.css';
@import '~font-awesome/css/font-awesome.css';*/

/* header {
    height:100vh;
    min-height:400px;
    background-size:cover;
    background-image:url('https://images.unsplash.com/photo-1470434151738-dc5f4474c239?dpr=1&auto=format&crop=entropy&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb');
  } */

  .NavText{
    color:white;
}

/*#navigationHome2, .navbar .navbar-default {
    background-image: url("Home3.jpg");
    background: url('Home3.jpg');
    background-image: url("h1.gif");
    background: url('h1.gif');
    background: linear-gradient(0deg, rgba(0, 118, 206, 0.5), rgba(0, 118, 206, 0.5)), url("Home7.jpg");
    background-position: center;  Center the image 
    background-repeat: no-repeat;  Do not repeat the image 
    background-size: cover;  Resize the background image to cover the entire container 
    background-color: #cccccc;
    background-image: linear-gradient(red, yellow);
}*/


/*#navigationHome, .navbar .navbar-default {
    background-image: url("tank5.jpg");
    background: url('tank5.jpg');
    background-position: center;  Center the image 
    background-repeat: no-repeat;  Do not repeat the image 
    background-size: cover;  Resize the background image to cover the entire container 
    background-color: #cccccc;
    background-image: linear-gradient(red, yellow);
}*/

#navigationHome, .navbar .navbar-default {
    
    /*
    background-repeat: no-repeat; 
    background-size: cover;  
    background-color: #a4a4d1;
    background-image: linear-gradient(#6a9df7, #a4a4d1);*/

        /*background-position: center;*/
    background-color: #a4a4d1;
    /*background-image: linear-gradient(#6a9df7, #a4a4d1);*/
    /*background-image: url('home7.jpg'),linear-gradient(#6a9df7, #a4a4d1);*/
    /*background: linear-gradient(rgba(9,47,105,.5),rgba(9,47,105,.5)), url('home7.jpg');*/
    /*background-position: right top;*/
    background-position: center;   
    background-size: cover;
    background-repeat: no-repeat;
    /*animation: breath 64s linear infinite;*/
}

 

#vizag {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: red;
    background-image: linear-gradient(#b6ff00, #ff0000);
}
/*.test{
  background-image: url("Home3.jpg");
  background: url('Home3.jpg');
}*/