body {
font-family: "interstate";
font-style: normal;
font-weight: 400;
line-height: 1.55;
color:#fff !important;
background: #000;
}

.wp-block-image{ padding-bottom:0; padding-top:0;}

#customers {
  border-collapse: collapse;
	text-align: center;
	width: 80%;
	margin: auto;
}

#customers td, #customers th {
  border: solid 1px #333;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #333;}

#customers tr:hover {background-color: #444;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #000;
  color: white;
}

.page-content-container {
	max-width:100%;
	text-align:center;
	margin:0 auto;
	background: none !important;
	}

.flex-boxes-container {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	}

@media only screen and (max-width: 600px) {
	.flex-boxes-container {justify-content:center; width: 100%;}
	.individual-flex-box {width: 100%; height: 320px; text-align: center; margin: 3px; overflow: none; padding:5px;}
}

@media only screen and (min-width: 600px) {
	.flex-boxes-container {justify-content:center;}
}

@media only screen and (min-width: 768px) {
	.flex-boxes-container {justify-content:center;}
}

.individual-flex-box { 
	width:250px;
	height:530px;
	text-align:center;  
	padding:1em;
	margin:10px;
	overflow:none; /* Allows scrollbars if content doesn't fit. Use overflow:hidden; to always suppress scrollbars. */
	}


.has-contrast-background-color {
background-image: url("https://www.mediabrands-thailand.com/wp-content/uploads/2025/07/Thought-2025_BG_re05.jpg") !important;
		}

.has-base-2-background-color{ background-color: #000;}

.h3{color:#fff;}

#btnButton-1 .btnButton {
color: #fff;
background: #111111;
width: auto;
padding: 12px 24px;
border:solid 0.5px #333;
box-shadow: none;
}


@media only screen and (max-width: 600px) {
	.contact_txt{
	color: white; font-size: 13pt;
}

@media only screen and (min-width: 600px) {
	.contact_txt{
	color: white; font-size: 15pt;
}

@media only screen and (min-width: 768px) {
	.contact_txt{
	color: white; font-size: 18pt;
	}