﻿/* move logo to right of hero */
#logo {
	left:auto; 
	right: 0
}

/* move desktop menu to right to make space for logo */
#nav-menu {
    right: 55px;
}


/* make main content a bit wider so there will be space for a 729 banner */
#mainContent {
    width: 76%;
    padding: 7px;
}