/*
.certs-container .row {

}
.bg-img-bottom {
    background-image: url("../images/pets1.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.agri_service_block {
    background-color: rgba(255,255,255,0.5) !important;
}

.certs-footer h6 {
    font-size: 20px;
    color: #222222;
    font-family: 'Lato', sans-serif;
    text-align: center;
    margin: 30px;
}
*/

h1, h2, h3, h4 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600 !important;
}

h1.text-muted, h2.text-muted, h3.text-muted, h4.text-muted {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

p {
    font-family: 'Roboto', sans-serif;
}

.brand-green {
    color: #3a6629;
}

.brand-green-bg {
    background-color: #3a6629;
}

.brand-green-btn {
    background-color: #3a6629;
    border-color: #3a6629;
}

.brand-green-a {
    font-weight: normal;
    text-decoration: none;
    color: #3a6629;
}

.brand-green-icons {
    --fa-primary-color: #3a6629;
    --fa-secondary-color: #360309;
}

.brand-font {
    font-family: 'Quicksand', sans-serif !important;
}

a:hover {
    font-weight: bold;
    text-decoration: none;
}

.carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption p, .carousel-caption h3 {
    font-family: 'Quicksand', sans-serif !important;
}

#header-pets .carousel-item {
    height: 65vh;
    min-height: 350px;
}

#kirsty-pets .carousel-item {
    height: 40vh;
    min-height: 200px;
}

/*
.carousel-caption {
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:0;
    background-color:rgba(0,0,0,0.2);
}*/

.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

#header-pets .carousel-item:after {
    background:rgba(0,0,0,0.4);
}

#kirsty-pets .carousel-caption h3 {
    text-shadow: 0px 0px 20px #000000;
}

/*
.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 1.5rem;
}
*/
.img-circle-bg {
    height: 100px;
    position: relative;
}

.img-circle-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.services {
    margin-top: 50px;
}

.services .row {
    margin-top: 60px;
}

.services .lead.email-btn {
    margin-top: 60px;
}

.services .lead.email-btn a {
    margin: 20px;
}

.services h5 {
    margin-top: 50px;
}

#qual .container {
    text-align: center;
    margin-top: 80px;
}

#qual .container h2 {
    margin-bottom: 50px;
}

#qual .container .row i {
    margin-bottom: 20px;
}

.about-info {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-info-header {
    margin-bottom: 20px;
}

.owner-img_x {
    width: 400px;
    height: auto;
    margin: 20px;
}

.sig {
    margin-right: -45px;
}

.sig-text {
    padding-right: 45px !important;
}

.contact-form {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    color: white;
    background: black;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 00, 0.6)), url("../images/animals-1.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 00, 0.6)), url("../images/animals-1.jpg"); /* The least supported option. */
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}

.contact-form .contact-header-email {
    margin-top: 30px;
}

.contact-form .contact-header-message {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-header-email a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.contact-header-email a {
    color: #ffffff;
    font-weight: normal;
}

.map-text {
    margin: 20px;
}

.map-text .map-image {
    margin: 10px;
}

.footer {
    margin-top: 50px;
}

.footer .row {
    margin-bottom: 50px;
}

.footer .row .social-icons {
    padding-top: 40px;
}

.footer .row .social-icons a {
    padding: 20px;
}

.footer_copyright a:hover, .footer a:hover {
    font-weight: bold;
    color: #3a6629;
}

@media (max-width: 600px) {
    h2.footer-email {
        font-size: 1.5rem !important;
    }
}