* {
	margin: 0;
	padding: 0;	
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	
	background: #e4e4e4;
	color: #353535;
	
	font-size: 0;
}

a {
	text-decoration: none;
	color: inherit;	
	cursor: pointer;
}

#app {
	max-width: 1000px;
	margin: auto;
}

.header {
	padding-top: 5px;
	text-align: center;
}

.logo {
	position: relative;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 32px;
	font-weight: bold;
}

.logo::before {
	content: "Taught By Memes";
	position: absolute;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 8px;
	left: 0;
	bottom: -2px;
}

.logo:hover {
	color: #327CCB;
}

input {

}

#search {
	padding:8px;
	border-radius: 3px;
	border: #999 solid 1px;
	font-size: 24px;	
	margin-left: 10px;
	outline: none;
	background: #f7f7f7;
}

#search:focus {
	border: #327CCB solid 1px;
	background: #fff;
}

.container {

}

.content div {
	vertical-align: top;
}

.row {
	margin: 10px 0;
}

.card {
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	padding: 10px;
}

.card .title {
	font-weight: bold;
}

.card img {
	width: 100%;
	margin-top: 5px;
}

.fs {
	/* Resets font size */
	font-size: 14px;
}

.fs0 {
	font-size: 0;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.top {
	vertical-align: top;
}

.mt10 {
	margin-top: 10px;
}

ul {
	margin-left: 0;
}

ul > li {
	margin-left: 20px;
	padding-top: 5px;
}

ul > li > a {
	padding: 3px;
}

div > ul > li > a {
	font-weight: bold;
	font-size: 18px;
}

ul > li:hover > a {
	background: rgba(3,169,244,0.25);
}

.btn {
	background: #e4e4e4;
	padding: 5px 10px;
	border-radius: 3px;
	cursor: pointer;
	
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.white {
	background: #fff
}

.blue {
	background: #327CCB;
	color: #fff;
}

.red-text {
	color: #E45635;
}

.hidden {
	display: none;
}

.transparent {
	background: none;
}

/* Columns */

.c {display: inline-block;}

.s1 {width: 8.3333333333%;}
.s2 {width: 16.6666666667%;}
.s3 {width: 25%;}
.s4 {width: 33.3333333333%;}
.s5 {width: 41.6666666667%;}
.s6 {width: 50%;}
.s7 {width: 58.3333333333%;}
.s8 {width: 66.6666666667%;}
.s9 {width: 75%;}
.s10 {width: 83.3333333333%;}
.s11 {width: 91.6666666667%;}
.s12 {width: 100%;}

@media only screen and (min-width: 601px) {
	.m1 {width: 8.3333333333%;}
	.m2 {width: 16.6666666667%;}
	.m3 {width: 25%;}
	.m4 {width: 33.3333333333%;}
	.m5 {width: 41.6666666667%;}
	.m6 {width: 50%;}
	.m7 {width: 58.3333333333%;}
	.m8 {width: 66.6666666667%;}
	.m9 {width: 75%;}
	.m10 {width: 83.3333333333%;}
	.m11 {width: 91.6666666667%;}
	.m12 {width: 100%;}
}

@media only screen and (min-width: 993px) {
	.l1 {width: 8.3333333333%;}
	.l2 {width: 16.6666666667%;}
	.l3 {width: 25%;}
	.l4 {width: 33.3333333333%;}
	.l5 {width: 41.6666666667%;}
	.l6 {width: 50%;}
	.l7 {width: 58.3333333333%;}
	.l8 {width: 66.6666666667%;}
	.l9 {width: 75%;}
	.l10 {width: 83.3333333333%;}
	.l11 {width: 91.6666666667%;}
	.l12 {width: 100%;}
}

@media only screen and (min-width: 1201px) {
	.x1 {width: 8.3333333333%;}
	.x2 {width: 16.6666666667%;}
	.x3 {width: 25%;}
	.x4 {width: 33.3333333333%;}
	.x5 {width: 41.6666666667%;}
	.x6 {width: 50%;}
	.x7 {width: 58.3333333333%;}
	.x8 {width: 66.6666666667%;}
	.x9 {width: 75%;}
	.x10 {width: 83.3333333333%;}
	.x11 {width: 91.6666666667%;}
	.x12 {width: 100%;}
}