/*
Theme Name: Gas Alam
Theme URI: 
Description: Gas Alam Solusi Web Theme
Author: Nuryaqin
Author URI: http://nuryaqin.com
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 

body { 
     padding-top: 60px; 
     padding-bottom: 40px; 
     font-family: 'Open Sans', sans-serif;
}
h1 {
    padding-top: 10px; 
    padding-bottom: 30px;
    color:  #050531; 
}
h2 {
  padding-top: 10px; 
  padding-bottom: 30px;
}
h3 {
  padding-top: 5px; 
  padding-bottom: 5px;

}
p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.8em;
    font-family: 'Open Sans', sans-serif;
}
.ftitle {
  color:  #050531; 
  text-align: center;
}
.hero-unit {
    background-color: white;

}
.hero-unit .hero1{

    background-image: url('bootstrap/img/image_hero_bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.hero-unit h1 {
    width: 50%;
    color:  #091E51 ; 
    line-height: 75px;
}
.hero-unit p {
    width: 50%;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.navbar-inner {
    background-color: #ffffff;
    background-image: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    padding-top: 15px;
}
.navbar .brand {
    color: #050531;
    font-weight: bolder;
    font-size: 24px;
  }
  .navbar .nav > li {
    display: block;
    float: left;
  }
  .navbar .nav > li {
    display: block;
    float: left;
  }
  .navbar .nav > li > a {
    float: none;
    padding: 10px 30px 11px;
    line-height: 19px;
    color: #050531 ;
    text-decoration: none;
    text-shadow: none;
    font-size: 16px;
  }
  .navbar .nav > li > a:hover {
    background-color: transparent;
    color:  #79c40f; 
    text-decoration: none;
  }
  .btn-primary {
    background-image: none;
    background-color: #0987C6;
    border: none;
  }

  .process {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    padding: 15px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #ecebeb;
  }
  .process hr {
    margin: 1.5rem 0;
  }
  .process .title {
    margin: 0.5rem 0;
    letter-spacing: .1rem;
    text-align: center;
  }
  .process .title h3{
    font-size: 1.2rem;
    font-weight: bolder;
    color: orangered;
  }
  .process ul li {
    margin-bottom: 1rem;
  }
  .bg1{
    border-radius: 1rem;
    padding: 10px;
  }
  .bg2{
    
  }
  