/* Remove the navbar's default rounded borders and increase the bottom margin */ 
    body{
      background-color: #fff;
      
    }

    .head{
      padding-top: 2%;
      background-color: #fff;
      color: #850617;
      height: 150px;
    }

    .parkir{
      background-color: #850617; /*#1a6432*/
      border-radius: 0px;
      color: #ecf0f1;
      height: 250px;
    }

    .parkir2{
      background-color: #fff;
      border-radius: 0px;
      color: #850617;
      height: 150px;
    }

    .parkir3{
      background-color: #1a6432; /*#1a6432*/
      border-radius: 0px;
      color: #ecf0f1;
      height: 250px;
    }

    .well{
      border: 1px solid #850617;
    }

    .image{
      width: 55%;
    }

    table{
      color: #850617;
    }

    .table2{
      margin-top: 10px;
      font-size: 18px;
    }

    h1{
      margin-top: 15%;
      font-size: 100px;
    }

    .height{
      height: 90px;
      border-radius: 0px;
      background-color:  #fff;
    }

    hr {
      border-color: #2c3e50 -moz-use-text-color #2c3e50;
      border-style: solid none;
      border-width: 1px 0;
    }

    .arrow-left {
      width: 0; 
      height: 0; 
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent; 
      border-right:20px solid #850617;
      margin-bottom: 20px;
    }