.logo {
	background-image: url("/images/SimpleTechLogo-red.png");
}

h1 {
	color: red;
}

.nav-button {
	color: red;
}

a {
	color: red;
}

.footernav li a:hover {
	color: red;
}

#input div {
    background: red;
}

#twtr-widget-1 .twtr-tweet a {
    color: red !important;
}

hr{
    -moz-box-shadow: 0 1px 6px rgba(255, 0, 0, 0.9);
    color: red;
}