/* --------------------------------------------------------------
# BACKGROUNDS
-------------------------------------------------------------- */

.tanbackground {
  background-color: #fffdf6;
}

.lightgreenbackground {
  background-color: #588157;
}

.greenbackground {
  background-color: #3a5a40;
}

.darkgreenbackground {
  background-color: #344e41;
}

/* --------------------------------------------------------------
# BUTTONS
-------------------------------------------------------------- */

.btn {
  border: none;
  border-radius: 0;
}

.btn-green {
  background-color: #3a5a40;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}

.btn-green:hover, .btn-white:focus {
  background-color: #344e41;
  color: #FFF;
}

.btn-green:active {
  background-color: #344e41 !important;
  color: #FFF !important;
}

/* --------------------------------------------------------------
# FONTS
-------------------------------------------------------------- */

body {
  font-family: 'Montserrat', sans-serif;
  color: black;
}

.footerfont {
  color: black;
}

a.footerfont {
  color: black;
}

a.footerfont:hover {
  color: #344e41;
}

.whitefont {
  color: white;
}

.mdwhitefont {
  font-size: 18px;
  color: white;
}

#phone-text a {
  color: white;
  font-weight: 600;
}

#phone-text-black a {
  color: black;
  font-weight: 600;
}

