@import url('https://fonts.googleapis.com/css2?family=Inspiration&family=Raleway:wght@300&display=swap');


.topnav {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  
  	font-family: 'Raleway', sans-serif;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #0c549b;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  	font-family: 'Raleway', sans-serif;
}

.topnav a.icon {
   background-color: #0c549b ;
   color: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  	font-family: 'Raleway', sans-serif;
 font-size: 200%;
}

.topnav a:hover {
  background-color: #0c549b ;
  color: white;
  	font-family: 'Raleway', sans-serif;
  
}

.active {
  background-color: #0c549b ;
  color: white;
  font-family: 'Raleway', sans-serif;
  margin: auto 0;
  border: 1px solid black;
}
