body{
	color:  #fff;
	background-color: #000;
	font-size: 24px;
	font-family: 'poppinsmedium';
	text-align: center;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-repeat: no-repeat;
	background-image: url('../images/bg_blur.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
body:after{
  content:"";
  position:fixed; /* stretch a fixed position to the whole screen */
  top:0;
  height:100vh; /* fix for mobile browser address bar appearing disappearing */
  left:0;
  right:0;
  z-index:-1; /* needed to keep in the background */
  background: url('../images/bg_blur.png') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1{
	font-family: 'skrapbookregular';
	font-size: 80px;
	line-height: 80px;
	font-weight: normal;
}
p{
	font-size: 18px;
	line-height: 28px;
	color: #666;
	margin-top: 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
a{
	color: #88bc3d;
}
a:hover{
	color: #88bc3d;
	text-decoration: underline;
}

.btn{
	font-family: 'luckiest_guyregular';
	background-color: #273116;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	border-radius: 100px;
	padding: 10px;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
}
.btn span{
	display: inline-block;
	vertical-align: middle;
}
.btn img{
	width: 40px;
	display: inline-block;
	vertical-align: middle;

}
.btnMinW{
	display: inline-block;
	min-width: 160px;
	margin: 10px;
}

.btn:hover {
	animation-duration: .2s;
	animation-name: fadeWhiteToOrange;
	background-color: #88bc3d; 
}
#btn_header{
	position: absolute;
	top: 4%;
	right: 2%;
}
.socials{
	padding-top: 40px;
	padding-bottom: 50px;
}
.btnSocial{
	background-color: #273116;
	font-size: 0;
	line-height: 0;
	padding: 0px;
	margin: 2px;
	width: 15%;
	max-width: 80px;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
  vertical-align:middle;
  border: 0px solid #000;
}
.btnSocial:hover {
	animation-duration: .2s;
	animation-name: fadeBlackToOrange;
	background-color: #88bc3d;
}
.buttonBar{
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 3px dotted #ccc;
}
.buttonBar2{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 600px;
	border-top: 3px dotted #ccc;
}

@keyframes fadeWhiteToOrange {
  0%   {background-color: #273116;}
  100% {background-color: #88bc3d;}
}
@keyframes fadeBlackToOrange {
  0%   {background-color: #273116;}
  100% {background-color: #88bc3d;}
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* CONTENT																				*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

#content_all{
	opacity: 0;
}

/* header */
/* ------------------------ */
#content_header{
	position: relative;
	overflow: hidden;
}
#header_center{
	padding-bottom: 100px;
}
#header_center img{
	width: 100%;
	max-width: 720px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;	
}
#img_joy{
	top: 0;
	left: 0;
	position: absolute;
	width: 18%;
	min-width: 350px;
}
#img_joy img{
	position: absolute;
	top: 0;
	left: 0;
}
#CA{
	color: #333333;
	border: 3px solid #ffffff;
	padding: 40px;
	display: inline-block;
	border-radius: 100px;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
	background-color: #FFFFFF66;
}
#CA span{
	display: inline-block;
  vertical-align:middle;
}
#iconSolSmall img{
	width:40px;
	margin-right:10px

}


/* LEAVES - Header */
#leaf_tl_header{
	position: fixed;
	top: 0;
	left: 0;
	width: 15%;
	min-width: 140px;
}
#leaf_tr_header{
	position: fixed;
	top: 0;
	right: 0;
	width: 15%;
	min-width: 140px;
}
#leaf_bl_footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15%;
	min-width: 140px;
}
#leaf_br_footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 15%;
	min-width: 140px;
}


/* bar */
/* ------------------------ */
#bar{
	display: none;
	min-height: 80px;
	background-color: #ff6633;
}

/* info */
/* ------------------------ */
#content_info{
	background-color: #fff;
	color: #000;
	padding-bottom: 100px;

}
#imgpfp{
	max-width: 300px;
}

#xblockquote{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.twitter-tweet{
	text-align: center;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#videoFrame{
	display: none;
	width: 80%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
	font-size: 0;
	background-color: #000;
	padding: 20px;
	border-radius: 20px;
}
.textArea{
	width: 95%;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#content_portraitThree{
	padding-top: 100px;
	padding-bottom: 100px;


	background-image: url('../images/bg.png');
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	background-position: center;
}
#portraitThree{
	display: none;
	max-width: 1000px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#portraitThree img{
	width: 30%;
	margin-left: 2%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}
#portraitThree video{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

/* memes */
/* ------------------------ */
#content_memes{
	background-color: #fff;
	text-align: center;
}
.gallery{
	font-size: 0;
	line-height: 0;
	background-color: null;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
	width: 90%;
	max-width: 1000px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.gallery img{
	font-size: 0;
	line-height: 0;
	border: 0;
	margin: .5%;
	width:24%;
}


/* footer */
/* ------------------------ */
#content_footer{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0px;
	line-height: 0px;
	position: relative;
}
#content_footer img{
	max-width: 350px;
}
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* MOBILE																				*/
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

/* mobile */
@media screen and (max-width: 768px) {

	h1{
		font-size: 45px;
		line-height: 50px;
	}
	p{
		width: 90%;
		font-size: 15px;
		line-height: 20px;
		color: #666;
		margin-top: 30px;
	}

	.buttonBar{
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		padding-top: 60px;
		padding-bottom: 60px;
		background-color: #fff;
		border-top: 0px;
		width: 100%;
	}

	/* header */
	/* ------------------------ */
	#btn_header{
		position: relative;
		margin-top: 20px;
		margin-bottom: 0px;
		display: inline-block;
		min-width: 160px;
	}
	#img_joy{
		min-width: 150px;
	}
	#CA{
		padding: 20px;
		width: 80%;
	}
	#iconSolSmall img{
		display: none;
	}

	/* info */
	/* ------------------------ */
	#content_info{
		padding-top: 0px;
		padding-bottom: 60px;
	}

	/* portraitThree */
	/* ------------------------ */
	#content_portraitThree{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#portraitThree img{
		width: 90%;
		margin-left: 0;
		margin-right: 0;
	}
	#portraitThree video{
		display: none;
	}

	/* memes */
	/* ------------------------ */
	#content_memes{
		font-size: 0;
		line-height: 0;
		padding: 0;
		margin: 0;
	}
	.gallery{
		background-color: #666;
		width: 100%;
		font-size: 0;
		line-height: 0;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery img{
		font-size: 0;
		line-height: 0;
		padding: 0;
		margin: 0;
		width:33.33%;
	}
	

}