
html {
  scroll-padding-top: 70px; /* height of sticky header */
}

.paypal-header img {
	height: 60px;
    max-height: 60px;
    margin: 10px 0;
}

.bg-portfolio {
	background-color: rgba(0,0,0,1) !important;
}

section {
	padding: 40px 0 10px 0;
}

section#coloring-images img {
	border: 1px solid #000;
}

section#pricing h1 {
	color: #86bc42;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
}
section#pricing p {
	line-height: 1.4;
}
section#pricing i {
	color: #86bc42;
	padding-right: 5px;
}
section#pricing .list-head {
	font-weight: bold;
	margin-left: 25px;
}
section#pricing ul li {
	list-style-type: none;
}

section#testimonials {
	padding: 60px 0;
}
section#contact {
	padding: 60px 0 0 0;
}

.section-heading p {
	font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0 auto;
}

.head-title {
	font-size: 50px !important;
}

#about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 10px;
}
#contact p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 10px;
}
#contact p.phone {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    padding: 0;
}
#contact h6 {
    margin-top: 10px;
}

.portfolio-item {
	margin: 0 20px 50px 20px;
}
.portfolio-item .service-text {
	color: #fff;
	margin-bottom: 15px;
	line-height: 1.2;
	min-height: 0;
}
.portfolio-item h6 {
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
}

.testmonial-single h6 {
	font-size: 13px;
    text-transform: none;
}

.letter-text h2 {
	color: #f00;
	font-size: 24px;
	text-align: center;
}
.letter-text p {
	font-size: 14px;
}
.letter-text ol li, p.red-text, p.bible-quote {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #454545;
	font-size: 14px;
	font-weight: 300;
    line-height: 1.5;
}
.letter-text ol li {
	margin-bottom: 10px;
}

.vet-logo {
    display: inline-block;
    margin-top: 5px;
    padding: 0;
}

footer {
    padding: 0;
    background: #fff;
    color: #fff;
}

.form-control {
	font-size: 0.9rem;
    font-weight: normal;
    padding: 0.175rem 0.7rem;
}
.form-control input[text] {
    height: 40px !important;
}
.form-control {
    min-height: 40px !important;
}

.hide-scrollbar {
	overflow: hidden;
}

.alert {
	font-size: 0.9rem;
	text-align: center;
}

.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.height-100 {
	height: 100px;
}

.m-t-5 {
	margin-top: 5px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-b-50 {
	margin-bottom: 50px !important;
}

/* Extra large devices (desktops, greater than 1200px) */
@media (min-width: 1200px) {
	
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.paypal-header img {
		height: 60px;
	    max-height: 60px;
	    margin-top: 0;
	}
	.head-subtext {
		font-size: 24px !important;
	}
	.head-rotator-text {
		font-size: 28px !important;
		margin-top: 10px;
	}
	.head-hidetext {
		display: none !important;
	}
	.head-hidetext {
		font-size: 15px !important;
	}
}

/* (iPad) */
@media (min-width: 767.98px) and (max-width: 770px){
	.paypal-header img {
		height: 60px;
	    max-height: 60px;
	    margin-top: 0;
	}
	.head-subtext {
		font-size: 24px !important;
	}
	.head-rotator-text {
		font-size: 28px !important;
		margin-top: 10px;
	}
	.head-hidetext {
		display: none !important;
	}
	section#about p {
		font-size: 18px !important;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.head-title {
		font-size: 25px !important;
	}
	.head-subtext {
		font-size: 16px !important;
	}
	.head-rotator-text {
		font-size: 17px !important;
		margin-top: 10px;
	}
	.head-hidetext {
		display: none !important;
	}
	.portfolio-item .service-text {
		font-size: 13px !important;
	}
}