/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

h1, h2, h3{
  font-weight: 300;
}

h1{
  font-size: 1.8rem;
  line-height: 1.8rem;
}

h1, p, .gallery{
  margin-bottom: 25px;
}

h4{
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}

a{
  color: #0089c8;
  text-decoration: underline;
}

a.btn{
  text-decoration: none;
}

.btn-outline-primary{
  border-color: #0089c8;
  color: #0089c8;
}

.btn-outline-primary:hover, .btn:hover{
  border-color: transparent;
  color: #ffffff;
  background-color:#0089c8 !important;
}

/* HEADER
-------------------------------------------------- */

.site-header{
  position: relative;
  display: block;
  padding:3%;
}

.logo{
  width: 80%;
  height: auto;
  display: block;
}

.service-nav{
  display: block;
  text-align: center;
  float: right;
}

.service-nav a{
  text-decoration: none;
  font-size: 0.7rem;
}

.navbar-dark .navbar-toggler, .navbar-dark .navbar-toggler-icon{
  border-color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
}

/* NAVIGATION
-------------------------------------------------- */


a.nav-link {
  margin-right: 12px;
  font-size: 14px;
  text-decoration: none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-item{
  background-repeat: no-repeat;
  background-size: cover;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* WORK AREAS
-------------------------------------------------- */

.work-area-icon{
  border-radius: 15px;
}

/* PAGE CONTENT
-------------------------------------------------- */

.page-content{
  margin-top: 50px;
}

img.wp-post-image{
  width: 100%;
  height: auto;
}


.gallery-item{
  width: 32%;
  float: left;
  overflow: hidden;
  margin-right: 2px;
  margin-bottom: 2px;
}

.gallery-item img{
  width: 100%;
  min-height: 100%;
  height: auto;
}

.sideblock{
  background-color:#EFEFEF;
}

.sideblock a{
  text-decoration: none;
}

.contact-button .has-luminous-vivid-orange-background-color{
  margin: 20px 0 40px 0;
  border:1px solid #ff6900 !important;
}

.contact-button a:hover{
  color: white !important;
  text-decoration: none;
}

.contact-button .has-luminous-vivid-orange-background-color:hover{
  background-color:#ffffff !important;
  border:1px solid #ff6900 !important;
  color:#ff6900 !important;
}

/* FOOTER
-------------------------------------------------- */

.footer {
  background-color:#EFEFEF;
  padding: 80px 0;
  margin: 40px 0 0 0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .service-nav a{
    text-decoration: none;
    font-size: 1.2rem;
  }

}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 3rem;
  }
}

@media (min-width: 540px) {
  /* Small screens and larger */

  h1{
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .site-header{
    padding:5%;
  }

}

@media (min-width: 720px) {
  /* Medium screens and larger */


  .site-header{
    padding:3%;
  }

}

@media (min-width: 1200px) {
  /* Medium screens and larger */


  a.nav-link {
    margin-right: 15px;
    font-size: 16px;
  }

}
