body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight:bold;
    margin-bottom: 30px;
  }
  .about{
    padding-top: 15vmin;
    padding-bottom: 15vmin;
  }  
  .jumbotron{
    background-color: #2d1f48;
    color: #fff;
    padding: 100px 25px;
    font-family: 'Montserrat', sans-serif;
  }
  .container-fluid{
    padding: 60px 50px;
  }
  .values{
    width: 100%;
    height: 3%;
    background-color:#2D1F48;
  
  }
  .ethics{
    width: 100%;
    height: 390px;
    background-color: #fff;
    box-shadow: 0px 0px 20px black;
    border-radius: 15px;

  }
  .potency{
    width: 100%;
    height: 390px;
    background-color: #fff;
    box-shadow: 0px 0px 20px black;
    border-radius: 15px;
    
  }
  .mission{
    width: 100%;
    height: 390px;
    background-color: #fff;
    box-shadow: 0px 0px 20px black;
    border-radius: 15px;
    
  }
  .icon-box{
    border-radius: 15px;
    float: left;
    width: 70px;
    height: 50px;
    background-image: linear-gradient(to bottom right, #4683B9,#2D1F48);
    margin-top: -30px;
    margin-left: 150px;
    padding-top: 7px;
    z-index: 2;
    text-align: center;
  }
  .serv-con{
    height: 100%;
  }
  h3{
    text-align: left;
    padding-left: 17px;
    padding-top: 9vmin;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .area-1{
    background-color: white;
    margin-top: 20px;
    border-left: 20px solid #2D1F48;
  }
  .area-2{
    background-color: white;
    margin-top: 20px;
  }
  .area-3{
    background-color: white;
    margin-top: 20px;
  } 
  .carousel-indicators li {
    border-color: #4683B9;
  }
  .item h4 {
    font-size: 21px;
    line-height: 1.375em;
    font-weight: bold;
    margin: 70px 0;
  }
  .item span {
    font-size:15px;
    font-weight: lighter;
  }
  .navbar {
    margin-bottom: 0;
    z-index: 9999;
    border: 0;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;

  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: gainsboro !important;
    background-color: #2d1f48!important;
    text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  .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: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }
  #product{
    width: 100%;
    height: 100%;
    background-color: #2D1F48;
  }
  .prod{
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    margin-bottom: 3%;
  }
.text-white{
  font-size: 15px;
  color: white;
}
.text-white a:hover{
  color: #4683B9;
  text-decoration: none;
  }
.footer-tag{
  color: #4683B9;
}
.footer-tag a:hover{
  color: #7fb737;
}
section ul li{
  display: inline;
}