/*OPEN SANS and MONTSERRAT */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
body {
    background-color: white;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#wrapper {
    /* overflow-x: hidden; */
}


/* ::selection {
    background: #197D76;
    color: white;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

.text-rich {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: bold;
}

.condition-list {
    list-style-image: url("../bootstrap-5.0.0-beta3-dist/bootstrap-icons-1.5.0/check-dark-blue.svg");
    font-size: 20px;
}


/*Accordion styles */

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #26408B;
}

.accordion-button.collapsed {
    color: white;
    background-color: #26408B;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}


/* .accordion-item {
    background-color: #DAF5FF;
} */

html {
    min-height: 100%;
}

nav {
    background-size: auto;
    background-color: #197D76;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.opacity-2 {
    opacity: 0.2;
}

.bg-pine-green {
    background-color: #197d76;
    color: white;
}

.bg-dark-blue {
    background-color: #26408B;
    color: white;
}

.bg-light-blue {
    background-color: #8AC4FF;
    color: white;
}

.bg-gray {
    background-color: #464646;
    color: white;
}

.text-gray {
    color: #464646;
}

.text-pine-green {
    color: #197D76ff;
}

.text-dark-blue {
    color: #26408B;
}

.border-light-blue {
    border: 5px, #8AC4FF;
}

.fixed-background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: left 1s ease;
    transition: left 1s ease;
}

#contactDiv {
    /* background: url("../img/clinic_summer.jpg") no-repeat center center fixed; */
    /* background-image: url("../img/clinic_summer.jpg"); */
    /* background-image: url("../img/SDC10126.JPG"); */
    /* background-image: url("../img/DSC02031.jpg"); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-color: #26408B;
}

.vertical-center {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contactDiv a {
    color: #bdbdbd;
}

.homeImage {
    object-fit: contain;
    /* width: 400px;
    height: 250px; */
}

.hover-shadow:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.service-box img:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}


/*Footer */

footer {
    background-color: #197D76ff;
    min-height: 250px;
    color: white;
    flex: 1;
}

footer div h1+h2+h3+h4+h5+h6 {
    color: #DAF5FF;
}

footer ul {
    list-style-type: none;
    font-weight: 100;
    font-size: 13px;
}

footer div {
    font-weight: 100;
    font-size: 13px;
}

footer p {
    margin-bottom: 0;
}

footer a {
    color: white;
}

footer a:hover {
    color: #DAF5FF;
}

.dropdown-item.active {
    background-color: #DAF5FF;
    color: #26408B;
}

.nav-dropdown {
    border: #197D76;
}

.nav-dropdown li a {
    color: white;
}

.nav-dropdown li a:hover {
    background-color: #26408B;
    color: white;
}

.logo {
    height: 80px;
    margin: 15px;
}

.padding-left-40 {
    padding-left: 40px;
}

.social-media-icon {
    height: 200px;
    width: 200px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.vertical-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#learn-more {
    padding: 2px 10px;
    width: 50%;
    margin: auto;
}

#learn-more h5 a:visited {
    color: white;
}

#ohip-more {
    margin: auto;
    font-size: 36px;
    text-decoration: none;
}

#ohip-more:visited {
    color: white;
}

#home-banner {
    background: url("../img/DSC02236.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-box {
    min-height: 500px;
    border: 1px solid white;
}

.service-box a {
    color: #26408B;
    text-decoration: none;
}

.title-banner {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 60px;
}