
body {
	font:400 14px/1.4 'Poppins', sans-serif;
	font-weight:400;
	font-style:normal;
	color: #fff ;
	min-height: 100vh;
    background: #292929;
}
i.fa {
	font-family: FontAwesome;
	font-weight: 400;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover,.nav-tabs > li > a:hover {
  text-decoration: none;
}
a:hover,code:hover,.accordion h3:hover,.nav-tabs > li > a:hover  {
  -webkit-transition:all 0.5s ease;
   -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
	 transition:all 0.5s ease; 
}
img {
	max-width: 100%;
    height: auto;
}
.home_wraper {
	display: flex;
	align-items: start;
	justify-content: center;
	min-height: 100vh;
}
.home_wraper_inner {
	display: block;
	max-width: 610px;
	margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.site_logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.site_logo a {
    display: inline-block;
}
.site_logo.circle_logo a {
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background: #000;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.site_description {
    margin-bottom: 15px;
    text-align: center;
}
.link_tree_links {
	display: block;
	padding-top: 20px;
}
.link_row {
	display: block;
	margin-bottom: 15px;
}
.link_row_inner {
	display: flex;
	min-height: 60px;
	background: #f8d242;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	position: relative;
    color: #171717;
    border: 1px solid #f8d242;
    transition: 0.3s;
}
.link_thumb {
	margin-right: auto;
	position: absolute;
	left: 10px;
}
.link_thumb img {
	max-width: 48px;
	max-height: 48px;
	border-radius: 4px;
}
.link_title {
    font-weight: 500;
    font-size: 15px;
}
.footer_credit {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #6b6b6b;
	padding-top: 10px;
	padding-bottom: 20px;
    margin-top: -5vh;
}
.footer_hook a {
	display: block;
}
.footer_hook svg {
	width: 22px;
	fill: #fff;
}
.footer_hook img, .footer_hook svg {
	transition: 0.3s;
}
.footer_hook img:hover, .footer_hook svg:hover {
	transform: scale(1.2);
	fill: #f8d243;
}
.link_tree_social_icons {
	display: block;
}
.link_tree_social_icons ul {
	list-style: none;
	padding: 0;
	margin: auto;
	display: table;
	margin: 30px auto;
}
.link_tree_social_icons ul li {
	display: inline-block;
	margin: 0 10px;
}
.link_tree_social_icons ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	transition: 0.3s;
}
.link_tree_social_icons ul li a:hover{
	color: #f8d243;
	transform: scale(1.4);
} 
.blurred_bg {
	filter: blur(4px);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}


/************************************************/
/************************************************/
/************** Responsive Quries ***************/
/************************************************/
/************************************************/

@media only screen and (max-width: 480px) {
	.link_title {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 15px;
	}
}