/* Global */
* {
    margin: 0;
    padding: 0;
    border: none;
}
#ToTopBtn {
    display: none;
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none;
    background-color: #AAC52E; 
    color: white;
    cursor: pointer; 
    padding: 15px;
    border-radius: 10px; 
    font-size: 18px; 
}
#ToTopBtn:hover {
    background-color: #7d6d61; 
}
.topnav {
    margin: 0;
}
.banner {
    background-image: url('../img/cute_dog_adr_maryanne_broderick-4.jpg');
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner_logo {
    width: 30%;
    overflow: hidden;
    position: relative;
}
.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #AAC52E;
    box-shadow: 2px; 
    -webkit-box-shadow: 0 8px 6px -6px #888888;
    -moz-box-shadow: 0 8px 6px -6px #888888;
    box-shadow: 0 8px 6px -6px #888888;
}
.nav li {
    display: inline;
    text-decoration: none;
}
.nav a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
}
.nav li :hover {
    background-color: #7d6d61;
    color: white;
    text-decoration: none;
}
@media screen and (max-width: 600px) {
  .nav a, .nav li {
    float: none;
    display: block;
  }
}
h1 {
    text-align: center;
    padding: 20px;
}
h2 {
    text-align: center;
    padding: 20px;
}

iframe {
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
p {
    text-align: center;
}

#contact {
    background-color: #AAC52E;
    padding: 40px;
    margin-top: 40px;
    color: white;
}
form {
    color: black;
    margin: 0 auto;
    width: 400px;
    padding: 16px;
    border: 1px solid #CCC;
    background-color: white;
    box-shadow: 0 2px 2px #ccc;
}
div + div {
    margin-top: 16px;
}
label {
    display: inline-block;
    width: 90px;
    text-align: right;
}
input, textarea {
    font: 16px sans-serif;
    width: 300px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}
input:focus, textarea:focus {
    border-color: #000;
}
textarea {
    vertical-align: top;
    height: 5em;
    resize: vertical;
}

.button {
    padding-left: 90px;
}
button {
    margin-left: .5em;
    background: #228896;
    color: white;
    padding: 10px;
    border-radius: 10px;
}
footer {
    background-image: url('../img/facebook_cover_photo_2.png');
    background-color: #228896;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* End Global */

/* ----------------------------------- */

/* Services */
#services{
    background-color: white;
    padding: 30px;
}
.services-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.h1-services {
    color: black;
}
.service1 {
    background-color: white;
    display: inline-block;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 2px 2px #ccc;
    max-width: 400px;
    text-align: center;
}
.store {
    width: 80%;
    margin: auto;
}
/* End Services */

/* ----------------------------------- */

/* About Us */
.team-members {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team {
    border: 1px solid #eee;
    box-shadow: 0 2px 2px #ccc;
    width: 200px; 
    height: 450px;
    padding: 20px;
    display: inline-block;
    text-align: center;
    margin: 20px;
    
}
.team-img {
    width: 100%;
    margin: auto;
    border: 1px solid #eee;
    border-radius: 100%;
    max-width: 200px;
  
}
.about-paper {
    border: 1px solid #eee;
    box-shadow: 0 2px 2px #ccc;
    width: 80%; 
    padding: 20px;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom:;
}
/* End About Us */

/* ----------------------------------- */

/* Index */
.head-mission-block {
    background-color: #228896;
    color: white;
    padding: 20px; 
    box-shadow: 0 2px 2px #ccc;
}
.head-mission-block p {
    font-size: 24px;
}
.head-mission-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    box-shadow: 0 2px 2px #ccc;
    margin-bottom: 30px;
}
.mission-img {
    width: 100%;
    margin: auto;
    max-width: 75px;
}
.mission-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.mission {
    background-color: white;
    display: inline-block;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 2px 2px #ccc;
    max-width: 200px;
    text-align: center;
}
/* End Index */

/* ----------------------------------- */

/* Contact Us */
#contact-us {
    background-color: white;
    padding: 20px;
    color: black;
}
.mapouter {
    text-align: right;
    height: 500px;
    width: 600px;
    margin: auto;
    margin-bottom: 40px;
}
            
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 600px;
}
.hours {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    width: 300px;
}
.hours-card {
    border: 1px solid #eee;
    box-shadow: 0 2px 2px #ccc;
    width: 200px; 
    height: 250px;
    padding: 20px;
    display: inline-block;
    text-align: center;
    margin: 20px;
}
/* End Contact Us */

/* ----------------------------------- */

/* 404.html */
.not-found {
    background-image: url('../img/SVG-Animation-404-Page.gif');
    height: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
