/*****************************
  Text & Links
*****************************/
* {
  font-family: Tahoma, sans-serif;
}
body, p {
  color: #777;
  font-family: Tahoma, sans-serif !important;
}
a {
  color: #0a2842;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2e3335;
}
h1, h2, h1 a, h2 a {
  font-family: Tahoma !important;
}
h3, h4, h5, h6, h3 a, h4 a, h5 a, h6 a {
  font-family: Tahoma !important;
}

/* pattern */

/*****************************
  Full Pallette
*****************************/
.bg-light1, .hover-bg-light1:hover { background-color: #ffffff !important; }
.bg-light2, .hover-bg-light2:hover { background-color: #f6fafe !important; }
.bg-light3, .hover-bg-light3:hover { background-color: #c6e0f6 !important; }
.bg-light4, .hover-bg-light4:hover { background-color: #e3d2b3 !important; }
.bg-light5, .hover-bg-light5:hover { background-color: #e3d2b3 !important; }
.bg-light6, .hover-bg-light6:hover { background-color: #75b4ea !important; }
.bg-light7, .hover-bg-light7:hover { background-color: #e3d2b3 !important; }
.bg-dark1, .hover-bg-dark1:hover   { background-color: #0c0d0d !important; }
.bg-dark2, .hover-bg-dark2:hover   { background-color: #1f180c !important; }
.bg-dark3, .hover-bg-dark3:hover   { background-color: #2f2511 !important; }
.bg-dark4, .hover-bg-dark4:hover   { background-color: #2e3335 !important; }
.bg-dark5, .hover-bg-dark5:hover   { background-color: #4d3c1c !important; }
.bg-dark6, .hover-bg-dark6:hover   { background-color: #464d50 !important; }
.bg-dark7, .hover-bg-dark7:hover   { background-color: #0a2842 !important; }

.text-light1, .hover-text-light1:hover { color: #ffffff !important; }
.text-light2, .hover-text-light2:hover { color: #f6fafe !important; }
.text-light3, .hover-text-light3:hover { color: #c6e0f6 !important; }
.text-light4, .hover-text-light4:hover { color: #e3d2b3 !important; }
.text-light5, .hover-text-light5:hover { color: #e3d2b3 !important; }
.text-light6, .hover-text-light6:hover { color: #75b4ea !important; }
.text-light7, .hover-text-light7:hover { color: #e3d2b3 !important; }
.text-dark1, .hover-text-dark1:hover   { color: #0c0d0d !important; }
.text-dark2, .hover-text-dark2:hover   { color: #1f180c !important; }
.text-dark3, .hover-text-dark3:hover   { color: #2f2511 !important; }
.text-dark4, .hover-text-dark4:hover   { color: #2e3335 !important; }
.text-dark5, .hover-text-dark5:hover   { color: #4d3c1c !important; }
.text-dark6, .hover-text-dark6:hover   { color: #464d50 !important; }
.text-dark7, .hover-text-dark7:hover   { color: #0a2842 !important; }

.border-light1 { border-color: #ffffff !important; }
.border-light2 { border-color: #f6fafe !important; }
.border-light3 { border-color: #c6e0f6 !important; }
.border-light4 { border-color: #e3d2b3 !important; }
.border-light5 { border-color: #e3d2b3 !important; }
.border-light6 { border-color: #75b4ea !important; }
.border-light7 { border-color: #e3d2b3 !important; }
.border-dark1 { border-color: #0c0d0d !important; }
.border-dark2 { border-color: #1f180c !important; }
.border-dark3 { border-color: #2f2511 !important; }
.border-dark4 { border-color: #2e3335 !important; }
.border-dark5 { border-color: #4d3c1c !important; }
.border-dark6 { border-color: #464d50 !important; }
.border-dark7 { border-color: #0a2842 !important; }

.border-light1 * { border-color: #ffffff; }
.border-light2 * { border-color: #f6fafe; }
.border-light3 * { border-color: #c6e0f6; }
.border-light4 * { border-color: #e3d2b3; }
.border-light5 * { border-color: #e3d2b3; }
.border-light6 * { border-color: #75b4ea; }
.border-light7 * { border-color: #e3d2b3; }
.border-dark1 * { border-color: #0c0d0d; }
.border-dark2 * { border-color: #1f180c; }
.border-dark3 * { border-color: #2f2511; }
.border-dark4 * { border-color: #2e3335; }
.border-dark5 * { border-color: #4d3c1c; }
.border-dark6 * { border-color: #464d50; }
.border-dark7 * { border-color: #0a2842; }
