nav.main
{
	padding: 0.4em 0.3em 0.3em 0.3em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    align-self: start;
    grid-row: 1;
    margin: 0;
    font-size: 2rem;
    display: flex;
    justify-items: start;
    align-items: center;
    justify-self: stretch;
    justify-content: space-between;
}

nav.main a.logo
{
	display: inline-block;
	text-decoration: none;
	font-size: 4rem;
	line-height: 1em;
	color: transparent;
	background-image: url("../images/playdate-logo.svg");
	background-size: 12rem;
	background-repeat: no-repeat;
	background-position: center 60%;
}

nav.main ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    font-size: 2rem;
    line-height: 1.4em;
}

nav.main ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0 0.5em;
}

nav.main ul li a {
    text-decoration: none;
}

nav.main a.callout
{
    border-radius: 5rem;
    padding: 1rem 3rem;
    text-decoration: none;
    color: white;
}

nav.bottom
{
    padding: 0.2em 0.3em 0.18em 0.3em;
    border-top-width: 1px;
    border-top-style: solid;
    display: flex;
    align-self: start;
    align-items: center;
    justify-self: stretch;
    justify-content: space-between;
    justify-items: start;
}
nav.bottom ul {
    margin: 0 auto;
}

nav a.logo
{
    display: inline-block;
    text-decoration: none;
    font-size: 4rem;
    line-height: 1em;
    color: transparent;
    background-image: url("../images/playdate-logo.svg");
    background-size: 12rem;
    background-repeat: no-repeat;
    background-position: center 60%;
}

nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

nav ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0 0.5em;
}

nav ul li a {
    text-decoration: none;
}

nav a.callout
{
    border-radius: 5rem;
    padding: 1rem 3rem;
    text-decoration: none;
    color: white;
}