@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");body{margin:0;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;display:flex;flex-direction:column;min-height:100vh;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.underline{text-decoration:underline}.ecological-inline-text{color:#33783a;font-weight:bold;text-decoration:underline}.bushfire-inline-text{color:#b73c26;font-weight:bold;text-decoration:underline}header{padding:1vh;height:10vh;min-height:90px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-repeat:no-repeat;background-size:cover}header>div{display:flex;align-items:center}header #header-main{padding:2px 12px 0;background-color:white}header #header-logo{width:auto;height:auto;min-height:65px;max-height:80px;margin-right:.25em}header #header-title{font-family:"Open Sans",Arial,Helvetica Neue,Helvetica,sans-serif;font-size:3em;font-weight:normal;margin:auto}header #header-extra{font-family:Tahoma,Verdana,Segoe,sans-serif;flex-direction:column;justify-content:space-around;align-items:flex-end;font-size:1.5em;text-decoration:none;color:black}header #header-extra a:hover{text-decoration:underline;color:green}@media(max-width:960px){header{flex-direction:column;height:auto}header>div{flex-direction:column}header #header-main{align-self:center;flex-direction:row;font-size:12px}header #header-title{text-align:center;margin:0}header #header-extra{font-size:1em;align-items:center;text-align:center;align-self:center;margin-top:10px;background-color:white;padding:1px 5px}}@media(max-width:480px){header #header-main{margin-left:initial;font-size:8px}header #header-logo{max-height:65px}header #header-extra{margin:10px 0 0 0}}nav{padding:0;height:2em;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#33783a}nav ul{list-style-type:none;margin:0;padding:0;width:85%;position:relative;left:-1em}nav ul li{display:inline;margin-right:1em}nav ul li:last-of-type{margin-right:0}nav ul li:last-of-type a{margin-right:0}nav a{text-decoration:none;color:white;margin-right:1em}nav a:hover{text-decoration:underline;color:black}nav .short-nav{display:none}@media(max-width:960px){nav{justify-content:center;padding:.5em 1em;height:auto}nav ul{display:flex;flex-wrap:wrap;justify-content:center;width:100%;position:static}nav ul li{margin:.5em;text-align:center}}@media(max-width:480px){nav{padding:.5em 1em;height:auto}nav a{margin:auto}nav ul{display:flex;flex-wrap:wrap;justify-content:center;width:100%;position:static}nav ul li{margin:.5em;text-align:center}nav ul li:first-child,nav ul li:last-child{width:100%}}main{margin:1em auto;width:75%;padding:.5em 2em;background-color:#f0f0f0;display:flex;flex-direction:column;line-height:1.5}main #page-title{text-transform:uppercase;margin:.5em 0 0 0;font-size:1.5em}main h2{font-size:1.25em}main p{margin:1em 0}main li{list-style-type:square;margin-bottom:1.5em}main li:last-of-type{margin-bottom:0}main img.cosmetic{height:auto;min-width:50px;max-width:100%}main #post-share-links{margin-top:2em}@media(max-width:480px){main{width:auto}}h1{font-family:Tahoma,Verdana,Segoe,sans-serif}h2,h3,h4,h5,h6{font-family:Tahoma,Verdana,Segoe,sans-serif}#page-modified-date{color:#3d3d3d;font-size:.8em;margin-top:auto}footer{background-color:#8e2d1c;color:white;height:95px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;margin-top:auto}footer a{color:white;text-decoration:none}footer a:hover{text-decoration:underline;color:white}footer .footer-contact-info{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;padding:1em}footer .footer-contact-info a{text-align:center;margin:0 1em}#website-credit{font-size:.8em}@media(max-width:960px){footer{height:auto}footer .footer-contact-info{flex-direction:column}footer .footer-contact-info a{margin-bottom:.75em}footer .footer-contact-info a:last-child{margin-bottom:0}}