body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}

a,
a:visited {
  text-decoration: none;
  border: medium none;
  outline: medium none;
}

p {
  color: #58595b;
  font: 14px/21px Arial, sans-serif;
}

hr {
  color: #0e6745;
  width: 100%;
}

#align {
  margin: auto;
  position: relative;
  width: 1020px;
}

#wrapper {
  margin: 20px 20px 0px 20px;
  width: auto;
  position: relative;
}

#header {
  height: 125px;
  display: block;
}

a#home-logo {
  border: none;
}

img#home-logo {
  float: left;
  min-width: 199px;
  max-width: 199px;
}

.contactHeading {
  color: #0e6745;
  font-family: Helvetica;
  font-size: 1.5em;
  font-weight: bold;
}

/*h1 {*/
/*    background: url("images/Pace_Logo.jpg") no-repeat scroll 0 0 transparent;*/
/*    float: left;*/
/*    text-indent: -999em;*/
/*    width: 320px;*/
/*    height: 200px;*/
/*    margin: 0;*/
/*}*/

#navigation {
  float: right;
  width: 600px;
  margin-top: 100px;
}

ul.main-menu {
  height: 50px;
  float: right;
  padding: 0px;
}

li.main-menu {
  display: inline;
  float: left;
  font: 14px/18px "Open Sans", Arial, sans-serif;
  padding: 5px 20px;
}

#navigation a {
  text-transform: uppercase;
  color: #0e6745;
  height: 40px;
}

#navigation a:hover,
#navigation a:focus {
  color: #000000;
  padding-bottom: 2px;
}
/* 
#picture {
    background: url("images/mainpic.jpg") no-repeat;
    height: 300px;
} */

#content {
  height: 100%;
}
.container {
  display: flex;
  flex-direction: column;
  font: 14px/21px Arial, sans-serif;
}

.row {
  display: flex;
  margin-bottom: 10px;
}

.column1 {
  width: 25%;
  /* background-color: #f2f2f2; */
  padding: 10px;
  display: flex;
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
}

.column2 {
  width: 75%;
  /* background-color: #e0e0e0; */
  padding: 10px;
  float: left;
  margin-top: 0px;
  text-align: left;
}

.column1 img {
  max-width: 135px;
}

#right {
  float: left;
  margin-top: 40px;
  margin-top: 0px;
  text-align: left;
  width: 600px;
  padding: 0 0 0 20px;
  height: 100%;
}

#rightcontact {
  float: left;
  margin-top: 40px;
  margin-top: 0px;
  text-align: left;
  width: 600px;
  /* height: 900px; */
  padding: 0 0 0 20px;
}

#left {
  float: left;
  display: block;
  width: 350px;
  text-align: left;
  margin-top: 50px;
  margin-top: 0px;
  padding: 0;
}

#options {
  display: inline;
  float: left;
  width: 299px;
  padding-right: 30px;
  margin: 0;
  text-align: left;
}

h2,
h2 a {
  color: #0e6745;
  font-family: Helvetica;
}

h3,
h3 a {
  color: #0e6745;
  font-family: Helvetica;
  font-size: 18px;
  margin: 0px;
}

a.readmore {
  margin-top: 8px;
  color: #ffffff;
  display: inline-block;
  height: 33px;
  background: url("images/button.jpg") no-repeat;
  width: 20%;
  padding: 6px 0 0 10px;
  font-weight: bold;
}

a.readmore:hover,
a.readmore:focus {
  color: #ffffff;
  display: inline-block;
  height: 33px;
  background: url("images/button_hover.jpg") no-repeat;
  width: 20%;
}

a.readmoreCenter {
  color: #ffffff;
  display: inline-block;
  height: 33px;
  background: url("images/button.jpg") no-repeat;
  background-position: center;
  width: 20%;
  padding-top: 12px;
  font-weight: bold;
}

a.readmoreCenter:hover,
a.readmoreCenter:focus {
  color: #ffffff;
  display: inline-block;
  height: 33px;
  background: url("images/button_hover.jpg") no-repeat;
  background-position: center;
  width: 20%;
}

#clear {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  min-height: 0;
  line-height: 0;
}

#footer {
  clear: both;
  height: 180px;
  background: url("images/footer_bg2.jpg") no-repeat;
  background-position: center;
  margin-top: 25px;
  min-width: 1024px;
}

#footerwrap {
  width: 980px;
  text-align: center;
  margin: auto;
  border-top: 1px dotted #56947c;
}

p.footertext,
p.footertext a {
  display: inline;
  float: left;
  color: #56947c;
  text-align: left;
  font: 13px/20px Helvetica, Verdana, sans-serif;
  padding: 15px 0 15px 10px;
  width: 300px;
}

p.footertext a {
  padding: 0;
}

p.footertext a:hover,
p.footertext a:focus {
  text-decoration: underline;
}

.paragraphTitle {
  font-weight: bold;
  font-size: 16px;
}

.topnav {
  overflow: hidden;
  /* background-color: #008000; */
  /* background-color: #128a4e; */
  /* background-color: #314f1e; */
  background-color: #0e703f;
}

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

.active {
  /* background-color: #4CAF50; */
  /* background-color: #008000;
    background-color: #128a4e;

    background-color: #19b564;
    background-color: #0e703f;
    background-color: #19b564; */
  /* background-color: #128a4e; */
  background-color: #000;
  border: 1px solid transparent;

  /* background-color: #314f1e; */
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border: 1px solid transparent;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover,
.dropdown .dropbtn:hover,
.topnav a:focus,
.dropdown .dropbtn:focus {
  /* background-color: #4CAF50; */
  /* background-color: #128a4e; */
  /* background-color: #314f1e; */
  /* background-color: #0e703f; */
  background-color: #fff;
  border: 1px solid #0e703f;
  color: #000;
}

.dropdown-content a.active {
  color: #fff;
}

.dropdown-content a:hover,
.dropdown-content a:focus {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  /* .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    } */
  .topnav a.icon {
    float: right;
    display: block;
  }
}

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