/* ==========================================================================
   main.css | Author: Karim Maassen | Owner: nwzer
   ========================================================================== */

nav ul
{
	background: white;
	margin: 0;
	padding: 0;
}
nav ul#social
{
	position: absolute;
	right: 0;
	top: 0;
}

nav ul li
{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}

nav ul li a
{
	display: block;
	border-bottom: 5px solid black;
	line-height: 55px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -1px;
}

nav ul li a:hover
{
	text-decoration: underline;
}

nav ul li a.selected
{

	border-bottom-color: #f2d130;
}

nav span
{
	display: none;
}

nav ul li a.logo
{
	width: 40px;
	height: 80px;
	background: #f2d130;
	border: none;
	background-image: url("../img/logo.small.svg");
	background-size: contain;
}

nav ul li a.social
{
	width: 28px;
	height: 29px;
	background: none;
	margin-top: 10px;
	border: none;
	background-size: contain;
}
nav ul li a.twitter
{
	background-image: url("../img/social-twitter.svg");
}
nav ul li a.facebook
{
	background-image: url("../img/social-facebook.svg");
}
nav ul li a.linkedin
{
	background-image: url("../img/social-linkedin.svg");
}

@media only screen and (min-width: 451px) {

	nav ul li
	{
		vertical-align: top;
	}

	nav ul li a
	{
		line-height: 75px;
	}

	nav ul li a.logo
	{
		width: 180px;
		height: 120px;
		padding-top: 70px;
		border-top: 10px solid #f2d130;
		background: #f2d130;
		border: none;
		background-image: url("../img/logo.large.svg");
		background-size: contain;
	}
}

@media only screen and (min-width: 961px) 
{
	nav ul li
	{
		margin-right: 20px;
	}
}

article#contact
{
    padding: 20px 0 100px 0;
    border-top: 5px solid #ccc;
}
