* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 0px;
}

.menu {
    overflow-x: hidden;
    padding: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
}

.greyback {
    background-color: #cccccc;
}

.header {
    overflow-x: hidden;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
}

.content {
    padding: 10px;
    margin-bottom: 2px;
    background-color: #ffffff;
    color: #000000;
    /*border-style: solid;*/
}


      
@media only screen and (max-width: 600px) {
    /* For mobiles: */
    .col-m-0 {width: 0%;}
    .col-m-1 {width: 100%;}
    .col-m-2 {width: 100%;}
    .col-m-3 {width: 100%;}
    .col-m-4 {width: 100%;}
    .col-m-5 {width: 100%;}
    .col-m-6 {width: 100%;}
    .col-m-7 {width: 100%;}
    .col-m-8 {width: 100%;}
    .col-m-9 {width: 100%;}
    .col-m-10 {width: 100%;}
    .col-m-11 {width: 100%;}
    .col-m-12 {width: 100%;}
}      
      
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-t-0 {width: 0%;}
    .col-t-1 {width: 8.33%;}
    .col-t-2 {width: 16.66%;}
    .col-t-3 {width: 25%;}
    .col-t-4 {width: 33.33%;}
    .col-t-5 {width: 41.66%;}
    .col-t-6 {width: 50%;}
    .col-t-7 {width: 58.33%;}
    .col-t-8 {width: 66.66%;}
    .col-t-9 {width: 75%;}
    .col-t-10 {width: 83.33%;}
    .col-t-11 {width: 91.66%;}
    .col-t-12 {width: 100%;}
}
@media only screen and (min-width: 1200px) {
    /* For desktop: */
    .col-0 {width: 0%;}
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


img.logo {
    display: block;
    float: left;
    max-width: 100%;
    border-radius: 13px;
    margin: 0;
    padding: 0;
    height: auto;
    <!-- box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5); -->
}

img.header {
    display: block;
    float: right;
    max-width: 100%;
    border-radius: 13px;
    margin: 0;
    padding: 0;
    height: auto;
    
    <!-- box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.5); -->
}

img.gallery {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.committee {
  border-radius: 8px;
  height: 60px;
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.footer {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

img.boots {
    float: left;
    margin: 0 0 0 0; 
}

img.newsletter {
    float: right;
    margin: 25 50 0 0;
    max-width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


div {color: #000000; font: 15px Arial, sans-serif;}

p {color: #000000; font: 15px Arial, sans-serif;}

h1 {color: #000000; text-align: left;font: 25px Arial, sans-serif;}

h2 {color: #000000; text-align: left;font: 18px Arial, sans-serif;}

h3 {color: #000000; text-align: left;font: 15px Arial, sans-serif;}

center {color: #000000; font: 15px Arial, sans-serif;}


/*TOP MENU*/

body {margin:0;
      overflow-x:hidden;}

.topnav {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #3e9745;
  border-radius: 13px;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
}

.topnav a {
  z-index: 1000;
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #bdd746;
  color: #ffffff;
  z-index: 1000;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    z-index: 1000;
  }
}

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

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    z-index: 1000;
  }

}

/*END OF TOP MENU*/


/*Home page photos*/

div.gallery {
    margin: 0px;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background: #3e9745;
    padding: 5px; 
    float: left;
    align-content: center;

}

div.medialinks {
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background: #ffffff;
    padding: 5px; 
    float: left;
    width: 33.32%;
}

div.heading {
    color: #ffffff; 
    text-align: center;
    font: 25px Arial, sans-serif;
    margin-top: 0px;
    margin: 0px;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background: #3e9745;
    padding: 5px; 
    float: left;
}

div.largetext {
    color: #000000f; 
    font: 20px Arial, sans-serif;
    margin-top: 0px;
    margin: 0px;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background: #ffffff;
    padding: 5px; 
    float: left;


}

/*top margin to keep headers lower than the menu*/
 
.topmargin {
    margin-top: 35px;
}

div.content {
    color: #000000; 
    text-align: left;
    font: 15px Arial, sans-serif;
    margin: 0px;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background: #ffffff;
    padding: 5px; 
    float: left;

}


div.footer {
    color: #3e9745; 
    text-align: left;
    font: 14px Arial, sans-serif;
    margin: 10 0 10 0;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #3e9745;
    background: #ffffff;
    padding: 5px; 
    float: left;

}

div.committee {
    display: table-cell;
    color: #000000; 
    text-align: center;
    font: 15px Arial, sans-serif;
    margin: 0px;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background: #eeeeee;
    padding: 5px; 
    float: left;

}

table.committee {
    cellspacing: 4px;
    cellpadding: 8px;
    border: 1px;
}


div.gallery img {
    max-width: 100%;
    height: auto;
}

div.desc {
    padding: 10px;
    text-color: #ffffff; 
    text-align: center;
    font: 15px Arial, sans-serif;
    overflow-wrap: normal;
    color: #ffffff; font: 15px Arial, sans-serif;
}



/* unvisited link on green */
a.ongreen:link {
    color: #bdd746;
    font-weight: bold;
}

/* visited link on green */
a.ongreen:visited {
    color: #bdd746;
    font-weight: bold;
}

/* mouse over link on green */
a.ongreen:hover {
    color: #a3e4f6;
    font-weight: bold;
}

/* selected link on green */
a.ongreen:active {
    color: #bdd746;
    font-weight: bold;
}


/* unvisited link on grey */
a.ongrey:link {
    color: #3e9745;
    font-weight: bold;
}

/* visited link on grey */
a.ongrey:visited {
    color: #3e9745;
    font-weight: bold;
}

/* mouse over link on grey */
a.ongrey:hover {
    color: #000000;
    font-weight: bold;
}

/* selected link on grey */
a.ongrey:active {
    color: #3e9745;
    font-weight: bold;
}




/*WELCOME PHOTOS IN EQUAL HEIGHT COLUMNS*/
{
    box-sizing: border-box;
}

.col-container {
    display: table;
    
}
.col {
    display: table-cell;
    width: 25%;
    margin: 0px;
    border-radius: 13px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    background: #3e9745;
    padding: 5px; 
    align-content: center;
}

@media only screen and (max-width: 600px) {
    .col { 
        display: block;
        width: 100%;
    }
}


