body {
	font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
  background-color: #fff;
}
h1, h2, h3, h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
}
button.btn {
	border-radius: 2px !important;
}

#myLogo {
  height: 40px;
  margin-top: -8px;
}
.navbar-text {
  color: #FFC000 !important;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 12px 0 0 0;
  text-shadow: 0px 1px rgba(0,0,0,1);
}

h2.title1 {
  border: 3px solid #444;
  border-radius: 0px;
}
h2.title2 {
  border: 2px solid #FFC000;
}
h2.title3 {
  border: 2px solid #ddd;
}
h2.title1, h2.title2, h2.title3 {
  display: inline-block;
  padding: 24px 32px;
  margin-bottom: 80px !important;
}

.intro-section {
  color: #eee;
  font-weight: 300;
  height: auto;
  margin-top: 54px;
}
.about-section {
  height: auto;
  text-align: justify;
}
.about-section .col-md-6 {
  padding: 20px 20px;
}
.services-section {
  color: #ddd;
  height: auto;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0,0,0,1);
}
.services-section .col-lg-12 {
  font-weight: 300;
}
.work-section {
  height: auto;
  text-align: center;
  background-color: #ddd;
}
.work-section2 {
  height: auto;
  text-align: center;
  font-size: 14px;
  margin: 120px 0 100px 0;
  }
.work-section2 p {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 28px 0px;
  margin-bottom: 26px;
}
.contact-section {
  height: auto;
  text-align: center;
  background-color: #FFC000;
}
.contact-section .col-lg-12 {
  font-weight: 400;
}
.contact2-section {
  height: auto;
  text-align: center;
}

.about-section h2, .services-section h2, .work-section h2, .contact-section h2, .contact2-section h2 {
  text-align: center;
  margin: 30px 0;
}
.about-section .col-lg-12, .services-section .col-lg-12, .work-section .col-lg-12, .contact-section .col-lg-12, .contact2-section .col-lg-12 {
  padding: 50px 24px;
  margin-bottom: 25px;
}

.viewbox-header {
  font-size: 12px;
}

.owl-carousel {
  max-width: 760px;
}
.owl-item h2 {
  display: inline-block;
  position: relative;
  border: 2px solid #ccc;
  max-width: 760px;
  padding: 18px 30px;
  margin-bottom: 80px;
}
.owl-item p {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  color: #ccc;
  text-align: center;
}

.masking {
  background-color: rgba(105,79,0,0.85);
  height: auto;
  min-height: 600px;
}
.container-fluid {
  padding: 0;
  margin: 0;
}
.thumbnail {
  max-width: 160px;
  border: none;
  border-radius: 2px;
}
.thumbnail:hover {
  border: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.5);
  transition: .3s ease;
}

.Gmap iframe {
  height: 400px;
  width: 100%;
}
.hrLine {
  border-color: #ccc;
}