
body {
    background-color: rgb(255, 255, 255);
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3rem;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

li {
	font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

.navbar {
    background-color: #000;
    padding: 12px 48px;
    font-family: 'IBM Plex Mono', monospace;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-toggler {
    border: 2px solid #000000;

}

.navbreak {
    color: #ffffff50;
}

.navbar-toggler-icon {
    background-color: #000000; /* Set the background color for the toggler icon */
}

.navbar-nav .nav-link {
    color: #fff !important; /* Set the text color for the navbar links */
    transition: color 0.3s ease; /* Add transition for smooth color change */
}

.navbar-nav .nav-link:hover {
    color: #a7a7a7 !important; /* Set the text color for the navbar links on hover */
}

.navbar-nav .nav-link.active {
    color: #e31e24 !important; /* Set the text color for the active navbar link */
}

/* Additional style to avoid content overlap */
.container-fluid {
    margin-top: 0px; /* Adjust as needed */
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.carousel-caption img{
    max-width: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.first-caption{
    padding-top: 248px;
}

.carousel-caption h3 {
    padding: 24px;
}

.carousel-inner a:link {
    color: #ffffff;
    text-decoration: none;
  }
  
.carousel-inner  a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  
.carousel-inner a:hover {
    color: #acacac;
    text-decoration: none;
  }
  
.carousel-inner a:active {
    color: #e31e24;
    text-decoration: none;
  }

.title {
    padding-top: 40px;
}

.title-sm {
    padding-top: 48px;
}

.title-mid {

}

a:link {
    color: #e31e24;
    text-decoration: none;
  }
  
  a:visited {
    color: #e31e24;
    text-decoration: none;
  }
  
  a:hover {
    color: #acacac;
    text-decoration: none;
  }
  
  a:active {
    color: #acacac;
    text-decoration: none;
  }

.sub-menu {
    padding-top: 48px;
    text-align: center;
    color: #acacac;
}

.sub-menu a {
    color: #acacac;
    text-decoration: none;
}

.sub-menu .link-active {
    color: #e31e24;
    text-decoration: none;
}

.sub-menu a:hover {
    color: #e31e24;
    text-decoration: none;
}

.body-text {
    margin: auto;
    width: 40%;
    text-align: left;
    padding-top: 48px;
    padding-bottom: 48px;
}

.body-text-c {
    margin: auto;
    width: 40%;
    text-align: left;
    padding-top: 24px;
    padding-bottom: 48px;
}

.body-text-d {
    margin: auto;
    width: 40%;
    text-align: left;
    padding-top: 24px;
    padding-bottom: 24px;
}

.jump-to {
    margin: auto;
    width: 40%;
    text-align: left;
    padding-top: 24px;
}

.jump-to a {
    color: #000000;
    text-decoration: none;
}

.jump-to .link-active {
    color: #acacac;
    text-decoration: none;
}

.jump-to a:hover {
    color: #e31e24;
    text-decoration: none;
}

.img-caption {
    margin: auto;
    width: 40%;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}


hr {
    margin: auto;
    width: 40%;
}

.btn {
    border-width: 2px;
    border-radius: 30px;
    margin: 24px;    
    color: #e31e24;
    background-color: #ffffff;
    --bs-btn-font-weight: 700;
    --bs-btn-color: rgb(255, 255, 255);
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #e31e24;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #e31e24;
    --bs-btn-hover-border-color: #e31e24;
    --bs-btn-active-color: #e31e24;
    --bs-btn-active-bg: #acacac;
    --bs-btn-active-border-color: #e31e24;
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 12px;
}

.custom-btn {
    margin: 0px;
}

.btn-primary {
    border-width: 2px;
    border-radius: 30px;
    margin: 24px;
    color: rgb(255, 255, 255);
    background-color: #e31e24;
    --bs-btn-font-weight: 600;
    --bs-btn-color: white;
    --bs-btn-bg: #e31e24;
    --bs-btn-border-color: #e31e24;
    --bs-btn-hover-color: #e31e24;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: #e31e24;
    --bs-btn-active-color: #e31e24;
    --bs-btn-active-bg: #acacac;
    --bs-btn-active-border-color: #e31e24;
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 12px;
}


.btn-secondary {
    border-width: 2px;
    border-radius: 30px;
    margin: 24px;
    color: rgb(255, 255, 255);
    background-color: #e31e24;
    --bs-btn-font-weight: 600;
    --bs-btn-color: white;
    --bs-btn-bg: #e31e24;
    --bs-btn-border-color: #e31e24;
    --bs-btn-hover-color: #e31e24;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: #e31e24;
    --bs-btn-active-color: #e31e24;
    --bs-btn-active-bg: #acacac;
    --bs-btn-active-border-color: #e31e24;
    --bs-btn-padding-x: 24px;
    --bs-btn-padding-y: 12px;
}


.dark-section {
	background-color: #000000;
	color: white;
	padding-top: 54px;
}


.grey-section {
	background-color: #a7a7a7;
	color: white;
	padding-top: 54px;
	padding-bottom: 96px;
}

.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.custom-card {
	overflow: hidden;
	position: relative;
	transition: 0.3s;
	border-radius: 0; 
}

.custom-card img {
	width: 100%;
	height: auto;
	border-radius: 0; 
}

.custom-card:hover {
	filter: brightness(80%);
}

.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	background: rgba(0, 0, 0, 0.7);
}

.custom-card:hover .card-overlay {
	opacity: 1;
}

.card-title {
	color: #fff;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size: 3rem; 
}


.no-gutters {
	margin-right: 0;
	margin-left: 0;
}


.no-padding {
	padding-right: 0;
	padding-left: 0;
}

.sm-img img {
	margin: auto;
	width: 20%;
}

.acc-img img {
	margin: auto;
	width: 20%;
}

.msb-img img {
	margin: auto;
	width: 40%;
  }

.embed-responsive-iframe {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width * 100) */
  }
.embed-responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

/* .news{width: 160px} */



.portfolio {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.portfolioContent {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  list-style-type: none;
  animation: scroll 120s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.portfolioContent img {
	width: 157px;
	height: 78px;
}

.portfolioFitContent {
  max-width: fit-content;
}


.news-scroll a{text-decoration: none}

.news-scroll img{
	width: 157px;
	height: 78px;
}

.dot{
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block
}

.buffer {
    padding-top: 96px;
}

.buffer-sm {
    padding-top: 48px;
}

.buffer-fm {
    padding-top: 16px;
}

.footer {
    background-color: #000000; /* Set your preferred background color for the footer */
    color: #ffffff; /* Set your preferred text color for the footer */
    padding: 50px 0;
}

.footer a {
    text-decoration: none;
    color: #e31e24;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 1px;
}

.footer-links a {
    color: #ffffff; /* Set your preferred link color for the footer */
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-icons {
    font-size: 24px;
    margin-top: 15px;
}

.social-icons a {
    color: #ffffff; /* Set your preferred color for social media icons */
    margin-right: 15px;
}

.social-icons a:hover {
    color: #e31e24; /* Set your preferred color for social media icons on hover */
}

.custom-btn {
    margin: 12px;
}

.social-icons img {
    max-width: 64px;
	vertical-align: baseline;
}

.sf-menu a{
    border-color: #000;
}



@media (min-width: 1024px) {
	
	.footer-links li {
		margin-bottom: 10px;
	}	
}	

@media (max-width: 1024px) {
	
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar {
        background-color: #000;
        padding: 6px 12px;
        font-family: 'IBM Plex Mono', monospace;
		z-index: 99999 !important;
    }
	
	.navbar-nav {
		z-index: 99999 !important;
	}

    .navbreak {
        display: none;
    }
    
    
    .navbar-brand img {
        max-height: 30px;
    }

    .carousel-inner {
        margin-top: 48px;
    }
    
    .title {
        padding-top: 48px;
    }

    .body-text {
        margin: auto;
        width: 90%;
        text-align: left;
        padding-top: 24px;
        padding-bottom: 0px;
    }

    .buffer {
        padding-top: 48px;
    }
    
    .buffer-sm {
        padding-top: 24px;
    }

    .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        opacity: 1;
        transition: opacity 0.3s ease;
    }

        .custom-card:hover .card-overlay {
            opacity: 1;
        }
        .card-title {
            font-size: 2rem; 
          }
}



