/* Header / Footer section start */

.sticky {
  position: fixed !important;
  top: 0 !important;
}

.navbar-mobile, .navbar {
	background-color: white;
	width: 100%;
	display: flex;
	z-index: 9998;
	padding: 5px;
	align-items: center;
}

.navbar {
	justify-content: space-between;
}

.link, .footer-link {
	color: black;
	text-decoration: none;
	transition-duration: 0.2s;
}

.link {
	margin: 0px 10px;
	font-weight: bold;
}

.trbssLink:hover {
	/* I added this on:hover. I thought it'd fit more than the blue colour it was before */
	color: #d1262a;
	font-weight: 700;
}

.smbssLink:hover, .swbssLink:hover {
	/* I added this on:hover. I thought it'd fit more than the blue colour it was before */
	color: #00b0c9;
	font-weight: 700;
}

.red-dot {
	color: red;
	margin: 0px 5px;
}

.logo-img-small {
	width: 50px;
}

.account-img {
	height: 40px;
	margin-right: 10px;
}

.header-links {
	display: none;
	font-size: 20px;
	font-family: system-ui;
}

.hamburg-btn {
	font-size: 33px; 
	cursor: pointer; 
	width: 40px; 
	height: 50px; 
	text-align: center;
	z-index: 1111;
}

.sidenav {
	height: 100%;
	position: fixed;
	left: 0;
	width: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	top: 0;
	right: 25px;
	font-size: 36px;
	z-index: 9999;
	white-space: nowrap;
}

.closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px !important;
	margin-left: 50px;
	margin-right: -15px;
	cursor: pointer;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: black;
}

.background-cover {
	background-color: #00000055;
	height: 100%;
	position: fixed;
	z-index: 9998;
	top: 0;
}

.no-margin {
	margin: 0px;
}

.logo-img {
	width: 100px;
}

.footer { 
	border: 1px solid white; 
	background-color: white; 
	margin-top: 30px;
	justify-content: space-around;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.col-separate {
	width: 100%;
}

.col-separate-lg {
	display: none;
	width: 0px;
	height: 170px;
	border-right: 1px solid black;
}

.business-info {
	padding: 10px 0px 10px 0px;
	max-width: 390px;
	line-height: 13px;
	font-size: 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ABSSG-col {
	font-size: 11px;
	display: flex;
	align-items: center;
	padding: 0px 0px 10px 0px;
}

.business-text {
	margin: 0px;
}

.ABSSG-text {
	max-width: 250px;
	padding: 0px 5px;
}

.business-info {
	padding: 10px 0px 10px 0px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

@media (min-width: 450px) {
	.business-info {flex-direction: row; font-size: 13px; line-height: unset;}
	.logo-img {width: 120px;}
	.ABSSG-text {font-size: 14px; max-width: 260px;}
}

@media (min-width: 680px) {
	.business-info {font-size: 14px; line-height: 16px;}
}

@media (min-width: 768px) {
	.footer {flex-direction: row; text-align: left; line-height: 15px;}
	.logo-img {width: 130px;}
	.col-separate {display: none;}
	.col-separate-lg {display: block;}
	.ABSSG-col {padding: 10px 0px;}
	.ABSSG-text {max-width: 200px; width: 200px; padding: 0px 5px 0px 10px;}
	.business-info {max-width: unset; padding-right: 5px;}
	.business-text {padding: 0px 5px;}
	.logo-img-small {width: 100px;}
}

@media (min-width: 992px) {
	.header-links {display: flex;}
	.hamburg-btn {display: none;}
	.business-info {line-height: 19px;}
	.business-text, .ABSSG-text {font-size: 15px;}
	.account-img {height: 80px;}
	.logo-img {width: 150px;}
}

@media (min-width: 1200px) {
	.business-text, .ABSSG-text {font-size: 18px; line-height: 29px;}
}

@media (min-width: 1400px) {
	.ABSSG-text {max-width: 250px; width: 250px;}
}

/* Header / Footer section end */

.main-body {
	width: 100%; 
	height: fit-content;
	text-align: -webkit-center;
	padding-top: 70px;
	overflow-x: hidden;
}

.body-style {
	margin: 0;
	font-family: arial;
	background-color: #e2c3c3;
}

.trbssBG {
	background-color: #f0e0e0;
}

.smbssBG, .swbssBG {
	background-color: #e9f0f6;
}

.trbssDarkBG {
	background-color: #d0292a;
}

.smbssDarkBG. .swbssDarkBG {
	background-color: #00b0c9;
}

.trbssTextColour {
	color: #d0292a;
}

.smbssTextColour, .swbssTextColour {
	color: #00b0c9;
}

.body-cont {
	width: 100%;
}

.column {
	background-color: white;
}

.about-header {
	font-size: 30px;
	font-weight: bold;
	color: #303030;
}

.about-subheader {
	font-size: 12px;
	color: #525252;
}

.about-us-text {
	line-height: 30px;
	font-size: 14px;
	max-width: 500px;
}

#names-container {
	display: flex;
	justify-content: space-evenly;
}

.director-name {
	font-family: "brush script mt";
	font-size: 25px;
}

.red-text {
	color: #d10000;
}

#office-img {
	width: 260px;
}

.panel-container {
	width: 100%;
	height: 218px;
	position: relative;
}

.group-photo {
	background: url('../images/people/Meet The Team Cover.webp') repeat;
	filter: brightness(130%);
	height: 100%;
	width: 100%;
	background-size: cover;
}

.group-photo:hover {
	transform: scale(1.1);
}

.image-overlay-cont {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.meet-the-team {
	width: 150px;
	height: 50px;
	border: 3px solid #ffffffbf;
	border-radius: 20px;
	background-color: #00000099;
	font-size: 15px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	-webkit-user-select: none;
}

.caro-panel {
	display: none;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	height: 430px;
}

.arrow {
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 6px;
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.left-button {
	float: left;
}

.right-button {
	float: right;
}

.left-button, .right-button {
	background-color: unset;
	border: 0px;
}

.white-arrow {
	border-style: solid;
	border-color: white;
}

.black-arrow {
	border-style: solid;
	border-color: black;
}

.main-caro-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.caro-image {
	width: 200px;
}

.caro-text-header {
	font-weight: bold;
}

.caro-text {
	font-size: 11px;
	max-width: 300px;
}

.row {
	--bs-gutter-x: 0px;
	margin-top: 20px;
	justify-content: space-between;
}

.fadeinMoveleft {
	animation: fadeinMoveleft 1.5s both;
}

.fadeinMoveright {
	animation: fadeinMoveright 1.5s both;
}

.column{
	background-color: white;
	padding: 20px;
}

@keyframes fadein {
	0%		{opacity: 0;}
	100%	{opacity: 1;}
}

@keyframes fadeinMoveup {
	0%		{opacity: 0; transform: translateY(30%);}
	100%	{opacity: 1; transform: translateY(0%);}
}

@keyframes fadeinMoveleft {
	0%		{opacity: 0; transform: translateX(30%);}
	100%	{opacity: 1; transform: translateX(0%);}
}

@keyframes fadeinMoveright {
	0%		{opacity: 0; transform: translateX(-30%);}
	100%	{opacity: 1; transform: translateX(0%);}
}

@media (min-width: 450px) {
	.about-header {font-size: 60px;}
	.about-subheader {font-size: 20px;}
	.panel-container {height: 280px;}
	.meet-the-team {width: 250px; height: 70px; font-size: 25px; font-weight: bold;}
	.caro-text {font-size: 14px; max-width: 380px;}
	.arrow {border-width: 0px 6px 6px 0px; padding: 12px;}
}

@media (min-width: 576px) {
	.about-subheader {font-size: 24px;}
	.directors-img {width: 350px;}
	.main-caro-content {flex-direction: row;}
	.caro-panel {height: 280px;}
	.caro-image {margin-right: 10px;}
	.caro-text-cont {text-align: left;}
	.caro-text {max-width: 400px;}
	.about-us-text {font-size: 19px;}
}

@media (min-width: 768px) {
	.main-body {padding-top: 120px;}
	.border-radius {border-radius: 30px;}
	.top-half-border-radius {border-top-right-radius: 30px; border-top-left-radius: 30px;}
	.bottom-half-border-radius {border-bottom-right-radius: 30px; border-bottom-left-radius: 30px;}
	#office-img {width: 320px;}
	.about-us-text {font-size: 25px; line-height: 42px; max-width: unset;}
	.group-photo, .caro-panel {border-radius: 30px;}
	.panel-container {height: 340px;}
	.caro-panel {height: 340px;}
	.meet-the-team {font-size: 30px; width: 300px;}
	.arrow {border-width: 0px 9px 9px 0px; padding: 18px;}
	.left-button {margin-left: 10px;}
	.right-button {margin-right: 10px;}
	.caro-image {width: 220px;}
	.caro-text {max-width: 450px; font-size: 20px;}
	.row2 {justify-content: space-between;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.row {max-width: 748px; width: 748px;}
}

@media (min-width: 992px) {
	.main-body {width: 90%; margin: 0 auto; padding-top: 150px;}
	.column {border-radius: 30px;}
	.about-us-text {max-width: 880px;}
	#office-column {background: url('../images/Office.webp') round; background-position: center; background-size: cover; background-repeat: no-repeat;}
	#office-img {display: none;}
	.sm-text-column {max-width: 325px;}
}

@media (min-width: 1200px) {
	#office-img {width: 360px;}
	.panel-container {height: 480px;}
	.caro-panel {height: 480px;} /* was 350 */
	.caro-text {font-size: 25px; max-width: 700px;}
	.caro-image {width: 270px;}
	.meet-the-team {font-size: 40px; height: 100px; width: 300px;}
	.arrow {border-width: 0px 8px 8px 0px; padding: 18px;}
	.left-button {margin-left: 10px;}
	.right-button {margin-right: 10px;}
}

@media (min-width: 1400px) {
	.arrow {border-width: 0px 12px 12px 0px; padding: 24px;}
	.left-button {margin-left: 10px;}
	.right-button {margin-right: 10px;}
	.main-body {width: 1200px;}
}

@media (max-width: 400px) {
	.column {padding: 5px;}
}