@charset "utf-8";
/* CSS Document */
/* These web pages are copyright to Nevin Childs 2025. They may not be copied or modified without written permission to nc@saam.org.au  */

.topnav {
	overflow: hidden;
}

.topnav a {
	float: left;
	display: block;
	color: #2A398C;
	text-align: center;
	font-weight:bold;
	padding: 14px 12px;
	text-decoration: none;
	font-size: 16px;
}

.topnav a:hover {
	background-color: #FFF;
	color: #F00;
}

.topnav a.active {
	background-color: #D8E1ED;
	color: #2A398C;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 921px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 921px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
