html,
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: url('../img/bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.navbar {
    margin-top:20px;
    
}
.navbar-default {
    padding: 0px;
    border-radius: 0px;
    border-color: transparent;
    background-color:#171795;
    color: aliceblue;
    
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  margin-top: 0px;
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar-default .navbar-brand{
    height: auto;
    padding: 0px;
  
    
}

.navbar-default .navbar-brand >a:hover {
    color: #171795; transition: color .5s linear;
}
.navbar-default  .navbar-nav >li>a {
   color:white;text-decoration: none; 
    
}

.navbar-default  .navbar-nav >li>a:hover {
    text-decoration: none;
    color: white;
    
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    height:600px;
}
.navbar .container-fluid .sosyal >li >a {
    color:#2ABBED; text-decoration: none;
    font-size: 15px;  
}
.navbar .container-fluid .sosyal >li >a:hover {
    color:#171795; text-decoration: none;
    font-size: 15px;  
}
.fa-stack-1x, .fa-stack-2x {
      line-height: inherit !important;
      
      
      }



/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}



