.navbar-nav > li{
   margin-right:0px;
   font-size: 14px;
   padding:0px;
  }
  nav a{
    color: black;
    display: block;
  }
  nav a:hover{
    color: red;
  }
  .navbar {
    min-height: 5px;
  }
  .navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left:30px;
}
    .navbar-nav{
    font-size: 14px;
}


 /*Footer*/
 footer {  
    background: rgb(243, 243, 243);  
    color: rgb(17, 14, 14);  
    margin-top:100px;  
 }  
 footer a {  
   color: rgb(14, 13, 13);  
   font-size: 14px;  
   transition-duration: 0.2s;  
 }  
 footer a:hover {  
   color: #FA944B;  
   text-decoration: none;  
 }  
 .copy {  
   font-size: 12px;  
   padding: 10px;  
   border-top: 1px solid #FFFFFF;  
 }  
 .footer-middle {  
   padding-top: 2em;  
   color: rgb(0, 0, 0);  
 }  
 ul.social-network {  
   list-style: none;  
   display: inline;  
   margin-left: 0 !important;  
   padding: 0;  
 }  
 ul.social-network li {  
   display: inline;  
   margin: 0 5px;  
 }  
   
    .social-network a.icoFacebook:hover {  
   background-color: #3B5998;  
 }  
    .social-network a.icoLinkedin:hover {  
   background-color: #007bb7;  
 }  
 .social-network a.icoFacebook:hover i  
 {  
   color: rgb(12, 9, 9);  
 }  
 .social-network a.icoLinkedin:hover i {  
   color: #fff;  
 }  
 .social-network a.socialIcon:hover {  
   color: #44BCDD;  
 }  
 .socialHoverClass {  
   color: #44BCDD;  
 }  
 .social-circle li a {  
   display: inline-block;  
   position: relative;  
   margin: 0 auto 0 auto;  
   -moz-border-radius: 50%;  
   -webkit-border-radius: 50%;  
   border-radius: 50%;  
   text-align: center;  
   width: 30px;  
   height: 30px;  
   font-size: 15px;  
 }  
 .social-circle li i {  
   margin: 0;  
   line-height: 30px;  
   text-align: center;  
 }  
 .social-circle li a:hover i  
 {  
   -moz-transform: rotate(360deg);  
   -webkit-transform: rotate(360deg);  
   -ms--transform: rotate(360deg);  
   transform: rotate(360deg);  
   -webkit-transition: all 0.2s;  
   -moz-transition: all 0.2s;  
   -o-transition: all 0.2s;  
   -ms-transition: all 0.2s;  
   transition: all 0.2s;  
 }  
 .triggeredHover {  
   -moz-transform: rotate(360deg);  
   -webkit-transform: rotate(360deg);  
   -ms--transform: rotate(360deg);  
   transform: rotate(360deg);  
   -webkit-transition: all 0.2s;  
   -moz-transition: all 0.2s;  
   -o-transition: all 0.2s;  
   -ms-transition: all 0.2s;  
   transition: all 0.2s;  
 }  
 .social-circle i {  
   color: #595959;  
   -webkit-transition: all 0.8s;  
   -moz-transition: all 0.8s;  
   -o-transition: all 0.8s;  
   -ms-transition: all 0.8s;  
   transition: all 0.8s;  
 }  
 .social-network a {  
   background-color: #F9F9F9;  
 }  
 .social-network a:hover {  
 background: #ff304d;  
 }  
 /* div#footer{clear:left;width:100%} */

  /*Wave*/
  .container-fluid {
    padding: 10px 10px;
  }
  .bg-grey {
    background-color:  rgba(180, 183, 185, 1);
  }
  .navbar {
    margin-bottom: 0;
    background: linear-gradient(90deg, rgba(149, 159, 167, 1) var(--gradient-percent), rgb(232, 235, 236) 100%);
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 0px;
    border-radius: 0;
  }
  .navbar li a, .navbar .navbar-brand {
    color: rgb(0, 0, 0) !important;
  }
  .navbar-nav li a:hover, .navbar-nav active a {
    color:  #f4511e;
    background-color: rgba(196, 199, 201, 0.8)
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: rgba(196, 199, 201, 0.8)
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 10px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 600px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 600px) {
    .logo {
      font-size: 150px;
    }
  }
  :root {
    --gradient-percent: 0%;
  
  }
  .header {
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, rgba(149, 159, 167, 1) var(--gradient-percent), rgb(232, 235, 236) 100%);
    /* color: white; */
  }
 
  .inner-header {
    height: 300px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .flex {
    /*Flexbox for containers*/
    display: flex;
    height: 200px;
    align-items: center;
    text-align: center;
   
  }
  .waves {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: -10px;
    min-height: 100px;
    max-height: 13px;
  }
  .content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
  }
  /* Animation */
  .parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
  }
 .parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 5s; 
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 8s;  
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 11s;  
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 15s; 
}
  @keyframes move-forever {
    0% {
      transform: translate3d(-90px, 0, 0);
    }
    100% {
      transform: translate3d(85px, 0, 0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 600px) {
    .waves {
      height: 40px;
      min-height: 40px;
    }
    .content {
      height: 30vh;
    }
    h1 {
      font-size: 24px;
    }
  }
  


