/*body {
	background-color:white!important;
}

.body-content {
	background:white!important; 
}

div.main-form {
	background:white!important;
}
*/
.brand-header, .brand-footer {
	display: none!important;
}


div.delayed-component-content {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
}


button.btn.btn-default.pull-right {
    display: none;
}


ul.navbar-nav li:nth-child(1),
/* ul.navbar-nav li:nth-child(3), */
ul.navbar-nav li:nth-child(4),
ul.navbar-nav li:nth-child(5),
ul.navbar-nav li:nth-child(6) {
	display:none!important;
}


div.smallBorder.brand-primary-background {
	color:white!important;
}


/* NSG added */
.navbar {
	/*display: none!important;*/
}

.navbar-inverse {
	background-image: url("https://eagensg.org/wp-content/uploads/sites/14/2022/11/NSG23_fabric_bg.jpg");
	background-repeat: no-repeat;
	border: 1px solid white;
}

.navbar-inverse li.active a,
.navbar-inverse .navbar-nav > li > a {
    background: #FBB337!important;
    color: white;
    font-weight: bold;
	border-left: 1px solid white;
    border-right: 1px solid white;
}
.navbar-inverse li.active a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
	background:#243640!important;
	color:white!important;
	border-left: 1px solid #FBB337;
    border-right: 1px solid #FBB337;
}



div.main-form {
	max-width:100%!important;
}

body {
	color:white;
 background-image: url("https://eagensg.org/wp-content/uploads/sites/14/2022/11/NSG23_Light-fabric_bg.jpg")!important;
}
.body-content {
	background:none!important;
}
div.main-form {
	background:none!important;
}

/* technical programme schedule text */
h2 { display: none!important; }

/* Technical session title to be visible */
.inline h2 {
    display: block!important;
}

p, h2, h3, td {
	color:white!important;
}

hr {
    padding-bottom: 3em!important;
    border-top: none!important;
}

/* icons*/
.brand-primary-foreground {
    color: white;
}

a, .trackborder, b {
	color:#333!important;
}