/* Enter Your Custom CSS Here *//* Site Title Font and Size */
.site-title {
    font-family: Georgia;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
  	font-weight: bold;
}


/* Navigation Menu Height */
.genesis-nav-menu {
    clear: both;
    color: #fff;
    font-family: Georgia;
    font-size: 12px;
    line-height: 0.5;
    width: 100%;
}

/* Primary navigation menu background color */
.nav-primary {
    background-color: #000;
}

/* Site header background color */
.site-header {
    background-color: #000;
    left: 0;
    min-height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Navigation menu colors */
.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .v .current-menu-item > a:hover {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}

/* Center Primary nav bar text */
.nav-primary {
	text-align: center;
}

/* Link Color */
a {
    color: #0082d6;
    text-decoration: none;
}

/* Body Text */
body {
    color: #000;
    fon-family: 'Georgia';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
}

/* URL hover color */
a:hover {
	color: #fd393d;
}

/* Site title URL hover color */
.site-title a:hover {
	color: #fd393d;
}