import 'prettyPhoto.css';
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Arimo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}
.clearfix:before, .clearfix:after { content: " "; display: table; 
}
 body {
font-family: 'Montserrat', sans-serif;
 }
  .top_bar {
  width: 100%;
  background-color: #b6be99;
}
  .top_bar a:link {
    font-weight: 500;
    color:#29553a;
  }
  header {
  height: 600px;
  padding-top:150px;
  background-image: url("../images/pic1.jpg");
}

h1 {
  color: #FFF !important;
  font-weight: lighter;
 font-family: 'Montserrat', sans-serif !important;
 font-size: 45px !important;

}

header h1 {
  color: white;
  font-size: 55px;
  font-weight: 500;
  color:#FFFFFF;
}
h2 {
  font-weight: 300 !important;
  font-size: 25px;
}
h4 {
  color: #FFFFFF !important;
  font-size: 18px;
  font-weight: lighter !important;
  line-height: 1.8em
}
a:link {
  color: #29553a !important;
}
a:active {
  color: #29553a !important;
}
.heavy {
  color:#FFF;
  font-size: 100px;

}
.bgd {
  background-color: rgba(0,0,0,0.7);
  padding: 50px 15px 15px 15px;
}
.jumbotron {
  background: url("../images/banner_2.jpg")no-repeat center;
  height: 300px;
}
.btn-unique {
  background-color: #b6be99;
  color:#000000;
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav .nav-link{
  font-weight: bold;
}
.main-service {
	width: 100%;
	background: #000000;
}
.service-box {
	border-style: solid !important;
	border-left: 0 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-color: #b2b2b2 !important;
}
.oil {
	background:url("../images/pic-2.jpg")no-repeat center fixed;
	height:auto;
	padding-top:30px;
	padding-bottom: 50px;
	color:#fff;
}