@import url('https://fonts.googleapis.com/css?family=Nunito:400|Open+Sans:400|Open+Sans:400i|Nunito:800&display=swap');#nwWebsite{background-color: rgb(64, 64, 65);}#nwWrapper{background-color: rgb(255, 255, 255);}#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn, #nwWebsite .nwButton, #nwWebsite .btn.btn-primary{background-color: rgb(102, 45, 145);font-family: Nunito;font-weight: 400;}#nwWebsite, #nwContent, #nwWebsite .column:not(.zero), #nwContent p{font-family: Open Sans;font-weight: 400;}#nwHeaderMessage{font-family: Open Sans;font-weight: 400;font-style: italic;}#nwWebsite #nwLogo{font-family: Nunito;font-weight: 800;}#nwWebsite .nwNav li, #nwWebsite .nwNav li a{font-family: Nunito;font-weight: 400;}#nwWebsite .mm-menu{font-family: Nunito;font-weight: 400;}#nwContent h1{color: rgb(255, 255, 255);font-family: Nunito;font-weight: 800;}#nwContent h2{color: rgb(102, 45, 145);font-family: Nunito;font-weight: 400;}#nwContent h3{font-size: 1.2rem;font-family: Nunito;font-weight: 400;}#nwWebsite .icon{color: rgba(102, 45, 145, 0.7);}#nwWebsite #nwFooterLinks li a, #nwWebsite #nwSocialLinks a{color: rgb(255, 255, 255);}#nwFooter{color: rgb(255, 255, 255);}#nwHeader.sticky{background-color: rgb(255, 255, 255);}#nwLogo img {
	height: 75px;
	transition: all 0.3s ease;
}
#nwHeader.sticky #nwLogo img {
	height: 50px;
}
.firstBlock {
	background: #662d91 url(https://cdn.nimbo.com.au/assets/131f383b434fdf48079b/3798c82836ed448c41094025/uploads/bg-purple2.png) center no-repeat;
	background-size: cover;
}
.firstBlock + * {
	padding-top: 3vw;
}


.featureBox {
	padding: 1.5rem 2rem 2rem;
	background: rgb(102,45,145) url("https://cdn.nimbo.com.au/assets/131f383b434fdf48079b/3798c82836ed448c41094025/uploads/bg-purple.png");
	background-size: cover;
	border-radius: 10px;
	color: white;
}
table.hours {
	width: 100%;
	border-collapse: collapse;
}
table.hours td {
	padding: 1em 0;
	border-bottom: 2px solid;
	vertical-align: top;
}
table.hours td:last-child {
	text-align: right;
}
.gallery li a + small {
	display: none;
}@media (max-width: 699px) {#nwLogo {width: 200px;}}