* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  /* prevent mobile safari from upscaling font-size */
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  /* required for smooth scroll on iphone */
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  font-size: 1em;
  background: #fcfcfc;
  overflow-x: hidden;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5rem;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4 {
  color: #484848;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 3.6rem;
  line-height: 3rem;
  padding: 0vh 0;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  line-height: 2rem;
  color: #00707B;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  h2 {
    font-size: clamp(1.6rem, 1.6vw, 1.8rem);
    line-height: 2.6rem;
    padding: 4vh 0 4vh;
    font-weight: 500;
    text-align: left;
  }
}

h3 {
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 0;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  h3 {
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0;
    line-height: 1.2rem;
  }
}

h3 a {
  font-size: 1rem;
}

.banner {
  color: #fff;
  font-size: 1.2rem;
  background-color: #904a20;
  padding: 0.8rem 2rem;
  border-radius: 0 12px 12px 0;
  margin-top: 8vh;
}

h4 {
  font-size: 0.8rem;
  font-weight: normal;
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  h4 {
    font-size: 0.6rem;
    color: #fff;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  h4 {
    font-size: 0.8rem;
    color: #fff;
  }
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  p {
    color: #5e5e5e;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
}

li {
  font-size: 1rem;
  line-height: 1.2rem;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  li {
    font-size: 0.9rem;
  }
}

.indent30 {
  margin: 0 0 2vh 30px;
  list-style-type: none;
}

.indent20 {
  margin: 0rem 0 0 20px;
}
.indent20 li {
  line-height: 1rem;
}

.emphasis {
  font-size: 1.1rem;
  line-height: 2rem;
}

.align-right {
  text-align: right;
}

.short li {
  line-height: 0.8rem;
}

/* Headings, Lists, Anchors */
.heading-1 {
  margin: 2rem 0 0rem;
  padding-bottom: 0;
  color: #464646;
  text-align: center;
}

.heading-2 {
  margin: 2rem 0;
  padding: 2rem;
  color: #fff;
  color: #fff;
}

.heading-outline {
  margin-top: 8vh;
  color: #00707b;
  width: auto;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .heading-outline {
    text-align: center;
    z-index: 2;
    margin: -100px auto 0;
    width: 30vw;
    padding: 1rem;
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .heading-outline {
    width: 28vw;
  }
}

.heading-3 {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  height: 5rem;
  position: relative;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .heading-3 {
    margin: 1vh auto;
    padding-left: 4rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
}

.heading-3:hover {
  cursor: pointer;
}

.subheading {
  font-size: 1.2rem;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .subheading {
    font-size: 1.2rem;
    padding-top: 2em;
  }
}

a {
  text-decoration: none;
  color: #00707b;
}

.more {
  font-size: 0.7rem;
  color: #fff;
  font-weight: 400;
  border-radius: 4px;
  background-color: #00707b;
  box-shadow: 1px 1px #bbb;
  padding: 0.3rem;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .more {
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
    transition: background-color 100ms ease-in-out;
  }
}

.more:hover {
  background-color: #00707b;
  color: #fff;
}

.camera {
  color: #000;
}

.camera:hover::after {
  content: " Zoom link active 10 min before meeting time.";
  visibility: visible;
  color: brown;
}

.initiative_more {
  color: #fff;
  background-color: #584d0e;
  font-size: 0.9rem;
  padding: 0.35rem;
  font-weight: 400;
  border-radius: 4px;
  box-shadow: 1px 1px #2c2607;
  padding: 0.3rem;
  transition: background-color 125ms ease-in-out;
}

.initiative_more:hover {
  background-color: #dbc024;
  color: #444;
  font-weight: 500;
}

.zoom_btn {
  color: #fff;
  background-color: #5c701c;
  font-size: 0.7rem;
  border-radius: 4px;
  box-shadow: 1px 1px #2c2607;
  padding: 0.4rem 0.6rem 0.2rem;
  transition: background-color 125ms ease-in-out;
}

.zoom_btn:hover {
  background-color: #dbc024;
  color: #444;
  font-weight: 500;
}

.page_anchor {
  position: relative;
  visibility: hidden;
  padding: 10vh 0;
}

.doc_link {
  color: #555555;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 0.5rem 1rem 0 0;
  text-decoration: none;
}

.doc_link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.formlist, .plain {
  list-style-type: none;
}

.formlist li {
  font-size: 1rem;
  margin: 0.5rem 0 0 2vw;
}

.formlist li a {
  font-size: 1rem;
  color: #464646;
}

.formlist li a:hover {
  color: red;
}

ul {
  color: #5e5e5e;
}

li {
  margin-bottom: 0.5rem;
  line-height: 1rem;
}

ol li {
  margin-left: -50px;
}

.name_address {
  list-style-type: none;
}
.name_address li {
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin: 0;
}

nav {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: rgba(18, 18, 18, 0.9);
  z-index: 5;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  nav {
    position: sticky;
    top: 0;
  }
}

#nav2 {
  height: 40px;
  position: sticky;
  top: 60px;
  z-index: 4;
  background-color: rgba(68, 50, 26, 0.9);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 1024px) and (pointer: coarse) {
  #nav2 {
    display: none;
  }
}

nav a, #nav2 a {
  color: #efefef;
}

#nav2 li, #nav2 a {
  font-size: clamp(1vw, 1.2vw, 2vw);
}

.logo_container {
  float: left;
  height: 42px;
  margin: 9px 0 0 2%;
  font-weight: 500;
  color: #efefef;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .logo_container {
    margin: 9px 0 0 4vw;
  }
}

.logo-1 {
  font-size: 2.2rem;
}

.logo-2 {
  font-size: 1.2rem;
  letter-spacing: 0.78rem;
  padding-left: 7px;
}

@media screen and (max-width: 1024px) and (pointer: coarse) {
  .main_menu {
    position: absolute;
    padding-top: 4vh;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #464646;
    transform: translateY(-160vh);
    transition: transform 350ms ease-in-out;
  }
}
@media screen and (min-width: 1000px) and (pointer: coarse) and (orientation: landscape) {
  .main_menu {
    float: right;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .main_menu {
    float: right;
    margin-right: 4vw;
    height: 60px;
  }
}

@media screen and (max-width: 1024px) and (pointer: coarse) {
  .menu2 {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (pointer: coarse) and (orientation: landscape) {
  .menu2 {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .menu2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4vw;
    padding: 0;
    text-decoration: none;
  }
}

.menu2 li {
  display: inline-block;
  padding: 10px 0 0 6vw;
  padding-left: clamp(4px, 1.6vw, 1.6vw);
  color: #efefef;
}

.dd_only {
  color: gold;
  padding: 2vh;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .dd_only {
    display: none !important;
  }
}

.main-active {
  transform: translateY(0);
}

@media screen and (max-width: 1024px) and (pointer: coarse) {
  .main_menu li {
    display: block;
    width: 80vw;
    padding: 0.3rem 0;
    position: relative;
    margin: 0 0 0 10%;
  }
}
@media screen and (min-width: 1000px) and (pointer: coarse) and (orientation: landscape) {
  .main_menu li {
    display: inline-block;
    padding: 18px 0;
    list-style: none;
    position: relative;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .main_menu li {
    display: inline-block;
    padding: 18px 0;
    /* allow enough padding-bottom to ensure smooth hover for dd-menu */
    list-style: none;
    position: relative;
  }
}

.main_menu li a, .main_menu2 li a {
  display: block;
  font-size: 1.2rem;
  padding: 0.3rem 0.8rem;
  margin-top: 0px;
}
@media screen and (max-width: 1000px) and (orientation: landscape) and (pointer: coarse) {
  .main_menu li a, .main_menu2 li a {
    padding: 0.4rem 0.8rem;
  }
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  .main_menu li a, .main_menu2 li a {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1000px) and (pointer: coarse) and (orientation: landscape) {
  .main_menu li a, .main_menu2 li a {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .main_menu li a, .main_menu2 li a {
    font-size: clamp(0.5rem, 1.2vw, 1.3rem);
    padding: clamp(0.5vw, 0.9vw, 1.3vw);
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-decoration: none;
  }
}

.nav-short {
  padding: 2rem 0.8rem;
}

/* the dropdown list */
.dd_menu {
  overflow: hidden;
}
@media screen and (min-width: 1000px) and (pointer: coarse) and (orientation: landscape) {
  .dd_menu {
    display: none;
    position: absolute;
    top: 58px;
    width: 20vw;
    background-color: #000;
    padding: 10px;
    border-radius: 0px 0px 6px 6px;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .dd_menu {
    display: none;
    position: absolute;
    top: 58px;
    background-color: #000;
    padding: 10px;
    border-radius: 0px 0px 6px 6px;
  }
}

.dd_menu-1 {
  transition: height 350ms ease-in-out;
  height: auto;
}
@media screen and (max-width: 1000px) and (orientation: landscape) and (pointer: coarse) {
  .dd_menu-1 {
    height: 52vh;
  }
}

.dd_menu-2 {
  transition: height 350ms ease-in-out;
  height: auto;
}

@media screen and (max-width: 1024px) and (pointer: coarse) {
  .dd_menu-hidden {
    height: 0;
  }
}

.main_menu li:hover ul {
  display: block;
}

.dd_menu li {
  margin-left: 40px;
}
@media screen and (min-width: 1000px) and (pointer: coarse) and (orientation: landscape) {
  .dd_menu li {
    width: 220px;
    border-radius: 0 4px 4px 0;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .dd_menu li {
    width: 220px;
    border-radius: 0 4px 4px 0;
    padding: 0.5rem 0;
  }
}

.dd_menu li a {
  padding: 0.4rem 0.5rem;
  z-index: 4;
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  .dd_menu li a {
    padding: 1.2rem 0;
  }
}

nav ul li ul li a:hover {
  background-color: #888;
}

@media screen and (min-width: 800px) and (pointer: fine) {
  .TGaz a {
    color: #015733;
    background-color: #f9fac9;
    border-radius: 4px;
    font-weight: bold;
  }
}

.burger {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 4vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) and (pointer: coarse) and (orientation: landscape) {
  .burger {
    display: none;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .burger {
    display: none;
  }
}

.pop-li {
  display: none;
}

.burger div {
  position: absolute;
  right: 4vw;
  z-index: 4;
  width: 28px;
  height: 3px;
  padding: 0;
  background-color: #fff;
  right: 4vw;
  z-index: 4;
  cursor: pointer;
}

.line-1 {
  transition: top 300ms ease-in-out, transform 500ms;
  transition-delay: 500ms;
  top: 10px;
}

.line-1-active {
  top: 20px;
  transform: rotate(-45deg);
}

.line-2 {
  transition: opacity 300ms ease-in-out;
  top: 20px;
}

.line-2-active {
  opacity: 0;
}

.line-3 {
  transition: top 300ms ease-in-out, transform 500ms ease-in-out;
  transition-delay: 500ms;
  top: 30px;
}

.line-3-active {
  top: 20px;
  transform: rotate(45deg);
}

/***********************
    Header
*************************/
header {
  position: relative;
  width: 100%;
  height: 60vh;
}

.hero {
  background: url(../images/header/taghkanic_forest.jpg) no-repeat;
  background-position: 20% 60%;
  animation: shiftHeader 1000ms ease-in;
  background-size: cover;
  height: 70vh;
}

.hero2 {
  background: url(../images/header/flowers_butterfly.jpg) no-repeat;
  background-position: 20% 90%;
  background-size: cover;
}

.hero2b {
  background: url(../images/header/fall_leaves.jpg) no-repeat;
  background-position: 20% 50%;
  background-size: cover;
}

.hero3 {
  background: url(../images/header/taghkanic3.jpg) no-repeat;
  background-position: 50% 90%;
  background-size: cover;
}

.hero3b {
  background: url(../images/header/deer.jpg) no-repeat;
  background-position: 0 60%;
  background-size: cover;
}

.hero4 {
  background: url(../images/header/gavel.jpg) no-repeat;
  background-position: 25% 30%;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .hero4 {
    background: url(../images/header/gavel.jpg) no-repeat;
    background-position: 25% 50%;
    background-size: cover;
  }
}

.hero4y {
  background: url(../images/header/rooster.jpg) no-repeat;
  background-position: 80% 25%;
  height: 60vh;
}

.hero4x {
  background: url(../images/header/barn_in_snow-med.jpg) no-repeat;
  background-position: 50% 60%;
  background-size: cover;
}

.hero5 {
  background: url(../images/header/lake_reflections.jpg) no-repeat;
  background-position: 90% 12%;
  background-size: cover;
}

.hero6 {
  background: url(../images/header/grainSilos2.jpg) no-repeat;
  background-position: 5% 5%;
  background-size: cover;
}

.hero7 {
  background: url(../images/header/fall_leaves.jpg) no-repeat;
  background-position: 50% 50%;
}

.hero_bb {
  background: url(../images/header/broadband.jpg) no-repeat;
  background-position: 50% 70%;
  background-size: cover;
}

.hero8 {
  background: url(../images/header/firewood.jpg) no-repeat;
  background-position: 40% 60%;
}

.hero9 {
  background: url(../images/header/townBoard_2023.jpg) no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}

.hero10 {
  background: url(../images/header/barn_in_fall.jpg) no-repeat;
  background-position: 60% 42%;
  background-size: cover;
}

.hero_climate {
  background: url(../images/header/beaver-dam.jpg) no-repeat;
  background-position: 0 35%;
  background-size: cover;
}

.header_text {
  position: absolute;
  width: 96%;
  bottom: 5%;
  left: 2%;
  font-size: clamp(1.4rem, 3.5vw, 3.5vw);
  line-height: clamp(1.8rem, 4vw, 4.5vw);
  text-align: center;
  color: #fff;
  font-weight: 500;
  z-index: 3;
}
@media screen and (max-width: 1000px) and (orientation: landscape) and (pointer: coarse) {
  .header_text {
    top: 58vh;
  }
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  .header_text {
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .header_text {
    position: absolute;
    width: 60%;
    bottom: 5%;
    left: 12vw;
    right: auto;
    text-align: left;
  }
}

.header_mask-home {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.1;
  top: 0;
}

.header_mask {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  top: 0;
}

.alert {
  position: relative;
  margin: 0;
  width: 100vw;
  height: 40px;
  background-color: orange;
  z-index: 3;
}

.alert p {
  display: inline-block;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 40px;
  text-align: center;
  color: #000;
  transform: translateX(100%);
  animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-90%);
  }
}
.solar_img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

figure {
  margin-top: 8vh;
}

figcaption {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.fixed {
  position: fixed;
  z-index: 0;
}

.icon-row {
  position: relative;
  margin: 8vh auto;
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.icon-container {
  position: relative;
  width: 16.6vw;
  height: auto;
  text-align: center;
}

.icon-box {
  height: 6rem;
  width: 6rem;
  border-radius: 8px;
  margin: 0.5rem;
}

.icon-box_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  margin: 8vh auto;
}

.fas {
  font-size: 1.8rem;
  text-align: left;
  color: #fff;
  padding: 1rem 0.1rem 0 0;
}

.alt-fas {
  font-size: 1.8rem;
  text-align: left;
  color: #fff;
  padding: 1rem 0.1rem 0 0;
}

.circle-icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.square-icon {
  width: 40px;
  height: 30px;
  padding: 1rem 0.5rem;
  border-radius: 2px;
  text-align: center;
}

.circle-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*****************
     footer
******************/
footer {
  position: relative;
  background-color: #444;
  width: 100vw;
  height: auto;
  margin: 8vh auto 0;
  padding: 4em 0;
}

.footer_container {
  position: relative;
  width: 76vw;
  margin: 2vh auto 0;
  color: #fff;
}

.footer_container h3 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  margin-top: 0;
  margin-bottom: 0rem;
  text-transform: uppercase;
  color: #efefef;
}

.footer_container p {
  font-size: 0.8rem;
  margin: 1.8em auto 0;
}
.footer_container p a {
  color: #696969;
  margin: 0 auto;
}

.footer_container a {
  text-decoration: none;
  color: #fff;
  line-height: 1.5rem;
}

.footer_container li {
  color: #efefef;
  font-size: 0.8rem;
}

.address_footer {
  color: #fff;
}

.contact {
  color: #fff;
  margin-top: 2vh;
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  .contact {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) and (pointer: coarse) and (orientation: landscape) {
  .contact {
    margin-top: 0;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .contact {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) and (pointer: coarse) {
  footer .logo_container {
    display: none;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  footer .logo_container {
    position: relative;
    margin: 1rem 0 0 0;
  }
}

.blue {
  background-color: #277699;
}

.lightblue {
  background-color: #345a6f;
}

.grn {
  background-color: #4b520e;
}

.tan {
  background-color: #585241;
}

.ash {
  background-color: #9f9889;
}

.lightgreen {
  background-color: lightgreen;
}

.dark {
  background-color: #2b3847;
}

.red {
  background-color: #ce060b;
}

.yellow {
  background-color: #9b9d41;
}

.gold {
  color: #c8c97e;
}

.darkgreen {
  background-color: #333715;
}

.dim {
  opacity: 0.8;
}

main {
  /* main width for phones is 100%, but content is 90% */
  position: relative;
  width: 90vw;
  min-height: 50vh;
  margin: 0 auto;
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  main {
    width: 80vw;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  main {
    width: 76vw;
    margin: 10vh auto 3vh;
  }
}

.main-docs {
  /* main width for phones is 100%, but content is 90% */
  position: relative;
  width: 90vw;
  min-height: 50vh;
  margin: 0 auto;
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  .main-docs {
    width: 80vw;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .main-docs {
    width: 76vw;
    margin: 0vh auto 3vh;
  }
}

.last-year-container {
  background-color: #c5c5c5;
}

.last_year {
  width: 80%;
  margin: 0 auto;
  gap: 5%;
  padding-bottom: 2rem;
}
@media screen and (min-width: 700px) {
  .last_year {
    display: flex;
  }
}
.last_year li {
  margin: 0.5rem;
  line-height: 1rem;
}
.last_year p, .last_year li {
  font-size: 0.8rem;
}
.last_year h3 {
  color: #00707B;
}

.last_year > * {
  flex-basis: 100%;
}

.in-memoriam {
  width: 80%;
  margin: 0 auto;
  gap: 5%;
  padding-bottom: 2rem;
}
.in-memoriam img {
  width: 30vw;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .in-memoriam img {
    width: 15vw;
  }
}
@media screen and (min-width: 700px) {
  .in-memoriam {
    display: flex;
  }
}
.in-memoriam li {
  margin: 0.5rem;
  line-height: 1rem;
}
.in-memoriam p, .in-memoriam li {
  font-size: 0.8rem;
}
.in-memoriam h3 {
  color: #00707B;
}

.col_left {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .col_left {
    margin: 0 10px 0 0;
    width: 47%;
    height: auto;
    padding: 0 2rem;
  }
}
.col_left li {
  line-height: 18px;
}

.col_right {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .col_right {
    margin: 0 0 0 10px;
    width: 47%;
    height: auto;
    padding: 0 2rem;
  }
}

.col_section {
  position: relative;
  width: 100%;
}

.col_item:first-of-type {
  margin-top: 2vh;
}

.col_item {
  margin: 1vh 0;
}

.initiatives-box {
  padding: 2rem;
  outline: 2px solid #847315;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .initiatives-box {
    margin-top: 0em;
    height: auto;
    padding: 2em 2em 2em0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}
.initiatives-box h2 {
  color: #444;
  font-size: clamp(1rem, 1.4vw, 1.8rem);
  padding: 0;
}

.invisible {
  visibility: hidden;
}

.Tgaz_bg {
  margin-top: 4rem;
  background-color: #f9fac9;
  padding: 0 2em;
  outline: 2px solid #034d2b;
  border-radius: 2px;
}

.Tgaz_bg .text_item::after {
  border: none;
}

.text_item {
  width: 100%;
  padding: 1em 0;
}

.text_item:first-of-type {
  padding: 0 0 1em;
}

hr {
  width: 100%;
  margin: 2em auto;
  border: 1px solid rgba(0, 112, 122, 0.2);
  border-color: rgba(72, 72, 72, 0.3);
}

.text_item h3 {
  font-size: 1.3rem;
  padding-bottom: 1rem;
  line-height: 1.8rem;
}

.text_item h3:first-of-type {
  padding-top: 0;
}

.item {
  min-width: 25%;
}

.min50 {
  min-width: 50%;
}

.pub_notice {
  font-size: 1.4rem;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .pub_notice {
    font-size: 5.2rem;
    width: 50%;
  }
}

.news_item {
  margin: 3vh 0 2vh;
  border-bottom: 1px solid #686688;
}

.news_item:last-of-type {
  border: none;
}

@media screen and (min-width: 800px) and (pointer: fine) {
  .notice {
    width: 50vw;
    margin: 0 auto;
  }
}

.notice-list {
  margin-left: 10vw;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .notice-list {
    margin-left: 5vw;
  }
}

.inside_left {
  width: 100%;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .inside_left {
    width: 30%;
  }
}

.inside_right {
  width: 100%;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .inside_right {
    width: 60%;
    padding-top: 1rem;
  }
}

.supplemental a {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.doc_container {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 4vh;
}
.doc_container p {
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
}

.docs a {
  color: #fff;
}

.doc_section {
  position: relative;
  background-color: #3e3e3e;
}

.caret {
  position: absolute;
  top: 10%;
  left: 90%;
}

.caret:hover {
  cursor: pointer;
}

.forms {
  position: relative;
  min-width: 48%;
  margin: 4vh 0;
}
.forms li {
  max-width: 80%;
}

.forms a {
  text-decoration: underline;
}

.docs {
  display: flex;
  flex-direction: column;
  height: 40vh;
  margin-top: 4vh;
  padding: 0.5rem;
  flex-wrap: wrap;
  background-color: #3e3e3e;
  overflow-x: scroll;
  text-overflow: ellipsis;
}

.calendar {
  width: 100%;
  height: 600px;
  margin: 2vh auto;
  text-align: center;
  border: none;
}

iframe {
  width: 100%;
  height: 600px;
  text-align: center;
}

.org_chart {
  display: block;
  width: 80%;
  margin: 10vh auto;
}

.map {
  width: 80%;
  margin: 8vh auto;
}

.info_box {
  background-color: #333;
  padding: 1rem;
  text-align: center;
  border-radius: 4px;
}

.info_box p {
  color: #fff;
  font-size: 1rem;
}

.info_box a {
  color: #c8c97e;
}

.info_box li {
  color: #fff;
}

.btn-left {
  margin-left: 40px;
}

.btn-right {
  margin-left: 20px;
}

.btn-left,
.btn-right {
  position: relative;
  width: 20px;
  height: 300px;
  margin-top: 4vh;
}

.committees {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #f0f0f0;
  padding: 2rem 12vw 4vw 12vw;
}

.committees h2 {
  text-align: center;
}

.highlight {
  margin: 2rem 0;
  padding: 0.5rem 1rem;
  color: #fff;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .highlight {
    padding: 1rem 2.5rem;
    color: #efefef;
  }
}
.highlight p {
  color: #fff;
  font-size: 1rem;
}

.highlight-2 {
  margin: 2rem 0;
  background-color: #00707b;
  padding: 0.5rem;
  color: #fff;
  width: 100%;
}
.highlight-2 .caveat {
  text-align: center;
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  .highlight-2 {
    width: 80vw;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .highlight-2 {
    max-width: 55%;
    padding: 1.4rem;
    color: #efefef;
  }
}
.highlight-2 p {
  color: #fff;
}
.highlight-2 li {
  margin-bottom: 0.2rem;
}
.highlight-2 .caveat {
  font-size: 1.2rem;
}

.footnote {
  font-size: 0.9rem;
  margin: 4rem 4rem 2rem;
}

.caveat {
  font-family: "Caveat", sans-serif;
  color: yellow;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .caveat {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.meetings_section {
  margin: 0;
  border-top: 1px solid #e2e2e2;
  width: 100%;
  background-color: #e2e2e2;
}
.meetings_section h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.meetings_inner {
  width: 90vw;
  margin: 4vh auto;
}
@media screen and (min-width: 500px) and (orientation: portrait) {
  .meetings_inner {
    width: 80vw;
  }
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .meetings_inner {
    width: 90vw;
    display: grid;
    grid-template-columns: 45% 55%;
    background-color: #e2e2e2;
    margin: 0 auto;
    padding-bottom: 4vh;
  }
}

.meetings-left {
  width: 100%;
}
.meetings-left h2 {
  text-align: center;
}

.meetings_right {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .meetings_right {
    width: 85%;
    margin-left: 15%;
  }
}
.meetings_right h2 {
  text-align: center;
}

.meetings_calendar h2 {
  text-align: center;
}

.meetings h2 {
  text-align: center;
}

.meetings a {
  color: #e1cdb2;
}

.meetings_table {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .meetings_table {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #5e5e5e;
  }
}

table {
  width: 100%;
}

.meetings_table tr {
  height: 2rem;
}

.meetings_table td {
  padding: 0 0.25rem;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 500;
  color: #20290a;
  border-collapse: collapse;
}

.from-left {
  width: auto;
  opacity: 0;
  transform: translateX(-20%);
}

.from-left {
  transition: opacity 250ms ease-in, transform 800ms ease-in;
}

.from-left.appear {
  transform: translateX(0);
  opacity: 1;
}

.from-below {
  width: auto;
  opacity: 0;
  transform: translateY(40px);
}

.from-below {
  transition: opacity 250ms ease-in, transform 600ms ease-in;
}

.from-below.appear {
  transform: translateY(0);
  opacity: 1;
}

.slide-in-text {
  margin-bottom: 1rem;
  text-align: center;
  padding: 10px 40px;
  background-color: #e1c867;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.slide-in-text p {
  color: #464646;
  line-height: 1.5rem;
}

.csc-banner {
  margin-top: 25vh;
  max-width: 75%;
  padding: 10px;
  background-color: #fff;
  max-height: 25vh;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .csc-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30%;
    max-height: 15vh;
  }
}

.inverse {
  background-color: tan;
  width: 40vw;
  opacity: 1;
  margin-left: -20vw;
}

td a {
  padding: 0 0.5rem;
}

.meetings_table th {
  font-size: 0.8rem;
  padding: 0 2px;
  color: #251605;
  border-collapse: collapse;
}

.table-title th {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 4px;
}

#forms,
#plans,
#laws,
#taxes,
#links,
#firehouse {
  position: absolute;
  top: -50px;
}

.outline {
  border: none;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .outline {
    border: 1px solid #00707b;
    padding-top: 4rem;
  }
}

.Tgaz-logo {
  width: 100%;
  margin: 1rem 0;
}

.calendar_icon {
  position: relative;
  width: 74px;
  height: 86px;
  text-align: center;
  background-color: tan;
  outline: 1px solid #868686;
  border-radius: 16px;
}
.calendar_icon h3 {
  padding: 55px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
}

.month_icon {
  position: absolute;
  top: 0;
  width: 74px;
  height: 40px;
  text-align: center;
  background-color: #6a4e29;
  outline: 1px solid #868686;
  border-radius: 16px 16px 0 0;
  z-index: 20;
}
.month_icon h3 {
  padding: 10px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
}

.pub-notice-img {
  width: 98%;
  margin: 0 auto;
}

.business {
  background-color: #cecece;
  padding: 4rem;
  margin: 4vh 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.business h3 {
  margin-top: 4vh;
}

.business h3:first-of-type {
  margin-top: 0;
}

.business ul {
  margin: 0 0 0 20px;
  list-style-type: none;
}
.business ul li {
  line-height: 0.8rem;
}

.progress_container {
  position: relative;
  float: right;
  margin-left: 10px;
  width: 100px;
  border: 3px solid #ef5825;
  height: 12rem;
  background-color: #dae36b;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.progress_outer {
  position: absolute;
  left: 30%;
  top: 1rem;
  transform: translateX(-50%);
  height: 66%;
  width: 12px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.progress_inner {
  position: absolute;
  bottom: 0.9rem;
  width: 100%;
  height: 3.35rem;
  background-color: #ef5825;
}

.circle {
  position: absolute;
  background-color: #ef5825;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  left: 30%;
  top: 7.8rem;
  transform: translateX(-50%);
}

.zero_percent {
  position: absolute;
  left: 40%;
  top: 7.1rem;
  font-size: 0.65rem;
  color: #333;
}

.hundred_percent {
  position: absolute;
  top: 0.4rem;
  left: 40%;
  font-size: 0.65rem;
  color: #333;
}

.current_percent {
  position: absolute;
  left: 40%;
  top: 3.75rem;
  font-size: 0.65rem;
  color: #333;
}

.prog_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  height: 1rem;
  bottom: 5px;
}

.zoom-div {
  width: 90%;
  height: auto;
  margin: 0 auto;
  border: 1px solid tan;
}

.zooms {
  background-color: #444;
  box-shadow: 2px 2px 10px #5e5e5e;
}
.zooms h3 {
  font-size: 1rem;
  color: #fff;
}
.zooms p {
  width: 90%;
  line-height: 1.1rem;
  margin: 0 auto;
  padding: 0.5rem;
}
.zooms a {
  font-size: 0.8rem;
  color: gold;
}

.vids_lg {
  display: none;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .vids_lg {
    display: block;
  }
}

.vids_sm {
  display: block;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .vids_sm {
    display: none;
  }
}

.feed-item-title a {
  display: inline-block;
  color: #034d2b;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding-bottom: 0.5rem;
  text-decoration: underline;
}

.jobisitediv > * {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .jobisitediv > * {
    color: #5e5e5e;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
  }
}

.jobisitediv > * a {
  color: #015733;
}

.flex {
  display: block;
  width: 90vw;
  margin: 4vh auto;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .flex {
    position: relative;
    width: 76vw;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

.flex > * {
  flex: 1;
}

.between {
  justify-content: space-between;
  gap: 3%;
}

.around {
  justify-content: space-around;
}

.pdlr {
  padding: 0 2rem;
}

.flex_50 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_30 {
  display: block;
  width: 90vw;
  margin: 0 auto;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .flex_30 {
    position: relative;
    width: 76vw;
    display: flex;
    padding: 0 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.flex_30 > * {
  flex: 1 1 33%;
}

.center_txt {
  text-align: center;
}

.center li {
  color: #333333;
}

.hidden {
  height: 0;
  display: none;
}

.rotate90 {
  transform: rotate(90deg);
}

.m-4 {
  margin-top: 4vh;
  border: 1px solid #000;
}

.narrow {
  width: 98%;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .narrow {
    width: 66vw;
    margin: 0 auto;
  }
}

.ul-plain {
  list-style-type: none;
  padding-bottom: 1rem;
}

.ol-inside {
  text-indent: -20px;
  margin-left: 40px;
  padding: 10px 10px 10px 50px;
  color: #fff;
  list-style-position: inside;
}

.bold {
  color: #444;
  font-weight: 500;
}

.docBtn {
  position: relative;
  width: 100%;
  margin: 1vh auto;
  padding: 0 1rem;
  height: 5rem;
  position: relative;
  font-size: 1rem;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .docBtn {
    margin: 1vh auto;
    padding-left: 4rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
}

.docBtn_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5rem;
  background-color: red;
  opacity: 0;
}

.docBtn_overlay:hover {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.justify {
  text-align: justify;
  font-size: 0.9rem;
  padding-right: 2rem;
}

.white {
  color: #fff;
}

.climate_section {
  display: grid;
  grid-template-rows: auto;
  justify-content: end;
  background-color: #eff4e6;
}
.climate_section a {
  color: #911512;
  text-decoration: underline;
}

.climate_sub_top {
  height: 12vh;
  width: 100vw;
  background-color: #647C32;
  position: sticky;
  top: 0;
  z-index: 1;
}
.climate_sub_top a {
  text-decoration: none;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .climate_sub_top {
    top: 100px;
  }
}

.climate_heading {
  font-size: 1.2rem;
  color: #eff4e6;
  text-align: center;
  padding: 4vh 0;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .climate_heading {
    font-size: 2.2vw;
  }
}

.climate_sub_bot {
  width: 90vw;
  margin: 0 auto;
  color: #000;
  text-align: center;
  background-color: #eff4e6;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .climate_sub_bot {
    width: 80%;
  }
}

.climate_sub_flex {
  display: flex;
  width: 80vw;
  margin: 0 auto;
}

.climate_sub_flex > * {
  flex-basis: 100%;
  text-align: justify;
  font-size: 0.9rem;
  padding: 2vh;
  color: #5e5e5e;
  max-height: 6 0vh;
  overflow-y: scroll;
}
.climate_sub_flex > * p {
  line-height: 1.2rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  width: 100%;
}
.climate_sub_flex > * h3 {
  background-color: #a86949;
  color: #fff;
  margin-bottom: 1rem;
}

.climate_cal {
  position: absolute;
  font-size: 1.2rem;
  color: #121212;
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  background-color: #f57d20;
  right: 50px;
  top: -60%;
  border: none;
  border-radius: 8px;
  box-shadow: 4px 4px #464646;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .climate_cal {
    position: absolute;
    font-size: 1.3vw;
    color: #121212;
    padding: 0.5rem 0.8rem;
    background-color: #f57d20;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    border-radius: 8px;
  }
}

.grid {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 6vw;
  align-content: start;
}

.reverse_grid {
  display: grid;
  grid-template-columns: auto 50%;
  gap: 6vw;
  align-items: center;
}

.climate_text {
  width: 96%;
  margin: 0 auto;
  padding: 0vh 0;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .climate_text {
    width: 80%;
  }
}
.climate_text p {
  text-align: left;
  font-size: 0.9rem;
  width: 100%;
  padding-top: 0vh;
}
.climate_text p:first-of-type {
  padding-top: 2vh;
}
.climate_text h3 {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 2vh;
}
.climate_text .three_col h3 {
  padding-top: 0;
}
.climate_text ul {
  padding-bottom: 2vh;
}
.climate_text hr {
  margin: 0;
}

.lev-1 {
  list-style: none;
  margin-left: 10%;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}

.lev-2 {
  list-style: circle;
  margin-left: 10%;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}

.indent {
  margin-left: 5vw;
}

.indent10 {
  margin-left: 8px;
  margin-bottom: 8px;
  list-style-type: none;
  font-style: italic;
}
.indent10 li {
  line-height: 1rem;
}

.indent40 {
  margin-left: 40px;
  margin-bottom: 10px;
  list-style-type: none;
  font-style: italic;
}
.indent40 li {
  line-height: 1rem;
}

.two_col {
  column-count: 3;
  column-gap: 4vw;
  width: 100%;
  margin: 0 auto;
  list-style-type: none;
  text-align: left;
  font-variant: small-caps;
}
.two_col li {
  font-variant: small-caps;
}
.two_col li a {
  text-decoration: none;
  color: #5e5e5e;
}
.two_col li a:hover {
  color: #000;
}

.three_col {
  column-count: 3;
  column-gap: 4vw;
  width: 100%;
  margin: 2vh auto;
  list-style-type: none;
  text-align: left;
  font-variant: small-caps;
}
.three_col li {
  font-variant: small-caps;
}
.three_col li a {
  text-decoration: none;
  color: #5e5e5e;
}
.three_col li a:hover {
  color: #000;
}

.climate_subheading {
  background-color: #a86949;
  margin: 3vh auto 1vh;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  font-variant: small-caps;
}
@media screen and (min-width: 800px) and (pointer: fine) {
  .climate_subheading {
    width: 80%;
    padding: 0.6rem 1rem;
  }
}

.box-1 {
  height: auto;
  width: auto;
  padding: 10vh 0;
  text-align: left;
  align-self: center;
}

.box-2 {
  height: auto;
  width: auto;
  padding: 10vh 2vw;
  align-self: center;
  text-align: left;
}

.box-1 ul,
.box-2 li {
  font-size: 0.8rem;
}

.section-head {
  width: 10px;
  margin-left: -1000px;
  height: 180px;
  margin-top: -170px;
}

p.description {
  font-size: 0.8rem;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.climate_table {
  border: 1px solid #ababab;
  border-collapse: collapse;
  font-size: 0.7rem;
  margin: 2vh 0;
}

.climate_table-sm {
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

.climate_table:first-of-type {
  margin: 2vh 0;
}

.climate_table tr {
  border-bottom: 1px solid #ababab;
}

.climate_table th {
  background-color: #d2caa2;
}

.title_row {
  background-color: #d2caa2;
}

.climate_img {
  width: 100%;
  height: auto;
  margin: 1rem auto;
}

figure {
  margin: auto;
}

figcaption {
  color: #464646;
  font-style: italic;
  padding: 2px;
  text-align: left;
}

.insert {
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
  font-size: 0.8rem;
  background-color: #cec5b9;
}

ul.left {
  text-align: left;
  list-style-type: none;
}

ol {
  text-align: left;
  margin-left: 40px;
  font-size: 0.8rem;
  color: #5e5e5e;
}

ol li {
  line-height: 1rem;
}

.disc {
  color: green;
}

.footnote {
  font-size: 0.7rem;
}

.refs {
  font-size: 0.5rem;
  font-style: italic;
}

.form-page {
  margin-top: 0;
  color: #5e5e5e;
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  .form-page {
    width: 76vw;
    margin: 4rem auto 0;
  }
}
.form-page h3 {
  font-size: 1.5rem;
}
.form-page h2 {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 700px) {
  .form-page h2 {
    font-size: 2.8vw;
  }
}

.contact-form h2 {
  color: #c8c97e;
  font-size: 1.8rem;
  font-weight: normal;
}

form {
  color: #c8c97e;
  background-color: #333;
  padding: 0.8rem;
  margin-top: 0;
  font-size: 0.8rem;
}
@media screen and (min-width: 700px) {
  form {
    width: 70%;
    margin: 4vh auto 4vh;
    padding: 1rem 3rem;
    border: 1px solid #000;
  }
}
form p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 2vh;
  max-width: 60ch;
  color: #c8c97e;
}
form h2 {
  font-size: 1.8rem;
}
form h3 {
  color: #c8c97e;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 2rem;
}
form h3:first-of-type {
  margin-top: 0;
}

.formbox > {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
}

.textbox {
  font-size: 1rem;
  width: 80%;
}

.phone-label {
  font-size: 0.8rem;
}

.submit {
  color: #464646;
  font-size: 1.2em;
  margin-top: 1rem;
  padding: 0.8em 1.5em;
  border-radius: 20px;
  background-color: #c8c97e;
}

.reset {
  color: #fff;
  font-size: 1.2em;
  margin: 1rem 0 0 3em;
  padding: 0.8em 1.5em;
  border-radius: 20px;
  background-color: brown;
  border: none;
}

.input {
  font-size: 0.9rem;
  width: 100%;
  height: 2rem;
  margin: 0.5rem auto;
}
@media screen and (min-width: 810px) {
  .input {
    width: auto;
  }
}

.center {
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
