:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  /* --bs-secondary-rgb: 108, 117, 125; */
  --bs-secondary-rgb: 11, 51, 45;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: inter-variable, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.25rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  /* --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239; */
  --bs-secondary-color: rgba(11, 51, 45, 1);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 11, 51, 45;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;

  --color-surface-white: #ffffff;
  --color-just-black: #000000;
  --in-out-quart: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  /* --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64; */
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 11, 51, 45;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: legitima, serif;
font-weight: 500;
font-style: normal;

}


.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/madisonave-wallst-bg-blur-green.jpg');
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
}

.brick-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/brick-bg.jpg');
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
}

.microcap-review-background {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/microcap-review-magazine-bg.jpg');
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
}

.contact-us-background {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/contact-us-bg.jpg');
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
}

.text-orange {
  color: #faa650;
}
.orangeme, .orangeme:focus, .orangeme:hover {
  color: #faa650;
}

.nav-icon {
  font-size: var(--bs-nav-link-font-size);
  position:relative;
  top:2px;
  font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 48;
}

.street-sign {
  font-weight:600;
  border: 2px solid white;
  background-color: #0b332d;
  padding:5px;
  padding-left: 10px;
  padding-right: 10px;

}

.sup-sign {
  top:-.25em;
}

.h2sign {
  font-family:var(--bs-font-sans-serif)
}

.btn-orange {
  background-color:#faa650;
  border-color: #faa650;
}


/* Animated Contact Button */
button {
  color: currentColor;
}

.button {
    align-items: center;
    background: 0 0;
    border: none;
    border-radius: 6.25rem;
    color: var(--color-surface-white);
    cursor: pointer;
    display: inline-flex;
    /* font-size: 1.2rem; */
    font-weight: 600;
    gap: 0.363636em;
    justify-content: center;
    letter-spacing: -0.01em;
    line-height: 1.04545;
    overflow: hidden;
    padding: 0.6rem 1rem;
    position: relative;
    text-decoration: none;
    word-break: break-word;
    text-decoration: none;
}

@media (hover: hover) {
  .button.button--stroke:hover {
    color: var(--color-just-black);
    text-decoration: none;
  }
}

.button--stroke:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button--stroke:after {
  border: 0.075rem solid var(--color-surface-white);
  border-radius: 6.25rem;
  content: "";
  pointer-events: none;
}

.button__label {
  position: relative;
  text-align: center;
  transition: color 50ms var(--ease-in-out-quart);
}

.button--stroke:hover .button__label {
  transition: color 0.15s var(--ease-in-out-quart);
}

.button__flair {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.button--stroke .button__flair {
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
}

.button__flair:before {
  aspect-ratio: 1/1;
  background-color: #faa650;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 170%;
}

/* Custom Toggle GSAP */

.custom-toggler {
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    padding: 0;
    color:white;
    box-shadow:none!important;
}

.line {
    display: block;
    width: 100%; /* Add this */
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.navbar-toggler.custom-toggler {
    z-index: 1000;
    position: relative;
}
/* .custom-toggler {
    background-color: rgba(255, 255, 255, 0.1); 
} */

.line {
    transform: translateZ(0);
}


/* 
.img-trans {
  transition: transform 0.4s ease;
}
.img-trans:hover {
  transform: scale(1.05);
} */


.slideshow-container-news {
    position: relative;
    
    width: 75%;
    max-width: 100%;
    overflow: hidden;
    
    height:400px;
    margin:auto;
}

.slide-news {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide-news img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    /* .slideshow-container-news {
        height: auto;
    } */

    .slide-news img {
        width: 100%;
        height: auto;
    }
}

.slideshow-container {
  width: 100%;
  overflow: hidden;     /* Hide overflow to create the “viewport” */
  position: relative;
}

.slideshow-container .track {
  display: flex;
  will-change: transform;
  gap: 2rem;
}
.slideshow-container .track > * {
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.slideshow-container a {
  display: flex;
}

.slideshow-container .slide {
  flex: 0 0 48%;        /* 2 items visible */
  text-decoration: none;
}

.slideshow-container .slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional: consistent height with cropping (uncomment if desired)
.slideshow-container .slide img {
  height: 220px;
  object-fit: cover;
}
*/

/* Respect reduced motion (stop auto-advance) */
@media (prefers-reduced-motion: reduce) {
  .slideshow-container .track {
    transition: none !important;
  }
}

.swiper {
  width: 100%;
  height: auto;
}

/* .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrapper-side {
      position: absolute;
      top: 0;
      left: 0;
  }

  .swiper-side {
      height: 780px;
  }

  .swiper-slide-side img {
      height: auto;
  } */


  /*Preloader */

  #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #09332d;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader {
  border: 8px solid #ffffff;
  border-top: 8px solid #faa650;;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.card-services {
    background-color: #0b332d;
    border: 2px solid #faa650;
    padding: 3rem;
    min-height:700px;
}

.services-li {
  font-family: var(--bs-font-sans-serif);
}


 ul.custom-marker li::marker {
    color: #faa650; /* Change this to any color you want */
    content: "■ "; /* Unicode for a solid square */
    font-size:.6rem;
  }



  ul.custom-marker {
    padding-left: 0; /* Remove default padding */
    list-style: none; /* Remove default bullets */
  }

  ul.custom-marker li {
    display: flex;
    align-items: flex-start; /* Vertically center content */
  }

  ul.custom-marker li::before {
    content: "■";
    color: #faa650;
    font-size: 0.6em; /* Smaller square */
    margin-right: 0.5em; /* Space between square and text */
    line-height: 1; /* Helps with vertical alignment */
    position:relative;
    top:8px;
  }

.get-in-touch-form {
  background-color:#0b332d;
}

.footer {
  background-color:#0b332d;
}

/* .footer-logo {
  width: 20px;
} */
.contact-h1 {
line-height:.6; 
font-size:6rem;
}

.contact-h2 {
letter-spacing: 3.4px; 
font-size:2.5rem;
}

.about-h1 {
  line-height:.6; 
  font-size:6rem;
}

.about-h2 {
  letter-spacing: 3.4px; 
  font-size:2.5rem;
}
.about-kraft-div {
  margin-top:2rem!important;
}

.main-kraft {
  line-height:.6; 
  font-size:6rem;
}

.main-consulting {
  letter-spacing: 3.4px; 
  font-size:2.5rem;
}
.about-kraft {
 font-size:3rem;
}
.about-consulting {
 font-size:1rem;
}

.main-microcap {
  line-height:.8; 
  font-size:3rem;
}

.main-magazine {
  letter-spacing: 3.4px; 
  font-size:2.0rem;
}

.main-marketing {
  line-height:.8; 
  font-size:3.5rem;
}

.main-marketing-kraft {
  letter-spacing: 3.4px; 
  font-size:1.2rem;
}

.main-contact-us-how {
  line-height:.8; 
  font-size:3.5rem;
}

.main-contact-us-help {
  letter-spacing: 3.4px; 
  font-size:1.2rem;
}

.mad-wal-text {
  font-size:.9rem;
  margin-top:2rem!important;
  font-weight:200;
}

.showcase-h1 {
line-height:.6; 
font-size:2.8rem;
}

.showcase-h2 {
letter-spacing: 3.4px; 
font-size:1rem;
}

.services-h1 {
line-height:1; 
font-size:1.9rem;
}

.services-h2 {
letter-spacing: 3.4px; 
font-size:1rem;
}

.news-h1 {
line-height:.6; 
font-size:3rem;
}

.news-h2 {
letter-spacing: 3.4px; 
font-size:1.1rem;
}

/* Bricks */
.brick-solutions {
  background:rgba(255,255,255,0.3);
  padding-top:3px;
  padding-left:3px;
  padding-right:3px;
  border-radius:3px;
}
.hold {
  display: flex;
  justify-content: space-between;
  flex: none;
  align-items: center;
  padding-bottom: 2px;
}

.box-link {
  text-decoration: none;
  color:white;
}

.box1 {
  display: flex;
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.6), 0px 5px 15px rgba(0, 0, 0, 0.8);
  /* outline: 5px solid rgba(255, 255, 255, 0.3); */
  text-decoration: none;
  color:white;
  border-radius:3px;
  background:
    linear-gradient(rgba(11,51,45,0.0), rgba(11,51,45,0.7)), /* color overlay */
    url('../img/brick-texture-1.jpg');                                /* texture image */
  background-size: cover; /* ensures the texture covers the box */
  background-repeat: no-repeat;
  height: 50px;
  margin: auto 1px;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically */
  padding: 3px;

  -moz-transition: ease-out 0.3s flex;
  -o-transition: ease-out 0.3s flex;
  -webkit-transition: ease-out 0.3s flex;
  transition: ease-out 0.3s flex;
}

.box1 {
  position: relative;
  overflow: hidden;
}

.box1::before {
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.6), 0px 5px 15px rgba(0, 0, 0, 0.8);
  /* outline: 5px solid rgba(255, 255, 255, 0.3); */
  border-radius:3px;
  content: "";
  position: absolute;
  inset: 0;
  background:  linear-gradient(rgba(11,51,45,0.0), rgba(11,51,45,0.7)),url('../img/brick-texture-1.jpg') no-repeat center/cover;
  transform-origin: center;
  z-index: -1;
}

.box1:nth-child(1)::before { transform: scaleX(1); }
.box1:nth-child(2)::before { transform: scaleX(-1); } /* horizontal flip */
.box1:nth-child(3)::before { transform: scaleY(-1); } /* vertical flip */

.box1:hover::before {
  background: rgba(250,166,80);
}

.box1:hover, .box2:hover, .box3:hover, .box4:hover {
  /* flex: 3; */
  height:50px;
   /* background:
    linear-gradient(rgba(250,166,80,0.7), rgba(250,166,80,0.7)),
    url('../img/brick-texture-1.jpg');  */                              
  background: rgba(250,166,80);
}

.box2 {
  display: flex;
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.6), 0px 5px 15px rgba(0, 0, 0, 0.8);
  /* outline: 5px solid rgba(255, 255, 255, 0.3); */
  text-decoration: none;
  color:white;
  border-radius:3px;
  background:
    linear-gradient(rgba(11,51,45,0.0), rgba(11,51,45,0.7)), /* color overlay */
    url('../img/brick-texture-3.jpg');                                /* texture image */
  background-size: cover; /* ensures the texture covers the box */
  background-repeat: no-repeat;
  height: 50px;
  margin: auto 1px;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically */
  padding: 3px;
  -moz-transition: ease-out 0.3s flex;
  -o-transition: ease-out 0.3s flex;
  -webkit-transition: ease-out 0.3s flex;
  transition: ease-out 0.3s flex;
}

.box2 {
  position: relative;
  overflow: hidden;
}

.box2::before {
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.6), 0px 5px 15px rgba(0, 0, 0, 0.8);
  /* outline: 5px solid rgba(255, 255, 255, 0.3); */
  border-radius:3px;
  content: "";
  position: absolute;
  inset: 0;
  background:  linear-gradient(rgba(11,51,45,0.0), rgba(11,51,45,0.7)),url('../img/brick-texture-3.jpg') no-repeat center/cover;
  transform-origin: center;
  z-index: -1;
}

.box2:nth-child(1)::before { transform: scaleX(1); }
.box2:nth-child(2)::before { transform: scaleX(-1); } /* horizontal flip */
.box2:nth-child(3)::before { transform: scaleY(-1); } /* vertical flip */

.box2:hover::before {
  background: rgba(250,166,80);
}

/* .grow-up {
  height: 100px;
  transform-origin: bottom;
  transition: transform 0.3s ease;
  background-color: lightgreen;
}

.grow-up:hover {
  transform: scaleY(1.5); 
}
.brick-text:hover {
  
transform: scaleY(0.6667); 
  transform-origin: bottom;

} */
.box1:first-child, .box2:first-child {
  margin-left: 0;
}
.box1:last-child, .box2:last-child {
  margin-right: 0;
}

.box1 {
  flex: 1;
}

.box2 {
  flex: 1;
}
.box2:nth-child(2n) {
  flex: 2;
}
.brick-text {
  font-size: .7rem;
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query needed since this is the default */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .example {
    font-size: 14px;
  }
  
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .brick-text {
    font-size:1.5rem;
  }
  .brick-solutions {
  /* background:white;  */
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
}
.hold {
  display: flex;
  justify-content: space-between;
  flex: none;
  align-items: center;
  padding-bottom: 10px;
}

.box1, .box2, .box3, .box4 {
  display: flex;
  height: 100px;
  margin: auto 5px;
  justify-content: center; /* centers horizontally */
  align-items: center;     /* centers vertically */
  padding: 5px;
  -moz-transition: ease-out 0.3s flex;
  -o-transition: ease-out 0.3s flex;
  -webkit-transition: ease-out 0.3s flex;
  transition: ease-out 0.3s flex;
}

.box1:hover, .box2:hover, .box3:hover, .box4:hover {
  /* flex: 3; */
  height:100px;
}
  .contact-h1 {
line-height:.6; 
font-size:8rem;
}

.contact-h2 {
letter-spacing: 3.4px; 
font-size:5.3rem;
}
.about-h1 {
  line-height:.6; 
  font-size:12rem;
}

.about-h2 {
  letter-spacing: 3.4px; 
  font-size:5.3rem;
}

.showcase-h1 {
line-height:.6; 
font-size:5rem;
}

.showcase-h2 {
letter-spacing: 3.4px; 
font-size:1.6rem;
}
.slideshow-container .slide {
  flex: 0 0 23%;       
  text-decoration: none;
}

.services-h1 {
line-height:.6; 
font-size:5rem;
}

.services-h2 {
letter-spacing: 3.4px; 
font-size:2.3rem;
}

.news-h1 {
line-height:.6; 
font-size:8rem;
}

.news-h2 {
letter-spacing: 3.4px; 
font-size:3.1rem;
}
.slideshow-container-news {
    position: relative;
    
    width: 75%;
    max-width: 100%;
    overflow: hidden;
    
    height:1200px;
    margin:auto;
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .main-kraft {
  line-height:.6; 
  font-size:12rem;
}
.main-consulting {
  letter-spacing: 3.4px; 
  font-size:5.3rem;
}
.main-microcap {
  line-height:1.2; 
  font-size:10rem;
}

.main-magazine {
  letter-spacing: 3.4px; 
  font-size:5.3rem;
}

.main-marketing {
  line-height:1.2; 
  font-size:10rem;
}

.main-marketing-kraft {
  letter-spacing: 3.4px; 
  font-size:5.3rem;
}
.mad-wal-text {
  font-size:3rem;
  margin-top:5rem!important;
  font-weight:200;
}
.street-sign {
  font-weight:600;
  border: 2px solid white;
  background-color: #0b332d;
  padding:10px;
  padding-left: 15px;
  padding-right: 15px;

}
.slideshow-container-news {
    position: relative;
    
    width: 75%;
    max-width: 100%;
    overflow: hidden;
    
    height:1000px;
    margin:auto;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .example {
    font-size: 20px;
  }
    .contact-h1 {
line-height:.6; 
font-size:8rem;
}

.contact-h2 {
letter-spacing: 3.4px; 
font-size:5.3rem;
}
.about-h1 {
  line-height:.6; 
  font-size:12rem;
}

.about-h2 {
  letter-spacing: 3.4px; 
  font-size:5.3rem;
}
.about-kraft-div {
  margin-top:19rem!important;
}
.showcase-h1 {
line-height:.6; 
font-size:9rem;
}

.showcase-h2 {
letter-spacing: 3.4px; 
font-size:3.3rem;
}
.slideshow-container .slide {
  flex: 0 0 23%;        /* 4 items visible */
  text-decoration: none;
}

/* .services-h1 {
line-height:.6; 
font-size:8rem;
}

.services-h2 {
letter-spacing: 3.4px; 
font-size:5.3rem;
} */
.about-kraft-div {
  margin-top:19rem!important;
}
.slideshow-container-news {
    position: relative;
    
    width: 75%;
    max-width: 100%;
    overflow: hidden;
    
    height:800px;
    margin:auto;
}
}

/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .showcase-h1 {
line-height:.6; 
font-size:12rem;
}

.showcase-h2 {
letter-spacing: 3.4px; 
font-size:4.3rem;
}
.services-h1 {
line-height:.6; 
font-size:8rem;
}

.services-h2 {
letter-spacing: 3.4px; 
font-size:5.3rem;
}
.slideshow-container-news {
    position: relative;
    
    width: 75%;
    max-width: 100%;
    overflow: hidden;
    
    height:600px;
    margin:auto;
}
}

@media (min-width: 1920px) {
  .container-1920 {
    max-width: 1920px; /* or whatever fixed width you want */
    margin-left: auto;
    margin-right: auto;
  }
}

