html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
  color: rgb(0, 100, 200);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: rgb(102, 237, 255);
}

label {
  display: block;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0.4em;
  margin: 0 0 0.5em 0;
  box-sizing: border-box;
  border-radius: 2px;
}

input:disabled {
  color: #ccc;
}

input[type="range"] {
  height: 0;
}

button {
  outline: none;
}

/*icon styles*/
.fi-social-facebook {
  color: dodgerblue;
  font-size: 2rem;
}
.fi-social-youtube {
  color: red;
  font-size: 2rem;
}
.fi-social-pinterest {
  color: darkred;
  font-size: 2rem;
}
i.fi-social-instagram {
  color: brown;
  font-size: 2rem;
}
i.fi-social-tumblr {
  color: navy;
  font-size: 2rem;
}
.fi-social-twitter {
  color: skyblue;
  font-size: 2rem;
}

body {
  background-color: #343434;
  color: white;
  padding: 0;
  font-size: 1.2em;
  font-family: "Lato";
}

a {
  color: #b9d2d2;
  text-decoration: underline;
}

a:hover {
  color: white;
}

h3,
h4 {
  color: #85b169;
  font-family: "Caveat";
}

.highlight {
  color: #85b169;
  font-weight: bold;
}

small {
  font-size: 60%;
}
#main-menu,
.callout {
  background-color: #3e3e3e;
  color: white;
}

.callout a {
  color: white;
}

#main-menu a {
  background-color: #3e3e3e;
  color: white;
  font-family: "Caveat";
  font-size: 1.6em;
}
#main-menu li {
  background-color: #3e3e3e;
}

hr {
  border-color: #85b169;
}

.orbit img {
  height: 400px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.orbit img.top {
  object-position: top;
  font-family: 'object-fit: cover;object-position: top;'
}

button.button, .orbit-bullets button, input[type=submit].button {
  background-color: #85b169;
  color: black;
}
button.button:hover, button.button:focus {
	background-color: #9fe771;
	color: black;
}
.orbit-previous,
.orbit-next {
  background: #343434;
}

label {
	color: white;
}

.success {
  color:#9fe771;
}


.date {
  margin: 0.5em 0;
}


.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



input:not([type="submit"]),
textarea {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  transition: all linear 0.2s;
}
input:not([type="submit"]):focus,
textarea:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

.error {
  color: rgb(218, 87, 87);
}

input.button {
  margin-top: 2em;
}


.page {
  padding: 1em;
}

a.active {
  text-decoration: underline !important;
}

.logo {  
  height: 100px;
}

.logo * {
  fill: white !important;
  stroke: white !important;
}