:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

body{margin:0px;}

.header{ background-color:#FFFFFF;height:106px;display: flex;
  justify-content: center;

}

.center{width:1200px;}

.navbg{background-color:#314d7a;height:48px;display: flex;
  justify-content: center;}

.toplogo{margin-top:10px;}
.topnav {
  overflow: hidden;
 /* background-color: #00660F;
  border-radius: 5px;*/
  margin-top:0px;
  /*box-shadow: 1px 1px 1px 1px #CCCCCC;*/
  width:1200px;

}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:#007acc;
  color: black;
}

.topnav a.active {
  background-color:#CCCCCC;
  color: #314d7a;
}

.topnav .icon {
  display: none;
}

footer{background-color:#314d7a;display: flex;
  justify-content: center;margin-top:20px;height:100%}


  footer p{color:#FFFFFF;font-size:14px}
footer a{color:#FFFFFF}


@media screen and (max-width: 1100px) {

.center{width:1000px;}
.topnav{width:1000px;}

}

@media screen and (max-width: 1000px) {

.center{width:900px;}
.topnav{width:900px;}

}

@media screen and (max-width: 900px) {

.center{width:800px;}
.topnav{width:800px;}

}

@media screen and (max-width: 800px) {

.center{width:800px;}
.topnav{width:800px;}

}

@media screen and (max-width: 600px) {

  .center{width:100%;}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .bodycontainer{ width:auto;}
   .footercontainer{ width:auto;}
   .footercontainer img{width:30%}
   .headerh1{display:none}

}

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