
html,

body {
 height: 100%;
 width: 100%;
 font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: #DEB887;
  border-width: 3px;
  max-width: 75px;
}
hr.light {
  border-color: whitesmoke;
}
a {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  transition: all 0.35s;
  color: white;
}
a:hover,
a:focus {
  color: indianred;
	
}

h5 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	color:grey;
	padding:3px;
	background-color: rgba(255, 255, 255, 0.5);
	
}

h7 {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	color:white;
	font-size: 14;
	
}



h1
{
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
h2 
{
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
h3
{
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
h4
{
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #D2B48C;
	padding: 70px;
	text-align: justify;
}
.bg-dark {
  background-color: black;
  color: white;
	padding: 70px;
	text-align: justify;
}
.text-faded {
  color: white;
}
section {
  padding: 100px 0;
}

.no-padding {
  padding: 0;
}


.navbar-default {
  background-color: antiquewhite;
  border-color:  #D2B48C;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: black;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
	
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: indianred;
}
.navbar-default .navbar-header .navbar-toggle {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: indianred;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: indianred!important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: black;
    border-color: navajowhite;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: navajowhite;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: navajowhite;

  }
}


header {
 
  width: 100%;
  min-height: 100px;
  background-size: cover;
 
	margin-top: 51px;
	
		
  background-image: url('../img/header.jpg');

  text-align: center;
  color: white;
}
header .header-content {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  position: relative;
  text-align: center;
  padding: 100px 10px 100px;
  width: 100%;
	 
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
	text-shadow: -0.5px -0.5px 0 peachpuff , 0.5px -0.5px 0 peachpuff, -0.5px 0.5px 0 peachpuff, 0.5px 0 peachpuff;
	background-color: rgba(0, 0, 0, 0.4) ;
	
}


@media (min-width: 760px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 80px;
  }
  header .header-content .header-content-inner p {
    font-size: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}



.service-box {
  max-width: 500px;
  margin: 60px auto 0;
	text-align: left;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0

	  	  
	  
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 5px;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: indianred;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 0.35s;

}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 5px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;

}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 0.8;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 12px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}

.btn-default {
  color: black;
  background-color: whitesmoke;
  border-color: indianred;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: indianred;
  border-color: white;
}


.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 50px;

}


a:hover {
	
	cursor: pointer;
}
