/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.contact-form .m-0:textarea {
  background-color: #01d4b1;
  color: #01d4b1;
}
.g-menu-item-content:hover {
  background-color: #ffffff;
}
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 3px;
}
/* This is the code for the main menu dropdowns */
.g-main-nav .g-dropdown, .g-main-nav .g-standard .g-dropdown .g-dropdown {
  color: #01d4b1;
  /* No idea what this is doing, if anything. Text Color */
  opacity: 1;
  background-color: #86A3BC;
  position: absolute;
  top: auto;
  left: auto;
  visibility: hidden;
  overflow: hidden;
}
/* The link colors here control the direct links on the main menu, not the dropdown menu text links */
#main-menu {
  padding: 1px 1px 0;
  background-color: #86A3BC;
  /* Center the main menu on the page */
  width: 100%;
  text-align: center;
}
#main-menu a:link {
  color: #000000;
}
#main-menu a:visited {
  color: #000000;
}
#main-menu a:hover {
  color: #01d4b1;
}
#main-menu a:active {
  color: #0011ff;
}
#g-footer {
  background-color: #86A3BC;
  /* color: #ffffff; */
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
#g-footer a:link {
  color: #000000;
}
#g-footer a:visited {
  color: #000000;
}
#g-footer a:hover {
  color: #ffffff;
}
#g-footer a:active {
  color: #ffffff;
}
.g-main-nav {
  background-color: #86A3BC;
}
.g-main-nav > ul > li {
  margin: 0 0.5rem;
}
/* This is the code for the main menu text for the dropdowns */
#g-header {
  padding: 0rem 0;
  color: #000000;
  background-color: #86A3BC;
}
/* This controls the color for the rows in the Board Minutes table */
.board_minutes_table tr:nth-child(even) {
  background-color: #ffffff;
}
.board_minutes_table tr:nth-child(odd) {
  background-color: #ffffff;
}
/* Controls all custom modules */
.mod-custom.custom a:link {
  color: #000000;
}
.mod-custom.custom a:visited {
  color: #000000;
}
.mod-custom.custom a:hover {
  color: #01d4b1;
}
.mod-custom.custom a:active {
  color: #0011ff;
}
/* Center the menu in the Footer of the Home Page */
.footer-menu {
  text-align: center;
}
/* The outline border around the table for the Articles on the: Board Minutes >> Articles >> Category List page. I'm also setting the text color within this box */
.table, .table-bordered {
  color: #000000;
  /* Text Color */
  border-color: #ff0000 #ff0000 #ff0000 #ff0000;
  border-width: 2px 2px 2px 2px;
  padding: 5px 5px 5px 5px;
}
.table a:link, .table-bordered a:link {
  color: #000000;
}
.table a:visited, .table-bordered a:visited {
  color: #000000;
}
.table a:hover, .table-bordered a:hover {
  color: #01d4b1;
}
.table a:active, .table-bordered a:active {
  color: #0011ff;
}
/* The color of the number-of-items per-page drop-box on the Board Minutes >> Articles >> Category List page */
.form-select {
  color: #000000;
  background-color: #ff0000;
  border: 1px solid #ffffff;
  margin: 5px;
}
/* "New Article" button at the bottom of the Board Minutes >> Articles >> Category List page */
.btn-primary {
  font-family: "Abhaya Libre";
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #ff0000;
  color: #000000;
  border: 1px solid white;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
}
/* Put a space at the top of the main page body "Town of Holly" */
.com-content-article__body {
  margin: 2rem 0rem 0rem 0rem;
}
/* This is the padding/box around everything */
.g-content {
  margin: 0rem;
  padding: 0rem;
}
#g-features {
  padding: 0rem 0;
  background-color: #ff2f2f;
}
#g-intro {
  padding: 0rem 0;
}
/* Changes the line spacing of the main body of the home page */
body {
  line-height: 130%;
}
/* The color for links I'm using is: 01d4b1 ~ Acid Green  */
/*# sourceMappingURL=custom_14.css.map */