/*
 * Globals
 */

 #map {
  height: 600px;
}

.container-fluid {
  padding: 0;
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #eb671b;
}


/*
 * Base structure
 */

body, html {
  height: 100%;
}

body {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering; optimizelegibility;
}

#bg {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/home-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}

.masthead, .servhead, .claimhead, .contacthead{
  position: relative;
  background-color: #eb671b;
  background-size: auto auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  margin-top: 5rem;
}

/*
 * Intro
 */

.jumbotron {
  background-color: transparent;
  padding-top: 150px;
  margin-top: 4.3rem;
  margin-bottom: 0;
}

.intro {
  font-size: 1.5rem;
}

.bg-primary {
  background-color: #eb671b !important;
}

.bg-secondary {
  background-color: #6f6f6e !important;
}


/* About */

.masthead {
  background:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.features, .team {
  padding-top: 7rem;
  padding-bottom: 7rem;
  color: #6f6f6e;
}

.features-header {
  color: #eb671b;
}

.modal-title {
  color: #eb671b;
}

.modal-body {
  color: #6f6f6e;
}

.team {
  padding-bottom: 3rem;
}

/* Services */

.servhead {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/services-bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.showcase {
  color: #6f6f6e;
}

.showcase-img {
  min-height: 30rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center top;
}


.showcase-text {
  padding: 5rem !important;
}

@media only screen and (max-width: 767px) {
.showcase-text {
  padding: 2rem !important;
}
.showcase-img {
  min-height: 20rem;
}
}

.card-header {
  font-size: 1.25rem;
}

/* Claims */

.claimhead {
  background:  linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/claims-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*
 * Footer
 */
.mastfoot {
  background-color: #6f6f6e;
  padding: 2rem 0 3rem 0;
}
