@charset "utf-8";
/* CSS Document */


/* General */

body{
	font-family: 'Roboto', sans-serif;
}

.container-fluid{
	padding: 0rem;
}

/* Colors */

.text-green{
	color: #006838;
}

.text-orange{
	color: #F18221;
}

#footer-section{
	padding: 2rem 0rem;
}

#footer-logo{
	width: 15rem;
	margin: 0rem auto;
}

#footer-phone{
	font-size: 1.5rem;
	font-weight: 700;
}

#footer-social-section{
	text-align: center;
	margin-top: 1rem;
}

#footer-social-head{
	font-size: 1.rem;
	font-weight: 700;
	color: #006838;
}

.fab{
	font-size: 1.5rem;
	margin: .5rem .25rem;
	color: #006838;
}

/* Home Page */

#slider-logo-area{
	padding: 1rem 2rem 2rem 2rem;
}

#slider-slogan{
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
}

#home-intro-section{
	padding: 2rem;
}

#home-intro-text{
	font-size: 1.5rem;
	line-height: 2.rem;
	text-align: center;
}

.home-pattern{
	font-size: .80rem;
	background-image: url("../images/pattern.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: repeat-y;
	margin: 1rem 0rem;
}

.home-cards{
	margin-bottom: 2rem;
}

.home-cards-head{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	color: #006838;
	text-transform: uppercase;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 2px dotted;
}

#hc-1, #hc-2, #hc-3, #hc-4{
	text-align: center;
}



