﻿body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #006296;
  margin-bottom:3px;
}

.topnav a {
  float: center;
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:#04AA6D;
  color: white;
}

/*.topnav a.active {
  background-color: #04AA6D;
  color: white;
}*/

.topnav .icon {
  display: none;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.header{
  padding: 2px;
  background-color:#096398;
  float: center;
  color: white;
  margin-bottom:3px;
  }
 .footer {
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 12px;
      text-align: center;
      background: #10595f;
      color: white;

    }

    .heading{
    background-color:#7a0764;
    color: white;
    margin-bottom:3px;
    text-align: center;
}
