header {
	background-color: blue;
}

nav {
	background-color: #fafafa;
}

header a, header span {
	color: white;
	text-decoration: none;
}

header span {
	font-weight: 700;
}

header a.join-me {
	padding: 20px 10px;
	border: 2px solid white;
	border-radius: 50px;
	font-size: 16px;
	padding: 5px 10px 5px 10px;
	font-weight: 700;
}

header a {
	
}

header p {
	display: inline;
	color: white;
}

.top-site {
	text-align: right;
	padding: 30px 0px;
}

.top-site-2 {
	padding: 30px 0px;
}

.site-logo {
	height: 25px;
}