@import url('https://cdn.nimbo.com.au/assets/bdc4626aa1d1df8e14d8/418722cf8d98dca2b9de5052/custom/webfonts/fonts.css');#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn, #nwWebsite .nwButton, #nwWebsite .btn.btn-primary{background-color: rgb(252, 99, 115);}#nwWebsite, #nwContent, #nwWebsite .column:not(.zero), #nwContent p{color: rgba(0, 0, 0, 0.7);font-size: 1.2rem;}#nwContent h2{font-size: 2rem;}#nwWebsite .icon, i.bi{color: rgba(0, 0, 0, 0.2);}

@font-face {
	font-family: 'The Seasons';
	src: url('https://cdn.nimbo.com.au/assets/bdc4626aa1d1df8e14d8/418722cf8d98dca2b9de5052/custom/webfonts/FONTSPRINGDEMO-TheSeasonsRegular.woff2') format('woff2'),
	url('https://cdn.nimbo.com.au/assets/bdc4626aa1d1df8e14d8/418722cf8d98dca2b9de5052/custom/webfonts/FONTSPRINGDEMO-TheSeasonsRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


#nwWebsite {
	font-family: Aileron, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
}

#nwLogo img {
	max-height: 60px;
}
#nwWebsite h1, #nwWebsite h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 26ch;
	font-family: 'The Seasons', Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
	font-weight: normal;
	line-height: 1.2;
}
#nwWebsite h1 {
	padding: var(--spacingHalf) 0;
	font-size: 2.5rem;
}
#nwWebsite h1 span, #nwWebsite h2 span {
	font-family: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
}
.row:not(.firstBlock) .column {
	max-width: 57ch;
}


#services {
	display: flex;
	flex-wrap: wrap;
	gap: var(--spacing);
	text-align: center;
}
@media (min-width: 580px) {
 #services {
	display: grid;
	grid-template-columns: 1fr 1fr;
 }
}
#services .column {
	padding: 2em;
	padding-top: 0;
	background: #fff5cb;
}
#services .column::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8ch;
	background: white;
}
#services .column > * {
	isolation: isolate;
}
#services img {
	max-width: 15ch;
	border-radius: 500px;
}
#services h2 {
	color: #f4a23b;
}


#services .column.wardrobe {
	background: #e1f3f6;
}
#services .wardrobe h2 {
	color: #5cb6bf;
}
#services .column.home{
	background: #fde7eb;
}
#services .home h2 {
	color: #fc6373;
}
#services .column.office {
	background: #ffe5d8;
}
#services .office h2 {
	color: #ff631f;
}


@media (min-width: 850px) {
 #services {
	margin: auto;
	max-width: 1380px;
	text-align: left;
 }
 #services .column:nth-child(odd) {
	bottom: -2em;
	padding: 2em;
	padding-left: 17ch;
 }
 #services .column:nth-child(even) {
	padding: 2em;
	padding-right: 17ch;
 }
 #services .column::before {
	height: 100%;
	width: 8ch;
 }
 #services .column:nth-child(odd)::before {
	right: auto;
 }
 #services .column:nth-child(even)::before {
	left: auto;
 }
 #services .column img {
	position: absolute;
 }
 #services .column:nth-child(odd) img {
	left: 0;
 }
 #services .column:nth-child(even) img {
	right: 0;
 }
 #nwContent #services h2 {
	margin-top: 0;
	text-align: left;
 }
 .home {
	align-self: start;
 }
 .wardrobe {
	align-self: end;
 }
}

#nwContent li {
	margin-bottom: 0.5rem;
	padding-left: 0.5em;
}
li::marker {
	content: '\2713';
	font-size: 1.2em;
	color: #64c048;
	font-weight: bold;
}@media (max-width: 699px) {#nwLogo {width: 300px;}}