
html {   
    font-size: 100%;        
}

body {
	font-family: 'Lato', sans-serif !important;
	font-size: 14px;
	color: #808080;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
	margin-top: 90px;
}

a {
	color: #e96656;
	-webkit-transition: all 700ms;
	        transition: all 700ms;
}

a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #cb4332;
}
p {
    margin: 0;
}
.full-width {
	width: 100%;
	margin: auto;
}

/*---------------------------------------
 **   TYPOGRAPHY                     -----
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1,h2 {
	font-family: 'Montserrat', 'sans-serif';
	font-weight: 700;
	text-transform: uppercase;
}
h1 {
	font-size: 55px;
}
h2 {
	font-size: 45px !important;
	line-height: 55px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}

.package {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.package-header {
	height: 57px;
	color: #FFF;
	line-height: 57px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.package ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin: auto;
	border-bottom: 1px dotted #dadada;
}
.package ul li:last-child {
	border-bottom: 0;
}
.package ul li i {
	font-size: 13px;
	margin-right: 5px;
}


footer {
	background: #e1e1e1;
	margin-top:0;border-top: thin solid #000;
}
.emailme {
	color: #000;
}
.emailme a {
	color: #000;
}
.contact-us {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.company-details {
	color: #000;
}
.company-details a {
	color: #000;
}

.headerc {
	min-height: 350px;
}
.container5 {
	width:100%;
}
	
.intro2 {
	color: #000;
	text-align: center;
	z-index: 0;
	margin-top: 20px;
}
	
.hero-image {
 /* background-image: url("base/images/backgrounds/mail-truck.jpg"); */
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
max-height:200px;
}	
ul, ol {
padding-left: 0 !important; 
}

	li {
    list-style: none;
}
.pricemeta {
	font-size: 80%;
	color:#FFF;
	font-style: italic;
	}
	
.current {
	font-weight: bold;
		border-bottom: thin solid gray;
}

.card-title {
	color: #000;
	font-weight: bold;
}

.card-text {
	color: #000;
}

			#tp {
				margin-top: 30px;
				padding-top: 20px;
					margin-bottom: 0px;
			}
			#tpa {
				padding:30px 0 100px 0;
			}
			@media screen and (max-width: 768px) {
			#tp {
				margin-top: 0px;
				padding-bottom: 0px;
				margin-bottom: 0px;
			}
			#tpa {
				padding: 6px;
					margin: 0px;
			}
				#tpb {
					
				}
			}

@media only screen and (max-width: 770px) {
.headerc {
	min-height: 200px;
	}
.intro2 {
    font-size:160%;
	line-height: normal;
	margin-top: 0;
  	}

.package {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 15px;
	}
.hider {
	display: none;
}

}
