@charset "UTF-8";
body {
  background-color: #FFFFFF;
  color: #0C3A38;
  font-family: source-sans-pro, sans-serif;
}


h1 {
  font-weight: 600;
  margin-left: 10px;
  float: left;
    }

    @media screen and (max-width: 768px) {
        h1 {
            font-size: 30px; /* Smaller font size on medium screens */
        }
    }

 
nav {
  float: right;
}
footer {
  text-align: center;
  font-size: small;
  position: static;
  bottom: 0px;
  width: 100%;
  padding-bottom: 20px;
  clear: both;
}
nav a {
  color: #0C3A38;
  text-decoration: none;
  font-weight: 600;
}
.navlist {
  list-style-type: none;
  float: right;
}
.navlistitem {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}