@charset "UTF-8";
/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {

body {
    padding-top: 60px;
}
	
.navbar {
    height: 60px;
    padding: 0 10px;
}
.logo img {
	height: 80%;
}
.navbar-toggler {
	display: block;
	background-color: #E5E5E5;
}
.navbar-toggler div {
	height: 3px;
	width: 20px;
	margin: 2px 2px;
	background-color: #215daa;
}
.nav-links {
	display: none;
	position: absolute;
	top: 60px;
	background-color: #111;
	z-index: 1001;
	right: -30px;
	padding: 10px;
	border-radius: 0 0 10px 10px;
}
.nav-links.active {
	display: flex;
	flex-direction: column;
}
.nav-links ul {
	flex-direction: column;
	align-items: flex-end;
}
.nav-links li {
	margin-right: 0;
	margin-bottom: 10px;
	color: #fff;
}
.nav-links ul a {
	color: #fff; 
}
.navbar-toggler.active div:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 6px);
}
.navbar-toggler.active div:nth-child(2) {
	opacity: 0;
}
.navbar-toggler.active div:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -6px);
}
.dropdown-content {
	top: 0;
	left: -230%;
	width: auto;
	min-width: 140px;
}
.nav-links ul .dropdown-content a {
    color: #111 !important;
    transition: color 0.3s ease; /* Add transition for smooth color change */
}
.nav-links ul .dropdown-content a:hover {
    color: #215daa !important; /* Change to blue on hover */
}
.top-contact-info {
	display: none;
	}
.intro-image-container {
	display: none;
}
.page-nav {
		scroll-margin-top: 60px;
	}
.homepage-container {
  min-height: calc(100vh - 60px);
}

.homepage-title {
	font-size: 27px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	margin-bottom: 20px;
	color: white;
	text-align: center;
	z-index: 1;
}
.homepage-subtitle {
	font-size: 19px;
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: lightgrey;
	text-align: center;
	z-index: 1;
}

.homepage-cards-container {
    flex-direction: column; /* Stack cards vertically */
    align-items: center !important; /* Center align cards in mobile view */
	  position: relative;
  z-index: 2; /* Ensure the cards are above the overlay images */

  }

  .homepage-card {
    width: 80%; /* Adjust width to fit mobile screens */
    margin: 20px 0; /* Adjust margin for spacing between stacked cards */
  }
.whatwedo-content {
    width: 100%;
}
.whatwedo-column-right {
display: none;
}
.hero-container {
    max-width: 100%;
	padding: 4px;
}
.hero-title {
	font-size: 32px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	margin-bottom: 20px;
}
.hero-subtitle {
	font-size: 18px;
	margin-bottom: 40px;
	font-kerning: auto;
	color: ghostwhite;
}
.processes-grid-item {
  padding: 3px;
  text-align: left;
  border: 1px solid #424242;
  min-height: 100px;
	font-size: 12px;
}	
h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}
.leadership-row {
    flex-direction: column; /* Stack the cards vertically */
}
.services-content {
    max-width: 100%;
}
.services-left-section {
    margin-left: 10px; /* Adjusted margin for separation */
	align-content: center;
	max-width: 90vw;
}
	.services-right-section{
	}
.services-infographic {
    width: 400px;
    height: 400px;
}
.services-center {
    width: 200px;
    height: 200px;
}
.services-bubble {
    width: 80px;
    height: 80px;
    font-size: 12px;
}
.services-bubble1 {
    top: 66%;
    left: -10%;
}
.services-bubble2 {
    top: 66%;
    left: 16%;
}
.services-bubble3 {
    top: 66%;
    left: 50%;
}
.services-bubble4 {
    top: 66%;
    left: 75%;
}
.services-bubble5 {
    top: 66%;
    left: 100%;
}
.industry-left {
	display: none;
}
.industry-right {
	width: 100%;
	margin-top: 0px;
	align-content: center;
	text-align: center;
}

	
	
	
	
	
	
}
