
head,
/* Style the navigation bar */
.navbar {
    overflow: hidden;
    background-color: #333;
}

/* Navigation bar links */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change color on hover */
.navbar a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
    background-color: #04AA6D;
    color: white;
}

body,
html {
    width:90%;
    height: 90%;
    background: url(../img/bglake.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

body, {
    max-width: 250px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

a.email-address {
    color: #2c13bd;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

a.email-address:hover {
    color: #ff050d;
}