/* 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 {
	/* 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;
	transition-duration: 0.5s;
}

.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;
}

.business-text {
	margin: 0px;
}

.ABSSG-col {
	font-size: 11px;
	display: flex;
	align-items: center;
	padding: 0px 0px 10px 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;}
	.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: 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;
}

.trbssBorder {
	border: 2px solid #d0292a;
}

.smbssBorder, .swbssBorder {
	border: 2px solid #00b0c9;
}

.display-submitted-info {
	background-color: white;
	height: 300px;
	border-radius: 30px;
}

.submitted-header {
	font-size: 25px;
	font-weight: bold;
}

.submitted-text-info {
	font-size: 24px;
	line-height: 30px;
}

.body-cont {
	width: 100%;
}

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

.contact-subheader {
	font-size: 12px;
	color: #545454;
}

.buttons-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	height: 100px;
}

.demo-cta {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}

.btn-links {
	border-radius: 50px;
	color: white;
	border: 0px;
	width: 210px;
	font-size: 21px;
	user-select: none;
	cursor: pointer;
}

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

.fadeinMoveleft {
	animation: fadeinMoveleft 1.5s both;
}

.fadeinMoveright {
	animation: fadeinMoveright 1.5s both;
}

.fadeinMoveup {
	animation: fadeinMoveup 1.5s both;
	overflow: hidden;
}

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

.form-header {
	font-size: 20px;
	margin: 0px 0px 5px 0px;
}

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

.form-cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.invalid-input {
	border: 2px solid red !important;
}

.valid-input {
	border: 2px solid green !important;
}

.form-label {
	float: left;
	margin: 5px 0px 5px 5px;
	width: fit-content;
}

input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 2px solid #000;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	resize: vertical;
	font-family: sans-serif;
}

input[type=submit] {
	background-color: white;
	color: black;
	padding: 8px 20px;
	border-radius: 20px;
	cursor: pointer;
	transition-duration: 0.4s;
	font-weight: bold;
	float: right;
	font-size: 20px;
	width: 150px;
}

input[type=submit]:disabled {
	cursor: no-drop;
	opacity: 0.5;
}

#messageSubject {
	z-index: -1;
	overflow: hidden;
	position: absolute;
	top: -100px;
}

input[type=submit]:hover {
	background-color: red;
	color: white;
}

/* 
@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) {
	.contact-header {font-size: 50px;}
	.contact-subheader {font-size: 20px;}
}

@media (min-width: 576px) {
	.contact-subheader {font-size: 24px;}
	.buttons-cont {flex-direction: row; height: unset;}
	.btn-links {width: 250px; font-size: 25px;}
	.demo-cta {font-size: 40px; margin-bottom: 10px;}
}

@media (min-width: 768px) {
	.main-body {padding-top: 160px;}
	.contact-form, .column {border-radius: 30px;}
}

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

@media (min-width: 992px) {
	.contact-header {font-size: 60px;}
	.account-img {height: 80px;}
	.body-cont {width: 90%;}
}

@media (min-width: 1400px) {
	.main-body {width: 1200px; margin: 0 auto;}
}