/*-- Body Reset --*/
html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #616971;
    padding: 0;
}

/*============= NAVIGATION =============*/
#logo {
    height: 60px;
}
#fb {
    height: 50px;
}

#fb-footer {
    height: 50px;
    margin-top: -25px;
    float: right;
}

@media (max-width: 768px) {
    #fb-footer {
        margin-top: -55px;
    }
}

.navbar {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: .1rem;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
    z-index: 100;
}

.nav-item {
    padding: .5rem;
}
@media only screen and (max-width: 991px) {
    .nav-item {
        margin-left: 20px;
    }
}


.nav-link {
    color: #5b5555 !important;
}

.nav-link:hover {
    color: #38ae4f !important;
}

.navbar-toggler {
    border: 0!important;
}

/*============= CAROUSEL =============*/

.black-white {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.carousel-caption {
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
}

.bg-custom {
    background-color: rgba(0, 0, 0, .4);
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, .7);

}

/*===== Privacy politics =====*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;

    /*background-color: rgba(0,0,0, 0.9);*/
    overflow-x: hidden;
    transition: 0.5s;
}


.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


/*===== About us =====*/
.underline {
    border-width: thick !important;
    border-color: #38ae4f !important;
}

.bg-cream {
    background-color: #efefef;
}

/*===== Service =====*/
.bg-service {
    background-color: #4aa25e;
    color: #eeeeee;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#TeamPic {
    /*border-radius: 50px;*/
}

.map {
    height: 600px;
}

#cardioPet:hover {
    text-decoration:none;
    color:#616971;
}
#cardioPet{
    color:#616971;
}
/*=====Information====*/
#online-visit {
    color:white;
    border: 2px solid #a7a8ac;
    border-radius: 8px;
    padding: 20px;
    background-color: #a7a8ac;
}
#online-visit:hover {
    background-color: #616971;
    border-color: #616971;
    text-decoration: none;
}



/*=====Form====*/

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4aa25e;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #398049;
}


#successfullySend a {
    color: white;
}

#successfullySend a:hover {
    color: lightgrey;
    text-decoration: none;
}

/*#successfullySend a:active {*/
/*    color: white;*/
/*    text-display: none;*/
/*}*/

/*============= FOOTER =============*/

footer {
    background-color: #398049;
    color: #eeeeee;
}
footer a {
    color: white;
    text-display: none;
}

footer a:hover {
    color: white;
    text-display: none;
}

footer a:active {
    color: white;
    text-display: none;
}

/*============= Contact =============*/
#iframe-map{
    border:0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}

/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}



/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
    position: relative;
    width: 100%;
    z-index: 1000 !important;
}

.fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999 !important;
}

.fixed {
    z-index: -999 !important;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.teamPicture {
max-width:60%;
}