html {
	height: 100%;
}
body {
	height: 90%;
	padding-top: 3em;
	padding-bottom: 1em;
}

header {
	width: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	z-index: 1000;
}

footer {
	bottom: 0;
	width: 100%;
	background-color: #000;
	margin-top: 20px;
	font-size: 0.9em;
	color: #ddd;
	padding-top: 5px;
}

img {
	width: 100%;
}

h1, h2, h3 {
	font-weight: 600;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.2em;
}

li {
	list-style: '- ';
	list-style-type: '- ';
}

.grid-container {
	text-align: left !important;
}

.footer-item {
	float: right;
	padding-left: 10px;
	text-decoration: none !important;
}

.disclosure {
	color: #888;
	font-size: 0.9em;
	font-style: italic;
}

.sticky-footer {
	position: fixed;
	bottom: 0;
}

#logobox {
	flex-grow: 2;
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 6px;
}

#logobox a,#logobox a:hover {
	color: #fff;
	text-decoration: none;
}

#menu {
	color: #fff;
}

#nav {
	display: flex;
	flex-direction: column;
}

.menu-item {
	line-height: 3em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	display: none;
	color: #fff;
}

a {
	color: #1359a0; }
a:hover {
	color: #1a64b0; }

.site {
	max-height: 50px;
	width: auto;
}

.joinform {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
}

.error {
	color: #ff0000;
	font-size: 0.9em;
	text-align: center;
}

.container {
	margin-bottom: 20px;
}

.button {
	padding: 0 10px;
}

#burger
{
	float: right;
	padding: 10px;
	cursor: pointer;
}

#burger span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#burger span:first-child
{
  transform-origin: 0% 0%;
}

#burger span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

.desktop-footer {
	display: none;
	text-align: center;
}
.mobile-footer {
	display: block;
	text-align: center;
}
.mobile-header {
	display: block;
	text-align: center;
}

.blog-banner {
	width: 100%;
}
.blogpic {
	width: 100%;
}

.blog-details {
	width: 90%;
	max-width: 800px;
	font-size: 0.9em;
	color: #888;
	text-align: center;
	margin: 10px auto;
}

.blog-details a {
	color: #888;
}

.blog-post {
	width: 90%;
	max-width: 800px;
}

#registration {
	width: 100%;
	z-index: 100;
	border-top: 1px solid #000;
	background-color: #fff;
	box-shadow: 0px 20px 100px black;
}

#registration-form {
	display: block;
}
#registration-form div {
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 800px) {
	#registration-form  {
		display: inline-flex;
		flex-direction: row;
	}
	#logobox {
		flex-grow: 1;
	}
	#logo {
		height: 38px;
	}
	.button {
		padding: 0 30px;
	}
	.desktop-footer {
		display: block;
	}
	.mobile-header {
		display: none;
	}
	.mobile-footer {
		display: none;
	}
	#nav {
		flex-direction: row;
	}
	.menu-item {
		display: block;
	}
	#burger {
		display: none;
	}

}
