html, body {
    width: 100vw;
    height: 100%;
    background: #E8E8E8;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

#mainwrapper {
    width: 100vw;
}

.container-fluid {
    font-family: 'Lato', sans-serif;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
    margin-right: 10px;
}


@media (max-width: 576px) {
    .floatRight {
        float: right;
        margin-right: 2px;
    }
 }

#disclaimer {
    display: flex;
    height: auto;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
    justify-content: center;
    background: #252525;
    color: #ffffff;
    font-size: 12px;
}

#header {
    position: relative;
    display: inline-block;
    height: 110px;
    width: 100%;
    text-align: left;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    z-index: 5;
    padding-right: 20px;
}

.logo {
    height: 100px;
}

#header p, img {
    float: left;
}

#header p {
    font-size: 26px;
    font-weight: 900;
    line-height: 90%;
    margin-top: 25px;
}

#header img {
    margin-top: 5px;
}

#nav {
    float: right;
    margin-top: 60px;
    margin-right: 30px;
}

#nav span {
    padding-right: 15px;
}

#nav span:hover {
    color: #FE5C48;
    cursor: pointer;
}


.navMenuLg {
    float: right;
    margin-top: 54px;
    margin-right: 15px;
}

.navMenuLg:hover {
    transform: scale(0.95);
    cursor: pointer;
}

#mobileNav {
    /*background: #1877F2;*/
    background: #252525;
    color: #ffffff;
    width: 100vw;
    height: auto;
    text-align: right;
    padding: 10px;
    font-size: 20px;
    display: none;
}

#mobileNav ul {
    list-style-type: none;
}

#mobileNav li:hover {
    color: #FE5C48;
    cursor: pointer;
}

.openButton {
    display: flex;
    /*float: right;*/
    height: 40px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: solid black 2px;
    background: #ffffff;
    border-radius: 50px;
    margin-top: 50px;
    margin-right: 10px;
}

.openButton:hover {
    border: solid #FE5C48 2px;
    color: #FE5C48;
    transform: scale(0.98);
}

.closedButton {
    display: flex;
    /*float: right;*/
    height: 40px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #FE5C48;
    color: #ffffff;
    border-radius: 50px;
    margin-top: 50px;
    border: none;
    margin-right: 10px;
}

.closedButton:hover {
    background: #252525;
    color: #ffffff;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
    transform: scale(0.98);
}

.infoRow {
    background: #E8E8E8; 
}


.infocol {
    height: auto;
    padding-top: 50px;
    width: 100%;
}


.infocard {
    height: 500px;
    max-width: 275px;
    background: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding-top: 40px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15); 
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
    /*margin-left: 25px;*/ 
    width: 100%;
}

.infocardfloat {
    float: right;
}

@media (max-width: 576px) {
    .infocol {
        padding-top: 25px;
    }
    .infocard {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .infocardfloat {
        float: none;
    }
}


.colshade {
    background: grey;
}

.colshade2 {
    background: green;
}



.infocard h4 {
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.number {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.number:hover {
    transform: scale(0.98);
}


.hours {
    width: 160px;
    height: 65px;
    /*background: #e5e5e5;*/
    font-family: 'Lato', sans-serif;
    line-height: 125%;
    margin: 0 auto;
    /*margin-left: 60px;*/
    letter-spacing: -2%;
    margin-top: 15px;
    font-size: 15px;
    padding-bottom: 5px;

    
}

.infocard button {
    height: 32px;
    max-width: 145px;
    border: none;
    background: #252525;
    color: #ffffff;
    border-radius: 50px;
    font-family: 'Lato', sans-serif;
}

.infocard p {
    float: left;
}

.hoursleft {
    height: 60px;
    text-align: right;
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    border-right: solid #252525 1px;
    font-weight: 700;
}
.hoursright {
    text-align: left;
    float: left;
    padding-top: 5px;
    padding-left: 10px;
}

.splashcol {
    height: 600px;
    text-align: left;
    /*background-image: url('splashdog2.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;*/

}

.splashcol img {
    height: 100%;
}

.map {
    position: relative;
    /*width: 260px;*/
    width: 90%;
    height: 260px;
    border-radius: 15px;
    background-image: url('lanerunmap.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: -40px;
    z-index: 1;
}

.map2 {
    position: relative;
    /*width: 260px;*/
    width: 90%;
    height: 260px;
    border-radius: 15px;
    background-image: url('harmonymap.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: -40px;
    z-index: 1;
}

.address {
    position: relative;
    display: flex;
    align-content: center;
    /*width: 260px;*/
    width: 90%;
    height: 45px;
    border-radius: 15px;
    background: #252525;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
    margin: 0 auto;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3); 
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

.address p {
    width: 100%;
    text-align: center;
    line-height: 125%;
    padding-top: 2px;
}

.facebook {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    /*width: 260px;*/
    width: 90%;
    height: 45px;
    background: #1877F2;
    color: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: -40px;
    z-index: 2;
    font-size: 14px;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.3); 
box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.3);
}

.facebookContent {
    width: 180px;
    height: 45px;
    margin: 0 auto;
}

.facebook:hover {
    cursor: pointer;
    transform: scale(0.98);
}

.facebookContent img {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
}

.facebookContent p {
    float: right;
    margin-top: 12px;
    margin-right: 5%;
}

.aboutLeft {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 100%;
    
    background: #ffffff;
    text-align: right;
}

@media (min-width: 991.98px) {
    .aboutLeft {
        justify-content: flex-end; 
        height: 530px;
    }
}
@media (max-width: 991.98px) {
    .aboutLeft {
        padding-top: 25px;
        height: auto;
    }
}

.aboutLeft img {
    /*float: right;*/
    max-width: 575px;
    width: 100%;
    padding: 5px;
}

.aboutRight {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;  
}

@media (min-width: 991.98px) {
    .aboutRight {
        height: 530px;
        justify-content: left; 
    }
}

@media (max-width: 991.98px) {
    .aboutRight {
        height: auto;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .aboutRightContent {
        padding: 10px;
    }
}

.aboutRightContent {
    max-width: 530px;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}


.openButtonAbout {
    display: flex;
    height: 40px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: solid black 2px;
    background: #ffffff;
    border-radius: 50px;
    margin-top: 25px;
    margin-right: 10px;
}

.openButtonAbout:hover {
    border: solid #FE5C48 2px;
    color: #FE5C48;
    transform: scale(0.98);
}

.closedButtonAbout {
    display: flex;
    height: 40px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: #FE5C48;
    color: #ffffff;
    border-radius: 50px;
    margin-top: 25px;
    border: none;
    margin-right: 10px;
}

.closedButtonAbout:hover {
    background: #252525;
    color: #ffffff;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
    transform: scale(0.98);
}

#vetWrap {
    height: 600px;
    height: 100%;
    background: #DBDBDB;
    overflow-x: hidden;

}

#vetCol {
    float: left;
    height: 600px;
    width: 100%;
    background: #DBDBDB;
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: smooth;
    margin-top: 15px;
}

.vetbtn {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    width: 40px;
    height: 40px;
    background: #252525;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding-left: 13px;
}

#slideLeft {
    transform: scaleX(-1);
}

#slideLeft:hover {
    transform: scaleX(-1) scale(0.97);
}

#slideRight:hover {
    transform: scale(0.97);
}


.vet {
    vertical-align:top;
    display: inline-block;
    width: 275px;
    height: 550px;
    background: #ffffff;
    color: #252525;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    margin-left: 30px;
    white-space: normal;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
margin-top: 10px;
}

.vet h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.vet img {
    margin-bottom: 20px;
}


.vet p {
    width: 80%;
    margin: 0 auto;
}

.boarding {
    height: auto;
}

.boardingLeft {
    height: auto;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.boardingRight {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    width: 100%;
    height: 530px;
    background: #ffffff;
    text-align: right;
}

@media (max-width: 991.98px) {
    .boardingLeft {
        justify-content: center;
        height: auto;
        padding-top: 25px;
    }
    .boardingRight {
        justify-content: center;
        height: auto;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.boardingRight img {
    max-width: 575px;
    width: 100%;
    padding: 5px;
}

.boardingContent {
    max-width: 585px;
    width: 100%;
    height: auto;
    padding: 5px;
}

.boardingInfo {
    display: flex;
    align-items: center;
    justify-content: center; 

}


.boardingHours p {
    float: left;
    max-width: 275px;
    width: 100%;
    max-height: 300px;
    height: 200px;
    
    font-size: 14px;
    padding-right: 10px;
}


.boardingContentTop {
    display: inline-block;
    width: 100%;
    /*max-height: 400px;*/
    height: auto;
}

/*
.boardingContentTop p {
    float: left;
    width: 100%;
    padding: 5px;
}
*/

.boardingContentBottom {
    display: inline-block;
    width: 100%;
    height: auto;
}

.boardingContentBottomLeft {
    float: left;
    width: 50%;
    height: auto;
}
.boardingContentBottomRight {
    float: left;
    width: 50%;
    height: auto;
}

.boardingHours {
    display: flex;
    float: left;
    width: 245px;

    height: 120px;
    background: #EAEAEA;
    border-radius: 15px;
    align-items: center;
    font-size: 15px;
    line-height: 125%;
}

.boardingHoursLeft {
    display: flex;
    float: left;
    height: 70px;
    width: 50%;
    justify-items: flex-end;
    text-align: right;
    border-right: #252525 solid 1px;
    font-weight: 700;

}

.boardingHoursRight {
    float: left;
    height: 70px;
    width: 50%;
    padding-left: 10px;
}


.boardingButtons {
    float: left;
    max-width: 250px;
    height: 120px;
    /*padding-left: 20px;*/
}

.boardingbtntop {
    max-width: 225px;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: #252525 solid 2px;
    background: none;
    margin-top: 10px;
}

.boardingbtntop:hover {
    border: solid #FE5C48 2px;
    color: #FE5C48;
    transform: scale(0.98);
    
}

.boardingbtnbottom {
    max-width: 225px;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    margin-top: 20px;
    border: none;
    background: #FE5C48;
    color: #ffffff;
}

@media (max-width: 576px) {
    .boardingbtnbottom {
        margin-top: 10px;
    }
 }

.boardingbtnbottom:hover {
    background: #252525;
    color: #ffffff;
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
    transform: scale(0.98);
}


.footer {
    display: flex;
    /*align-items: center;*/
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #EAEAEA;
    text-align: center;
}

.footer span:hover {
    color: #FE5C48;
    cursor: pointer;
}

.footerTitle {
    /*font-size: 26px;*/
    font-size: 2vw;
    font-weight: 900;
    line-height: 90%;
    margin-top: 20px;
    margin-left: 5px;
}


.logoCol {
    text-align: left;
    /*background: green;*/
}

@media (max-width: 991.98px) {
    .logoCol {
        display: flex;
    align-items: center;
    }
}

.logoCol img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.toTopCol {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

#toTop {
    transform: rotate(-90deg);
    margin-right: 25px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    background: #252525;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding-left: 13px;
}

#toTop:hover {
    transform: rotate(-90deg) scale(0.95);
}




.bold {
    font-weight: 700;

}

