
  body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #000000;   
  }

  h2 {
      font-size: 24px;
      color: #008ae6;
      font-weight: 600;
      margin-bottom: 10px;
  }

  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #008ae6;
      font-weight: 400;
      margin-bottom: 10px;
  }


  .bg-grey {
      background-image: url("acm-students.jpg");
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      text-align: center;
  }

  .logo-small {
      color: #800000;
      font-size: 50px;
  }

  .logo {
      color: #008ae6;
      font-size: 150px;
  }

  .carousel-control.right, .carousel-control.left {
      color: #008ae6;
  }

  .carousel-indicators li {
      border-color: #008ae6;
  }

  .carousel-indicators li.active {
      background-color: #008ae6;
  }


  .item span {
      font-style: normal;
  }
 

  .navbar {
      margin-bottom:0px;
      background-image: url("acm_chapter_banner.jpg");
      z-index: 9999;
      border: 0px;
      font-size: 16px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 2px;
      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: #008ae6 !important;
      background-color: #fff !important;
  }

  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }

  
   footer .h4 {
    text-align: center;
    color:white;
    
   }

  footer {
    padding-right:100px; 
    padding-left:100px;
    color: white;
    background: #000000 url("banner_f.jpg") no-repeat;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1.5px;

  }

  

  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: left;
      margin: 25px 0;
    }
    .btn-lg {
        width: 50%;
        margin-bottom: 35px;
    }
  }

  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }

    .courosel-caption{
      padding-top: 120px;
    }

    .hero-text{
      padding-top: 400px;

    }
  }
    
  html {
    box-sizing: border-box;
  }

  *, *:before, *:after {
    box-sizing: inherit;
  }

  .column {
    float: left;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;
  }

  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .container {
    padding: 0 16px;
  }

  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .title {
    color: grey;
  }
