header {
    background-color: #007e79;
}
.newsletter {
    background-color: #007e79;
}

.pod-img {
    box-shadow: 0.5rem 0.5rem #007e79;
}

.btn-primary {
    background-color: #007e79;
    border-color: #007e79;
}

.btn-primary:hover {
    color: #fff;
    background-color: #006965;
    border-color: #006965;
}

a {
    color: #007e79;
}

.loader {
    border-top: 16px solid #007e79;
    border-bottom: 16px solid #007e79;
}

.loader-sm {
    border-top: 8px solid #007e79;
    border-bottom: 8px solid #007e79;
}

input.labelauty:checked + label
{
	background-color: #007e79 !important;
	color: #ffffff;
}

input.labelauty:checked:not([disabled]) + label:hover
{
	background-color: #279a96 !important;
}