/*Credits*/
@import url('https://fonts.googleapis.com/css?family=Gugi|Kalam');

.footer-bottom-area #link-creator 
{
  font-family: 'Kalam', cursive;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 120;
  width: 49px;
  height: 49px;
  background: #19202A;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-bottom-area .link-creator-bg .initial
{
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}

.footer-bottom-area #link-creator p
{
	margin-top: 15px;
	font-size: 15px;
}

.footer-bottom-area #link-creator .link-creator-bg
{
  text-align: center;
  line-height: 49px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 49px;
  height: 49px;
  background: #FFFFFF;
  z-index: 121;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Gugi', cursive;
}

.footer-bottom-area #link-creator:hover .link-creator-bg 
{
  background: #19202A;
  color: white;
}

.footer-bottom-area #link-creator .link-creator-bg 
{
	color: black;
}
/*Credits end*/

:root
{
	--top-green: #28C132;
}
.img-holder .about
{
	border-radius: 50%;
	height: 4in;
}

.lead
{
	font-size:18px !important;
	font-weight:400 !important;
	line-height:1.5 !important;
}

.contact-ico
{
	font-size: 23px;
	color: #2ACB35;
}

footer
{
	margin-bottom: -80px;
}

.white
{
	color: white !important;
}

.grey
{
	color: #969696 !important;
}

.scroll-to-top {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: none;
	z-index: 2000;
	background-color: var(--top-green);
	transition: transform 0.3s;
	overflow: hidden;

	&:before,
	&:after {
		content: '';
		position: absolute;
		display: block;
		top: 15px;
		background-color: #fff;
		height: 20px;
		width: 5px;
	}

	&:before {
		transform: rotate(-45deg);
		left: 28px;
	    box-shadow: -8px 14px 0px 8px darken(var(--top-green), 8%);
	}

	&:after {
		transform: rotate(45deg);
		right: 28px;
	}

	&:focus {
		outline: none;
	}
}

.scroll-to-top:hover {
    background: transparent;
    border: 1px solid white;
    color: #fff;
}

.scroll-to-top i
{
    font-size: 26px !important;
    margin-top: 12px !important;
}

.yeah
{
	background: linear-gradient(rgba(20,20,20, .5), rgba(20,20,20, .5));
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2 !important;
    background-color: #080d15;
    opacity: .7;
}

/* Blog Styling */
.sub-heading {
	color: #fff;
    font-size: 20px;
    margin: 10px;
}
.single-blog-item .blog-content ul,
.single-blog-item .blog-content ul li {
	list-style: square outside none;

}

.single-blog-item .blog-content {
	font-size: 18px;
    line-height: 30px;
}

.single-blog-item .blog-content a {
	color: #000;
	text-decoration: underline;
}

.single-blog-item .bottom-quote {
    margin: 30px;
    font-size: 23px;
    color: black;
    border-color: black;
}

/* Social Handles */
.social .social-handles {
	margin-top: 20px;
}

.social .social-handles a {
	margin-right: 30px;
	font-size: 24px;
}