/****** PLACE YOUR CUSTOM STYLES HERE ******/



@media (max-width: 480px) {
	h1.specialheading {
		font-size: 50px;
	    line-height: 60px;
	    margin-top:50px;
	}
}

@media (min-width: 481px) and (max-width:990px) {
	h1.specialheading {
		font-size: 70px;
	    line-height: 80px;
	}
}

@media (min-width: 991px){
	h1.specialheading {
		font-size: 80px;
    	line-height: 100px;
	}
}

nav.scrolled .nav-bar {
	border-bottom: 1px solid rgba(204, 204, 204,0.5);
}

.feature.feature-3 img {
	max-width: 100px;
}

.image-xs {
	margin-bottom:10px;
}

.blog-image-post {
	width: 100%;
	height: auto;
}

#at4-share {
	display: none;
}

.post-content p {
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}

.post-content h1, 
.post-content h2, 
.post-content h3 {
	margin-bottom:8px;
}

h2.post-title {
	margin-bottom: 15px;
	font-size: 45px;
	line-height: 60px;