		article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
			display: block
		}
		fieldset {
			margin: 0;
			padding: 0;
			border: 0
		}
		input:focus, textarea:focus {
			outline: none
		}
		.cf:before, .cf:after {
			content: " ";
			display: table
		}
		.cf:after {
			clear: both
		}
		.cf {
			zoom: 1
		}
		header {
			padding: 8px 10%;
			border-bottom: 1px solid #fff
		}
		nav ul {
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			float: right;
			background: #eee;
			border-bottom: 1px solid #fff;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px
		}
		nav li {
			float: left
		}
		nav #login {
			border-right: 1px solid #ddd;
			-moz-box-shadow: 1px 0 0 #fff;
			-webkit-box-shadow: 1px 0 0 #fff;
			box-shadow: 1px 0 0 #fff
		}
		nav #login-trigger, nav #signup a {
			display: inline-block;
			*display: inline;
			*zoom: 1;
			height: 25px;
			line-height: 25px;
			font-weight: bold;
			padding: 0 8px;
			text-decoration: none;
			color: #444;
			text-shadow: 0 1px 0 #fff
		}
		nav #signup a {
			-moz-border-radius: 0 3px 3px 0;
			-webkit-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0
		}
		nav #login-trigger {
			-moz-border-radius: 3px 0 0 3px;
			-webkit-border-radius: 3px 0 0 3px;
			border-radius: 3px 0 0 3px
		}
		#login a#login-trigger {
			display: block;
			font-size: 28px;
			width: 125px;
			height: 50px;
			padding: 8px;
			color: Black;
			font-family: 'Lemonada', cursive;
			position: absolute;
			top: -70px;
			text-decoration: none;
			transition: 1s
		}
		nav #login-trigger:hover, nav #login .active, nav #signup a:hover {
			background: #fff
		}
		nav #login-content {
			display: none;
			position: absolute;
			top: 24px;
			right: 0;
			z-index: 999;
			background: #fff;
			background-image: linear-gradient(top, #fff, #eee);
			padding: 15px;
			box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .9);
			border-radius: 3px 0 3px 3px
		}
		nav li #login-content {
			position: absolute;
			right: -100px;
			top: -30px;
			width: 250px;
			border: solid black;
			border-radius: 10% 10% 10% 10%
		}
		#login #actions {
			margin: 10px 0 0 0
		}
		#login #submit {
			background-color: #d14545;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#e97171), to(#d14545));
			background-image: -webkit-linear-gradient(top, #e97171, #d14545);
			background-image: -moz-linear-gradient(top, #e97171, #d14545);
			background-image: -ms-linear-gradient(top, #e97171, #d14545);
			background-image: -o-linear-gradient(top, #e97171, #d14545);
			background-image: linear-gradient(top, #e97171, #d14545);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
			-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
			-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
			box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
			border: 1px solid #7e1515;
			float: left;
			height: 30px;
			padding: 0;
			width: 100px;
			cursor: pointer;
			font: bold 14px Arial, Helvetica;
			color: #fff
		}
		#login #submit:hover, #login #submit:focus {
			background-color: #e97171;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#d14545), to(#e97171));
			background-image: -webkit-linear-gradient(top, #d14545, #e97171);
			background-image: -moz-linear-gradient(top, #d14545, #e97171);
			background-image: -ms-linear-gradient(top, #d14545, #e97171);
			background-image: -o-linear-gradient(top, #d14545, #e97171);
			background-image: linear-gradient(top, #d14545, #e97171)
		}
		#login #submit:active {
			outline: none;
			-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
			-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset
		}
		#login #submit::-moz-focus-inner {
			border: none
		}
		#login label {
			float: right;
			line-height: 30px
		}
		#login label input {
			position: relative;
			top: 2px;
			right: 2px
		}
		#about {
			margin: 15px
		}
		#about a {
			color: #555
		}
		.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa{
	position: fixed;
	top: 45%;
	left: 15px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}



