body, html {
	font-family: 'Comfortaa', cursive;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
    background-color: #f1f3f4;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	font-weight: 700;
	font-size: 64px;
	color: #000000;
    line-height: 250%;
}
h3 {
	font-size: 21px;
	font-weight: 500;
	color: #000000;
    line-height: 180%;
}
a {
	color: #999;
}
a:hover, a:focus {
	text-decoration: none;
	color: #cc0033;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
hr {
	height: 2px;
	width: 100%;
	text-align: center;
	position: relative;
	background: #999;
	margin: 50px;
	margin-bottom: 50px;
	border: 0;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background-color: #f1f3f4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
header .intro-text {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}
/* About Section */
#about {
	padding: 50px  0;
}
#about h3 {
	font-size: 19px;
}
#about .about-text {
	margin-left: 10px;
    padding-top: 40px;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
}
#about .social {
	margin: 20px 0 30px 0;
}
#about .social ul li {
	display: inline-block;
	margin: 0 10px;
}
#about .social i.fa {
	font-size: 30px;
	padding: 4px;
	color: #999;
	transition: all 0.3s;
}
#about .social i.fa:hover {
	color: #cc0033;
}
#about p {
	line-height: 24px;
	margin: 20px 0 0;
}
/* Footer Section*/
#footer {
	background: #f1f3f4;
	padding: 20px 0 0 0;
}
#footer h1 {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
    line-height: 180%;
}
#footer h2 {
	font-size: 19px;
	font-weight: 500;
	color: #000000;
    line-height: 180%;
}
#footer .copyrights {
	padding: 50px 0;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: #f1f3f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f1f3f4 0%, #999 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f1f3f4 0%,#999 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f1f3f4 0%,#999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f4', endColorstr='#999',GradientType=0 ); /* IE6-9 */

}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #333;
}
