* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden;
  font-family: "Source Sans Pro", sans-serif;
  width: 100%;
  background-color: #000;
}

html {
  /* font-size: 10px; */

  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  overflow-x: hidden;
}
.navbar {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #617a06;
  height: 80px;
  top: 0px;
}
.navbar li {
  list-style: none;
}
.navlink a:link,
.navlink a:visited {
  border-style: solid;
  border-width: thin medium medium medium;
  border-color: #9cd000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  padding: 8px;
  line-height: 80px;
}
.navlink a:hover,
.navlink a:active {
  border-color: #d0c200;
  border-width: medium;
}
.container {
  margin: 0px auto 0px auto;
  width: 94%;
  top: 0px;
  height: auto;
  background-image: url(../images/contact-bkgnd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}

.masthead {
  width: 100%;
  padding-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  /* background-color: rgb(0, 0, 0, 0.2); */
  top: 3rem;
  display: flex;
  justify-content: center;
  gap: 10rem;
}
.logo {
  width: 33%;
  height: 350px;
  text-align: left;
  padding: 25px 0 10px 0;
  margin-left: auto;
}

.logo p {
  padding: 5px;
  background: #e4b20d;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #000;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: bold;
}
.larger {
  font-size: 2rem;
}
.logo a:link,
.logo a:visited {
  border: none;
  background: none;
  text-decoration: none;
  color: #fff;
}
.logo a:hover,
.logo a:active {
  color: #ff0000;
}
.logo h1 {
  padding: 10px 5px 10px 5px;
  background: rgb(0, 0, 0, 0.3);
  letter-spacing: -1px;
  text-align: center;
  text-transform: lowercase;
  font-size: 2em;
  color: #fff;
}
.logo h2 {
  padding: 10px 5px 10px 5px;
  background: rgb(0, 0, 0, 0.3);
  letter-spacing: -1px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  letter-spacing: 1px;
}

.logo h3 {
  padding: 10px 5px 10px 5px;
  background: rgb(0, 0, 0, 0.3);
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.2em;
  color: #fff;
}
.tagline-text {
  width: 33%;
  padding: 2rem;
  margin-top: 25px;
  height: 200px;
  background-color: rgb(255, 255, 255, 0.5);
  font-weight: bold;
  color: #000;
  text-decoration: none;
  text-align: left;
  font-size: 2.1rem;
  line-height: 29px;
  margin-right: auto;
}
.tagline-text h1 {
  font-size: 2.5rem;
  line-height: 31px;
  text-align: center;
  margin-bottom: 15px;
}
.tagline-text p {
  font-size: 2rem;
  line-height: 31px;
  text-align: center;
  margin-bottom: 15px;
}

#contactcontainer {
  margin: 80px auto 10px 20%;
  padding: 8px 8px 8px 100px;
  width: 65%;
  height: auto;
  color: #fff;
  /* background-color: #000; */
  background-color: rgb(134, 179, 0);
}
#contactheadtext {
  margin-left: 20px;
  padding-top: 10px;
}
.freecontactformmessage {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  font-size: 1.4rem;
}
.freecontactform td {
  padding: 4px 4px 4px 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
.contactcontainer p {
  padding: 4px;
  font-weight: bold;
  margin-left: 25px;
}
.freecontactform label {
  padding: 4px;
  font-weight: bold;
}
.freecontactform label {
  padding-right: 10px;
  font-weight: bold;
}
.required {
  font-weight: bold;
  color: #ffffff;
}
.required_star {
  font-weight: bold;
  color: #f00;
}
.not-required {
  font-weight: normal;
  color: #ffffff;
}
.antispammessage {
  padding: 10px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  color: #000;
}
.antispamquestion {
  font-weight: normal;
  color: #000;
}

#footer {
  width: 100%;
  height: 80px;
  background-color: #617a06;
  color: #000;
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-content: center;
}
.footernav {
  display: flex;
  list-style: none;
  text-decoration: none;
}
.copyright {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  background-color: #617a06;
  color: #000;
}
@media only screen and (max-width: 1089px) {
  #contactcontainer {
    width: 90%;
  }
  .freecontactform td {
    padding: 4px;
  }
  #contactcontainer p {
    padding: 4px;
    font-weight: bold;
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 589px) {
  #contactcontainer {
    margin: 10px auto;
    padding: 8px;
    width: 100%;
  }
  #contactheadtext {
    padding-left: 15px;
    padding-top: 10px;
    width: 80%;
    text-align: center;
  }
  .freecontactformheader {
    width: 65%;
    height: auto;
  }
  .freecontactform td {
    padding: 4px 4px 4px 50px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .formcenter {
    width: 90%;
    padding-left: 20%;
  }
  .contactcontainer p {
    padding: 4px;
    font-weight: bold;
    margin-left: 3px;
  }
}

@media only screen and (min-width: 2301px) and (max-width: 3000px) {
  .container {
    width: 55%;
  }
  .header {
    width: 45%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1991px) and (max-width: 2300px) {
  .container {
    width: 40%;
  }
  .header {
    width: 40%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1531px) and (max-width: 1990px) {
  .container {
    width: 80%;
  }
  .header {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1451px) and (max-width: 1530px) {
  .container {
    width: 60%;
  }
  .header {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1251px) and (max-width: 1450px) {
  .container {
    width: 80%;
  }
  .header {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1051px) and (max-width: 1250px) {
  .container {
    width: 80%;
  }
  .header {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1050px) {
  .container {
    width: 95%;
  }
  .header {
    width: 88%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .logo {
    width: 33%;
  }
  .about-colleen {
    width: 33%;
  }
}

@media only screen and (min-width: 542px) and (max-width: 700px) {
  .container {
    width: 95%;
  }
  .header {
    width: 91%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .logo {
    width: 73%;
  }
  .about-colleen {
    width: 73%;
  }
}

@media only screen and (min-width: 491px) and (max-width: 541px) {
  .container {
    width: 100%;
  }
  .header {
    width: 91%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .masthead {
    width: 100%;
    display: block;
    padding-top: 5rem;
  }
  .logo {
    width: 83%;
    display: block;
    margin: 1rem auto;
  }
  .about-colleen {
    width: 83%;
    display: block;
    margin: 1rem auto;
  }
  .tagline-text {
    width: 100%;
    padding: 2rem;
    margin-top: 25px;
    height: auto;
    font-size: 2.1rem;
    line-height: 29px;
    margin-right: auto;
  }
}

@media only screen and (min-width: 291px) and (max-width: 490px) {
  .container {
    width: 100%;
  }
  .header {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
  .masthead {
    width: 100%;
    display: block;
    padding-top: 5rem;
  }
  .logo {
    width: 100%;
    display: block;
    margin: 1.5rem auto;
  }
  .about-colleen {
    width: 86%;
    display: block;
    margin: 1.5rem auto;
  }
  .tagline-text {
    width: 100%;
    padding: 2rem;
    margin-top: 25px;
    height: auto;
    font-size: 2.1rem;
    line-height: 29px;
    margin-right: auto;
  }
  #about {
    padding: 1.5rem;
  }
  #about p {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.5rem;
    padding-bottom: 15%;
  }
}
@media only screen and (min-width: 100px) and (max-width: 290px) {
  .container {
    width: 100%;
  }
  .masthead {
    width: 100%;
    display: block;
    padding-top: 5rem;
  }
  .logo {
    width: 100%;
    display: block;
    left: 0;
    margin: 1rem auto;
  }
  .about-colleen {
    width: 90%;
    display: block;
    right: 0;
    margin: 1rem auto;
  }
  .tagline-text {
    width: 100%;
    padding: 2rem;
    margin-top: 25px;
    height: auto;
    font-size: 2.1rem;
    line-height: 29px;
    margin-right: auto;
  }
  .navlink a:link,
  .navlink a:visited {
    padding: 6px;
    font-size: 0.7em;
  }
  #about {
    padding: 1.5rem;
  }
  #about p {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.5rem;
    padding-bottom: 15%;
  }
}
