

body 
{
	margin-top: 50px;
	min-height: 80%;
}

#main-navbar
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #222;
    border-color: #080808;
    z-index: 2;
}

#rel_numerologyreading {
	max-width: 100%;
    white-space: break-spaces;
}

footer.footer
{
	color: #c0c0c0;
	width: 100%;
	margin-top: 100px;
	background-color: #101010;
}

footer.footer.active 
{
	margin-top: 0px;
	background-color: #000;
}


#footer_top_cover.active
{

    background-image: url('/pub/img/footer_top_cover.png');
    background-position: 0px 100%;
    background-size: contain;
    width: 100%;
    height: 410px;
    background-repeat: no-repeat;
    margin-top: 20px;
}


#suggest_edit_b
{
	text-align: right;
}

footer.footer a 
{
	color: #c0c0c0;
}

.fl
{
	float: left;
}

.fr 
{
	float: right;
}

.clearfix:after
{
	content: '';
	clear: both;
}

.clr
{
	clear: both;
}

#facebook_b 
{
	position : fixed;
	right : 6px;
	bottom : 6px;
}

#facebook_messenger_help_t
{
	font-size: 12px; 
	width: 90px;
	text-align: center;	
}

#facebook_b img
{
	display: block; margin: 0 auto;
}

.margint10
{
	margin-top: 10px;
}

.marginl10 {
	margin-left: 10px;
}

.marginr10 {
	margin-right:  10px;
}

.margint20
{
	margin-top: 20px;
}

#main-navbar
{
	border-radius: 0px;
}

.marginb10
{
	margin-bottom: 10px;
}

.marginb20
{
	margin-bottom: 20px;
}

.bigger-text
{
	font-size: 150%;
}


.card_image {
	
	margin-right: 10px;
    border-radius: 6px;
    border: 2px solid #39434a;
}


@media all and (max-width: 990px)
{

	

	.mobilehide
	{
		display: none;
	}

	footer .list-unstyled li 
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}


@media all and (max-width: 690px)
{
	h1
	{
		font-size: 18px;
	}

	.h2, h2
	{
		font-size: 17px;
	}

	.h3, h3
	{

    	font-size: 16px;
	}
}


@media all and (max-width: 480px)
{

	#facebook_messenger_help_t
	{
		display: none;
	}
}

@media all and (max-width: 410px)
{
	.card_image {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}


@media all and (max-width: 900px)
{
	.card_image_reading
	{
		margin-right: 10px;
	}
}



@media all and (min-width: 1500px)
{
	#footer_top_cover.active
	{
    	background-size: cover;
	}
}