@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Bebas+Neue&display=swap');

/* Main Elements */

body {
	overflow-x: hidden;
}

body:not(#home) {
    padding-top: 87px;
}

@media screen and (max-width: 991.98px){	
body {
  padding-top: 87px;
}
}

.carousel-item img {
    filter: brightness(0.9); 
}

@media screen and (max-width : 1200px){	
.carousel-item img {
  width: 1200px;
  height: 580px;
  object-fit: cover;
}
}

/* @media screen and (max-width: 767.98px){	
.carousel-item img {
  height: auto;
}
} */

/* Layout */


h1, h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 3em;
	
}

@media screen and (max-width: 991.98px) {
h1, h2 {
	font-size: 2.6em;
}
	}


h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 2.2em;
}

@media screen and (max-width: 991.98px) {
h3 {
	font-size: 2em;
}
	}



.body {
    font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
}

.body a {
	color: #e70002;
	font-weight: 700;
	text-decoration: none;
}

.body a:hover {
	color: #e70002;
    text-decoration: underline;
	text-underline-position: under;
}

@media screen and (max-width: 991.98px) {
.mobcen {
	text-align: center;
}
	}

.white {
	color: #ffffff;
}

.white a {
	color: #ffffff;
}

.container-grey {
	background-color: #232323;
}

.img-below-paragraph {
    display: none; /* Initially hide the image in the first column */
}

.img-rh-col {
    text-align: right;
}

@media screen and (max-width: 991.98px) {
    /* Hide the second column at smaller screens */
    .img-rh-col {
        display: none;
    }

    /* Show the image below the first paragraph at smaller screens */
    .img-below-paragraph {
        display: block;
        text-align: center; /* Center the image */
    }

    .img-below-paragraph img {
        width: 350px; /* Set width to 400px */
        max-width: 100%; /* Ensure it doesn't overflow */
        height: auto; /* Maintain aspect ratio */
		margin-bottom: 32px;
    }
}

.about-box {
    background-color: #fbfbfb;
    padding: 26px;
    margin: 10px 0;
}
.about-box h3 {
	margin-bottom: 6px;
	margin-top: 6px;
}

.footer-top {
    background-position: 0 0;
    background-size: auto;
}

.footer-top-inner {
	text-align: center;
	padding: 120px 60px;
}

@media screen and (max-width : 586px){	
.footer-top-inner {
	padding: 90px 20px;
	}
}

.footer-top-inner h2 {
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-size: 4em;
}

@media screen and (max-width : 991.98px){	
.footer-top-inner h2  {
    font-size: 3em;	
	}
}

.footer-top-inner p {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.95em;
}

#location-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

@media screen and (max-width: 991.98px) {
#location-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
}

/* Footer */


.footer {
	background-color: #232323;
	padding: 24px 0;
}

.footer p {
	color: #d2cdcd;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 0;
}

.footer a {
	color: #d2cdcd;
	text-decoration: none;
}

.footer a:hover {
	color: #d2cdcd;
	text-decoration: none;
}
@media screen and (max-width : 767.98px){	
.footer p {
   font-size: 0.8em;
	}
}


/* Buttons */

.btn-cta-red {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  color: #ffffff;
  background-color: #e70002;
  border-radius: 8px;
  padding: 8px 68px;
}  

.btn-cta-red:hover {
  color: #ffffff;
}

.btn-cta-red#contact-btn {
	font-size: 0.8em;
	letter-spacing: 0.8px;
	text-transform: uppercase;
  padding: 5px 20px;
	margin-left: 20px;
	
} 

#commercial .commercial, #industrial .industrial, #events .events, #music .music, #about .about {
	color: #e70002;
}

@media screen and (max-width : 991.98px){	
#commercial .commercial, #industrial .industrial, #events .events, #music .music, #about .about {
    color: #ffffff;
	}
}

#terms .terms, #privacy .privacy {
	color: #ffffff;
}

.cc-color-override-1402238922 .cc-btn {
	text-decoration: none;
}

/* Google map*/

.google-maps {
	position: relative;
	padding-bottom: 35%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}

@media (max-width: 992px) {
.google-maps {
	padding-bottom: 55%; /* This is the aspect ratio */
 }
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}