/* --- Page --- */

body {
  color: #d1e2cd;
  background-color: #25422d;
  background-image: url("images/site/bg.jpg");
  font-family: 'Open Sans', 'Verdana';
  font-size: 1.2em;
  text-shadow: #131f12 1px 1px 1px;
  font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: #131f12 1px 1px 1px;
}


/* h2 {
  font-size: 1.8em;
  text-shadow: #fff 1px 1px 1px;
}

h3 {
  font-size: 1.8em;
  text-shadow: #fff 1px 1px 1px;
}

h4 {
  font-size: 1.5em;
  text-shadow: #fff 1px 1px 1px;
} */


.container {
  max-width: 800px;
}


/* --- Link & Highlights --- */

.btn-purple {
  color: #fff;
  background-color: #5f4375;
  border-color: #5f4375;
}

.btn-outline-purple {
  color: #5f4375;
  border-color: #5f4375;
}

button:hover {
  background: none;
  box-shadow: none;
  text-shadow: none;
  border-color: transparent;
  transition: none;
}

a:link {
  color: #81d494;
}

a:visited {
  color: #81d494;
}

a:hover {
  color: white;
  background-color: #428c47;
}

a:active {
  color: white;
  background-color: #81d494;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #3d2066;
}

::selection {
  color: white;
  background: #3d2066;
}

