/*
Theme Name: squinky.me
description: >-
  squinky.me theme
Author: Dietrich Squinkifer
Template: twentyfifteen
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Annie+Use+Your+Telescope');

.site-title a
{
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 2.3em;
	text-shadow: -2px 0 5px #000000, 0 2px 5px #000000, 2px 0 5px #000000, 0 -2px 5px #000000;
	color: #a3d771 !important;
}

.entry-title
{
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 2.6em;
}

.nav-menu a
{
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 2.0em;
}

body,
button,
input,
select,
textarea,
blockquote cite,
blockquote small
{
	font-family: 'Noto Sans', sans-serif;
}

@media screen and (min-width: 59.6875em)
{
	.main-navigation
	{
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 1.0em;
		padding: 1.0em;
		margin: 0 15% 15%;
	}
	.main-navigation ul,
	.main-navigation li
	{
		border: 0;
	}
}

.site-footer,
.page-header,
.post-navigation
{
	display: none !important;
}

.page-header + .hentry
{
	margin-top: 0;
}