// JavaScript Document
function moverh() {
document.getElementById("home").style.color='#c3151c';
}

function mouth() {
document.getElementById("home").style.color='#000000';
}

function movera() {
document.getElementById("about").style.color='#c3151c';
}

function mouta() {
document.getElementById("about").style.color='#000000';
}

function moverf() {
document.getElementById("field").style.color='#c3151c';
}

function moutf() {
document.getElementById("field").style.color='#000000';
}

function moverc() {
document.getElementById("contact").style.color='#c3151c';
}

function moutc() {
document.getElementById("contact").style.color='#000000';
}
