/* DEFAULT THEME COLORS */ 
:root {
  --primary-accent: #000000;
  --navbar-border-top: #000000;
  --button-border: #ffffff;
  --link-focus: #4d5354;
  --form-shadow: rgba(0, 0, 0, 0.6);
  --pagination-bg: #31393b;
  --link-hover-bg: #273538;
  --navbar-focus: #d7d7d7;
;

}
/*
  :root {
  --primary-accent: #38a7bb;
  --navbar-border-top: #20616d;
  --button-border: #2a7d8c;
  --link-focus: #267280;
  --form-shadow: rgba(56, 167, 187, 0.6);
  --pagination-bg: #a7dbe5;
  --link-hover-bg: #2c8494;
  --navbar-focus: #80cbd9;

}
*/
/* BRUTALLLLIST */

body {
  color: #111;
  background: #fff;
}

h1, h2, h3, h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  /*font-family: 'Roboto Mono', 'Courier New', monospace;
  */
}
h1 {
  font-family: 'Roboto Mono', 'Courier New', monospace;
}

section {
  border: 2px solid #111;
  padding: 2rem;
  margin: 2rem 0;
  background: #f5f5f5;
}

section:hover {
  border-color: #000000;
}

/* END */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}


/* PAGES "BREADCRUMBS" HEADING IMAGE FONT */

.breadcrumb-section {
  position: relative;
}

.breadcrumb-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/boundary-forest.jpg');
  background-size: cover;
  background-position: center;
  opacity: .25; /* Adjust transparency (0 = fully transparent, 1 = fully opaque) */
  z-index:1; /* Ensures the background stays behind content */
}

.breadcrumb-text {
  line-height: 100%;
/*  */

-webkit-background-clip: text;
-webkit-text-stroke-width: 4.5px;
-webkit-text-stroke-color: #111; 
}
#heading-breadcrumbs h1 {
  color: #333333;
  text-transform: uppercase;
  font-size: 10vw;
  letter-spacing: 0.12em;
  max-width: 80vw;
  opacity: 1;
  text-align: center;
}

/* END */

/* TEXT CENTERING ON PAGE */
.partial-contact h2 {
  text-align: center;
}

/* IMAGE CENTERING */

img[src$='#center']
{
    display: block;
    margin: 0.7rem auto; /* you can replace the vertical '0.7rem' by
                            whatever floats your boat, but keep the
                            horizontal 'auto' for this to work */
    /* whatever else styles you fancy here */
    
}
img[src$='#floatleft']
{
    float:left;
    margin: 0.7rem;      /* this margin is totally up to you */
    /* whatever else styles you fancy here */
}

img[src$='#floatright']
{
    float:right;
    margin: 0.7rem;      /* this margin is totally up to you */
    /* whatever else styles you fancy here */
}

/* END */

/* CAROUSEL BACKGROUND */

.home-carousel {
  background-image: url("/images/boundary-forest.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-carousel .dark-mask {
  background: #111111;
}

/* END */

/* CALL TO ACTION */

.cta-section {
  background: #1f2a36;
  color: #ffffff;
  padding: 4rem 2rem;
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-section h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  font-weight: bold;
  text-decoration: none;
  background: #111;
  color: #fff;
  padding: 1rem 2rem;
  text-transform: uppercase;
  border: 3px solid var(--button-border);
  border-radius: 4px;
}

.cta-button:hover {
  background: var(--primary-accent);
  color: #111;
  text-decoration: none;
}

/* END */



/* NAV BAR */

.navbar a {
  padding: 0.75rem 1.5rem;
  border: 2px solid #111;
  margin-right: 0.5rem;
  text-transform: uppercase;
}

.navbar a:hover {
  background: #111;
  color: var(--primary-accent);
}


.navbar-brand img {
  max-height: 75px;
}

.navbar-header:before,
.navbar-header:after {
  height: 25px;
}

.navbar .navbar-buttons button,
.navbar .navbar-buttons a.btn,
.navbar .navbar-buttons .btn-default.navbar-toggle {
  width: 50px;
  height: 40px;
  margin-right: 20px;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

/* END */


.li .class .dropdown-menu {
  {{ $active }}
}


