/*
Theme Name: WP Lalitmetal
Theme URI: http://www.lalitmetal.com
Description: Custom WP Theme for Lalit Metal
Author: Sajan Maharjan
Author URI: http://www.sajanmaharjan.com.np/
Version: 1.0
Tags: responsive, blue, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/

@import url('css/bootstrap.css');

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  /* Margin bottom by footer height */
  padding-top: 64px;
  margin-bottom: 80px;
}

#main{
  margin-bottom: 30px;
}

/* Footer
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  color: #fff;
  background-color: #2196F3;

  border-top: #ccc 1px solid;
}

.footer .container{
  padding: 15px 0px 0px 0px;
}

.footer a{
  color: #fff;
}

/* Header
-------------------------------------------------- */
.navbar > .container .navbar-brand{
  padding-top: 4px;
  font-size: 18px;
}
.navbar-brand > img{
  height: 57px;
  display: inline-block;
}

/* Welcome
-------------------------------------------------- */
.welcome{
  padding-top: 30px;
  padding-bottom: 30px;

  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}

/* Services
-------------------------------------------------- */
.services{
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-top{
  padding-bottom: 30px;

  background-color: #fafafa;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}