.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #0695d6;
    color: white;
     
    
}
.navbar.navbar-default {
  border: none;
 
 }

.navbar-default .nav>li>a {
    color: #0695d6;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 22px;
    text-transform: uppercase;
    font-weight: bold;
}


.row > a:hover, .navbar-default .row> a:focus {
    background-color: #0695d6;
    color: white;
    
}
.nav a{
font-size: 17px;

        }
        
.navbar {
           background-color: white;
 }
     
.navbar .container-fluid>.navbar-header {
  float: left;
  margin-right: 10px;
}
.navbar .navbar-nav {
  float: left;
  margin: 5px;
}
.nav>li {
  float: left;
}
 .navbar-brand img {
        position: absolute;
        top: 0px;
    }
 #arbec.navbar-default {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 1);
    border-width: 0px;
    border-radius: 0px;
}



.mij {
    position: relative;
    background: #000 url("../img/minjum2.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    color: white;
}

.animated {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.mij .bg-overlay {
    height: 800px;
    background: rgba(0,0,0,0);
}
.mij:hover .bg-overlay {
    height: 800px;
    background: rgba(0,0,0,0.5);
}


.logos {
  filter: gray; 
  filter: grayscale(1); 
  -webkit-filter: grayscale(1); 
}

.logos:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
