body {
	font-family: verdana;
	background-color: #18191e;
	padding: 0;
	margin: 0;
	width: 100%
	height: 100%;
}
header {
	background-color: #0c0c14;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3;
	padding: 5px 0;
}
#wrap-header {
	max-width: 1100px;
}
#wrap {
	margin-top: 110px;
	max-width: 1100px;
}
.menu {
	position: fixed;
	font-weight: bold;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: hsla(0,0%,100%,.4);
}
#title {
	text-align: left;
	font-size: 30px;
	color: #fc0;
	text-shadow: rgb(0 0 0) 2px 2px 2px;
	font-weight: bold;
}
#logo {
	width: 29px;
    margin-top: -5px;
}
.meme-box {
	min-width: 580px;
	width: 95%;
	padding: 0;
	margin: 0;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	border-radius: 8px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
img.meme-img {
	width: 100%;
    border-radius: 8px 8px 0 0;
}
.meme-footer {
	background: #0c0c14;
    border-radius: 0 0 8px 8px;
    padding: 16px 16px 22px;
    position: relative;
}
.like {
	color: hsla(0, 0%, 100%, 0.6);
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
}
.like:hover {
	color: hsla(0, 0%, 100%, 0.8);
}
.count-likes {
	display: block;
    margin: -24px 0 0 30px;
}
.meme-copy {
	float: right;
	margin-top: -30px;
}
#gp {
	width: 80px;
	height: 65px;
	background: url(google_off.png);
	margin-right: 70px;
}
#gp:hover {
	width: 80px;
	height: 65px;
	background: url(google_on.png);
}
#ap {
	width: 80px;
	height: 65px;
	background: url(apple_off.png);
}
#ap:hover {
	width: 80px;
	height: 65px;
	background: url(apple_on.png);
}
ul {
	list-style-type: none;
	padding: 0;
}
ul > li {
	margin-bottom: 10px;
}
#auth {
	color: hsla(0,0%,100%, .4);
	font-weight: bold;
	text-align: right;
    margin-top: -34px;
	cursor: pointer;
}
#auth:hover {
	color: hsla(0,0%,100%, .6);
}
.menu-title {
	color: hsla(0,0%,100%, .4);
}
.best {
	color: #fc0;
}
.add-meme {
	width: 100%; 
	margin-bottom: 50px;
}
#footer {
	position: fixed;	
}
#apps {
	display: flex;
}
#politics {
	margin-top: 50px;
	color: hsla(0,0%,100%, .4);
	font-size: 12px;
}
#politics a {
	color: hsla(0,0%,100%, .4);
}
#politics a:hover {
	color: #fc0;
}
.tags{
	margin-top: 8px;
	color: hsla(0,0%,100%, .4);
	font-size: 14px;
}
.menu-link{
	color: hsla(0,0%,100%, .4);
	font-size: 16px;
}
.c-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #4676D7;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
}
.tags_top{
	font-size: 12px;
	color:#FFCC00;
	background-color: #18191e;
	border-radius: 15px;
	border:1px solid #463D18;
	font-weight: bold;
	text-decoration: none;
	padding:4px;
	padding-left:5px;
	padding-right:5px;
	margin:1px;
	margin-top:3px;

}
.tags_top:hover{
	border:1px solid #FFCC00;
}
#pop_tags {
	margin-top: -8px;
}
.sidenav {
  height: 150%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
}
.sidenav .menu {
  padding: 8px 32px 8px 32px;
  text-decoration: none;
  font-size: 30px;
  display: block;
  transition: 0.3s;
  position: relative;
}
.sidenav a, .sidenav button, .sidenav span, .sidenav ul {
  font-size: 30px;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#main {
  padding: 20px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.mobile-nav {
	padding: 20px 20px 5px 20px;
}