@charset "UTF-8";

#greenhighlight {

	color: #70ad5d;
	}

.bar {
	background-color: #70ad5d;
	}

.barbottom {
	background-color: #70ad5d;
	}

.bartop {
	background-color: #70ad5d;
	}

.bartopbottom {
	background-color: #70ad5d;
	}

.barlong {
	background-color: #70ad5d;
	}

.barbottomlong {
	background-color: #70ad5d;
	}

.bartoplong {
	background-color: #70ad5d;
	}

.bartopbottomlong {
	background-color: #70ad5d;
	}

.link:hover {
	color: #70ad5d;
	}

.link:active {
	color: #70ad5d;
	}

.bloglink:hover {
	color: #70ad5d;
	}

.bloglink:active {
	color: #70ad5d;
	}

.gallery-buttons .nubbutton:hover {
		color: #70ad5d;
		border-color: #70ad5d;
	}

/* Donate Button */
.nubbuttonEssay {
		color: #000000;
		border-color: #000000;
	}

/* Donate Button */
.nubbuttonEssay:hover {
		color: #70ad5d;
		border-color: #70ad5d;
	}

/* Donate Button */
.nubbuttonEssay.clicked {
	background-color: rgba(48, 48, 48, 0.1) !important;
	}

/* Hack to remove sticky hover button states on iPad and mobile */
@media (hover: none) and (pointer: coarse) {
  .gallery-buttons .nubbutton:hover {
    color: inherit;
    border-color: inherit;
    background-color: transparent;
	}
}

/* Donate Button below */
@media (hover: none) and (pointer: coarse) {
  .nubbuttonEssay:hover {
    color: inherit;
    border-color: inherit;
    background-color: transparent;
	}
}