/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */


body {
   font-family: 'Lato';
   background-color: #000000 !important;
   color: #ffffff !important;
   margin:0;
   padding:0;
}

header {
  padding: 100px 0 100px;
  background-color: #ffffff !important;
  color: #000000 !important;
}

h1 {
    color: #000000 !important;
    font-family: 'Cabin', serif;
    font-size: 300%;
    font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

h2 {
    color: #ededed !important;
    font-family: 'Lato';
    font-size: 100%;
    font-weight: bolder;
}

h3 {
  color: #ededed !important;
  font-family: 'Cabin', serif;
  font-size: 275%;
  font-weight: bold;
}

h4 {
  color: #ffffff !important;
  font-family: 'Lato', serif;
  font-size: 175%;
  font-weight: bold;
}

h5 {
  font-family: 'Gochi Hand', serif;
}

strong {
    color: white;
}

/* media query when the media is wider than 992px */
@media (min-width: 992px) {
  header {
    padding: 50px 0 100px;
  }
}

.portfolio-item {
  margin-bottom: 30px;
}

section {
  padding: 60px 0;
}

a {
  color: #253031 !important;
  font-weight: bold;
  font-size: 100%;
  font-family: 'Lato';
}

a:hover {
  text-decoration: none;
  color: #000000 !important;
}

/* bg-light for header, footer, and home */

.bg-light {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* bg-dark for Operations / Information Technology */

.bg-dark {
    background-color: #253031 !important;
    color: #ededed !important;
}

/* bg-primary for Consulting & Agriculture */

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

/* bg-secondary for Services & Landscaping */

.bg-secondary {
    background-color: #005b54 !important;
    color: #ededed !important;
}

/* bg-danger for Design */

.bg-danger {
    background-color: #542344 !important;
    color: #ededed !important;
}


.navbar-dark .navbar-brand .nav-link {
    color: #253031 !important;
}

.navbar-toggler {
    background-color: #253031 !important;
}

/* parallax basic style rules */

.parallax-consulting {
     background-image: url("../images/parallax/cows.jpg");

     /* Set a specific height */
     height: 150px;

     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.parallax-services {
     background-image: url("../images/parallax/basil.jpg");

     /* Set a specific height */
     height: 150px;

     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.parallax-operations {
     background-image: url("../images/parallax/chipboard.jpg");

     /* Set a specific height */
     height: 150px;

     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.parallax-design {
     background-image: url("../images/parallax/inkbloom.jpg");

     /* Set a specific height */
     height: 150px;

     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
