body, p, h1, h2, h3, h4, h6 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.container header {
  width: 100%;
}

header #topbanner {
  margin-bottom: 10px;
  border-radius: 8px;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, white 0%, #d7d7d7 100%);
  padding-top: 0px;
}

#topbanner #textleft {
  float: left;
  margin-top: 10px;
  margin-left: 6px;
  font-size: x-small;
  font-weight: bolder;
}

#topbanner #logo img {
  float: right;
  position: relative;
  margin-right: 23px;
  margin-top: 11px;
}

@media screen and ( max-width : 482px ) {
  #topbanner #logo img {
    margin-top: 20px;
  }
  .container .menu ul {
  }
  ul.topnav li:not(:first-child) {
    display: none;
  }
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav {
    list-style-type: none;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -3px;
    padding: 0px;
    overflow: hidden;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #569c49 0%, #243b20 100%);
  }
  ul.topnav li {
    float: left;
  }
  ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
transition: all 0.3s ease 0s;
    font-size: 17px;
  }
  ul.topnav li a:hover {
    background-color: #555555;
  }
  ul.topnav.responsive {
    position: relative;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  #topbanner #logo img {
    float: right;
    margin-right: 15px;
    width: 46%;
    height: 50%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 12px;
  }
  .container .menu .bigmenu {
    margin-top: -9999px;
    margin-left: -9999px;
    position: absolute;
  }
  .container #maincontent {
    border-radius: 8px;
    background-image: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.72) 36.79%, rgba(255, 255, 255, 0.72) 68.91%, white 100%);
    padding-bottom: 91px;
    opacity: 1;
    margin-top: 15px;
    overflow-y: auto;
  }
  .container #maincontent #content1 {
    width: 90%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
  .container #maincontent #content1 a:link {
    text-decoration: none;
    color: white;
    font-size: small;
  }
  .container #maincontent #content1 a:visited {
    text-decoration: none;
    color: #148000;
    font-size: small;
  }
  .container #maincontent #content1 a:hover {
    text-decoration: none;
    color: #b300d3;
    font-size: small;
  }
  #maincontent #content1 #linkbutton {
    margin: 46px auto 38px;
    width: 250px;
    text-align: center;
    border-radius: 5px;
    background-color: #7f9a77;
    height: 42px;
    padding-top: 18px;
  }
  .container #maincontent #content2 {
    margin: 45px auto -6px;
    width: 261px;
  }
}

@media screen and ( max-width : 768px ) and ( min-width : 483px ) {
  .container .menu ul {
  }
  ul.topnav li:not(:first-child) {
    display: none;
  }
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  ul.topnav {
    list-style-type: none;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -3px;
    padding: 0px;
    overflow: hidden;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #569c49 0%, #243b20 100%);
  }
  ul.topnav li {
    float: left;
  }
  ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
transition: all 0.3s ease 0s;
    font-size: 17px;
  }
  ul.topnav li a:hover {
    background-color: #555555;
  }
  ul.topnav.responsive {
    position: relative;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
  #topbanner #logo img {
    float: right;
    margin-right: 15px;
    width: 46%;
    height: 50%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 7px;
  }
  .container .menu .bigmenu {
    margin-top: -9999px;
    margin-left: -9999px;
    position: absolute;
  }
  .container #maincontent {
    border-radius: 8px;
    background-image: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.72) 36.79%, rgba(255, 255, 255, 0.72) 68.91%, white 100%);
    padding-bottom: 27px;
    opacity: 1;
    padding-top: 0px;
    margin-top: 12px;
  }
  .container #maincontent #content1 {
    width: 90%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    padding-top: 8px;
  }
  .container #maincontent #content1 a:link {
    text-decoration: none;
    color: white;
    font-size: large;
  }
  .container #maincontent #content1 a:visited {
    text-decoration: none;
    color: #148000;
    font-size: large;
  }
  .container #maincontent #content1 a:hover {
    text-decoration: none;
    color: #b300d3;
    font-size: large;
  }
  #maincontent #content1 #linkbutton {
    margin: 46px auto 45px;
    width: 370px;
    text-align: center;
    border-radius: 5px;
    background-color: #7f9a77;
    height: 45px;
    padding-top: 18px;
  }
  .container #maincontent #content2 {
    margin: 45px auto 30px;
    width: 261px;
  }
}

@media ( min-width : 769px ) {
  .container .menu ul.topnav {
    visibility: hidden;
    width: 1px;
    height: 1px;
  }
  header #topbanner #textleft {
    margin-left: 27px;
    font-weight: bolder;
    position: absolute;
    margin-top: 3px;
    font-size: medium;
  }
  .container header #topbanner {
    width: 100%;
    height: 73px;
  }
  .container #maincontent {
    width: 100%;
    border-radius: 8px;
    margin-top: 11px;
    padding-bottom: 22px;
    background-image: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.72) 36.79%, rgba(255, 255, 255, 0.72) 68.91%, white 100%);
    overflow-y: auto;
  }
  .menu ul.bigmenu #largemenu {
    width: 100%;
    height: auto;
  }
  ul {
    list-style-type: none;
    margin: 0px;
    overflow: hidden;
    background-image: linear-gradient(180deg, #569c49 0%, #062400 100%);
    border-radius: 8px;
  }
  li {
    float: left;
  }
  li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  li a:hover, .dropdown:hover .dropbtn {
    border-radius: 8px;
    background-image: linear-gradient(180deg, #424242 0%, #171717 100%);
  }
  li.dropdown {
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #569c49;
    min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-image: linear-gradient(180deg, #858785 0%, #3f3f3f 98.96%, #1d2e1a 98.96%, #172b14 100%);
  }
  .dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .dropdown-content a:hover {
    background-color: #464846;
  }
  .container #maincontent #content1 {
    width: 90%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
  }
  .container #maincontent #content1 a:link {
    text-decoration: none;
    color: white;
    font-size: large;
  }
  .container #maincontent #content1 a:visited {
    text-decoration: none;
    color: white;
    font-size: large;
  }
  .container #maincontent #content1 a:hover {
    text-decoration: none;
    color: #b300d3;
    font-size: large;
  }
  .container #maincontent #content2 {
    margin: 45px auto 25px;
    width: 261px;
  }
  #maincontent #content1 #linkbutton {
    margin: 46px auto 39px;
    width: 450px;
    text-align: center;
    border-radius: 5px;
    background-color: #7f9a77;
    height: 54px;
    padding-top: 18px;
  }
}

#linkbutton {
  font-size: small;
}

