/* 
https://neumorphism.io/#1565C0
https://material.io/design/color/the-color-system.html#tools-for-picking-colors
*/

html {
    scroll-behavior: smooth;
}


/* For nav bar from homepage */

.navbar-fixed-top.scrolled {
    background-color: #004D40 !important;
    opacity: 0.9;
    transition: background-color 2000ms linear;
}

.site-header {
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
}


header .container {
    position: relative;
    z-index: 2;
}

/* ************************* */

/* For site-nav.html in single.html */

.site-nav-header {
    width: 100%;
    overflow: hidden;
}

header .featured-image {
    background-color: #1E88E5;
    margin-top: 75px;
    /* opacity: 0.85; */
}

/* menu */

.blog-menu {
    color: #FFD700;
}

header .no-featured-image {
    font-family: 'Maven Pro', sans-serif;
    background-color: #1565C0;
    margin-top: 82px;
    min-height: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .no-featured-image h1::before {
    content: '';
    display: block;
    border-bottom: 5px solid white;
}

header .no-featured-image h1::after {
    content: '';
    display: block;
    border-bottom: 5px solid white;
    margin-top: 5px;
}

header .no-image-text {
    border-radius: 50px;
    background: #1565C0;
    box-shadow:  20px 20px 60px #104d92, 
                 -20px -20px 60px #1a7dee;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}


.site-nav {
    background-color:#1976D2;
}

.navbar-fixed-top-post.scrolled {
    background-color: #1565C0;
    transition: background-color 2000ms linear;
}

.word-rotate {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 10em;
    height: 1em;
    position: relative;
    display: inline-block;
  }

.word-rotate li {
    font-weight: bold;
    font-size: 1.2em;
    white-space: nowrap;
    height: 1.2em;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}

@media (max-width: 768px) {  
    .site-nav-header .word-rotate {
        display: none;
    }
}


/* ******************* */

/* css from site-special on index.html */

.site-special {
    background-color: #26A69A;
    font-family: Maven Pro, sans-serif;
    /* width: 100%; */
    /* min-height: 80vh; */
    min-height: 55vh;
}

.section-green {
    background-color: #26A69A;
    font-family: Maven Pro, sans-serif;
    /* width: 100%; */
    /* min-height: 80vh; */
}

.section-lightgreen {
    background-color:#4DB6AC;
    font-family: Maven Pro, sans-serif;
}


.img-offer {
    border-radius: 10px;
}

.h4-offer-green {
    border-radius: 10px;
    background: #26A69A;
    box-shadow:  14px 14px 28px #1e8178, 
             -14px -14px 28px #2ecbbc;
}

.neo-offer-green {
    border-radius: 20px;
    background: #26A69A;
    box-shadow:  14px 14px 28px #1e8178, 
             -14px -14px 28px #2ecbbc;
}


/* **************** */

/* contact section */

.contact-home {
    background-color:#00796B;
}

.contact {
    background-color:#1565C0;
}

.neo-info-home {
    border-radius: 20px;
    background: #00796B;
    box-shadow:  20px 20px 60px #00574d, 
             -20px -20px 60px #009b89;
}

.neo-info {
    border-radius: 20px;
    background: #1565C0;
    box-shadow:  14px 14px 28px #104f96, 
             -14px -14px 28px #1a7bea;
}

#contact a {
    color: #E3F2FD;
}

#contact a:hover {
    font-weight: bold;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#contact :link {
    text-decoration: none;
}


/* **************** */

/* footer section */

.site-footer {
    background-color: #0D47A1;
}

.site-footer-home {
    background-color: #004D40;
}

/* **************** */

/* social section */

.layout-social .layout-icon {
    font-size: 2em;
}

/* **************** */

.full_vp {
    height: 100vh;

}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.card-group a:hover {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.card-group a:link {
    font-weight: bold;
    text-decoration: none;
}

/* css single.html */

.postContainer {
    font-family: 'Maven Pro', sans-serif;
    padding-top: 30px;
    background-color:#1E88E5;
    /* min-height: 50vh; */
    width: 100%;
    fill: currentColor; /* for svg */
}

.postContainer svg {
    color: white;
}

.postContainer img.author_pic {
    background-color: white;
    width: 75px;
    height: 75px;
}
 
.postBody a {
    color: white;
}

.postBody span.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.shortcuts {
    border:1px solid white;
}

.postBody a::after {
    font-family: "Font Awesome 5 Free";
    font-size: 0.6em;
    font-weight: 600;
    color: #0D47A1;
    content: "\f0c1";
    display: inline-block;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 2px;
    vertical-align: middle;
    animation: blinker 3s linear infinite;
 }

@keyframes blinker {
    50% {
      opacity: 0;
    }
}

.postBody h3 {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #1E88E5;
    z-index: 0;
}

.postBody h3::after {
    content: "";
    border-bottom: solid 2px #E3F2FD;
    width: 100%;
    margin-left: 10px;
    margin-top: 5px;
    z-index:-1;
}

.postBody .blockquote {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.4em;
    padding-top: 1em;
    padding-left: -0.4em;
    color: #0D47A1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #E3F2FD;
}

.postBody blockquote::before {
    color: #85754e;
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 2.5em;
    position: absolute;
    left: -5px;
    top: -10px;
}

.postBody blockquote::after {
    color: #85754e;
    content: "\201D";
    position: absolute;
    font-size:2.5em;
    right:10px;
    bottom: -35px;
}

/* set parent div to min-height: 50vh */
.postBody .picImgResp { 
    width: 100%;
    height: auto;
    border-radius: 30px;
    background: #1E88E5;
}

.listContainer {
    font-family: 'Maven Pro', sans-serif;
    padding-top: 30px;
    background-color:#1E88E5;
    min-height: 30vh;
    width: 100%;
}


.listContainer .card {
    border-radius: 20px;
    background: #1E88E5;
    box-shadow:  20px 20px 60px #155e9e, 
             -20px -20px 60px #27b2ff;
    color: white;
    transition: all .1s ease-in-out;
}

/* .listContainer .card-header {
    background-color: #1E88E5;
    color: white;
} */


/* .listContainer .card-body {
    border-radius: 20px;
    background: #1E88E5;
    box-shadow:  20px 20px 60px #155e9e, 
             -20px -20px 60px #27b2ff;
    color: white;
} */

.listContainer .card-img-top {
    width: 100%;
    height: 15vw;
    min-height: 200px;
    object-fit: cover;
}

.team {
    color: black;
}

/* .team .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
} */

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

.listContainer .profile-card-2 .card-body{
    position:relative;
}

.listContainer .profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -32px;
    left: 20%;
    max-width: 75px;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }

.listContainer .card-footer {
    background-color: #1E88E5;
    color: white;
}

.listContainer .card-footer .btn {
    border-radius: 30px;
    background: #1E88E5;
    box-shadow:  14px 14px 28px #186bb5, 
             -14px -14px 28px #24a5ff;
    color: white;
}

.listContainer .card-footer .btn:hover {
    border-radius: 30px;
    background: linear-gradient(145deg, #1b7ace, #2092f5);
    box-shadow:  14px 14px 28px #186bb5, 
             -14px -14px 28px #24a5ff;
}

.listContainer .card-header i {
    transition: transform 1s;
    margin-top: -2px;
}

.listContainer .card-header:hover i {
    margin-top: -2px;
    transition: 1s;
    transform-origin: center center;
    transform: rotate(-90deg);
}

.listContainer .neoList {
    border-radius: 20px;
    background: #1E88E5;
    box-shadow:  14px 14px 28px #186bb5, 
                 -14px -14px 28px #24a5ff;
}

.listContainer blockquote {
    min-height: 150px;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.4em;
    padding-top: 1em;
    padding-left: -0.4em;
    color: #0D47A1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #E3F2FD;
}

.listContainer blockquote::before {
    color: #85754e;
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 2.5em;
    position: absolute;
    left: 10px;
    top: -5px;
}

.listContainer blockquote::after {
    color: #85754e;
    content: "\201D";
    position: absolute;
    font-size:2.5em;
    right: 30px;
    bottom: -5px;
}

.svg-section-home-1 {
    background-color:#26A69A;
}

.svg-section-home-2 {
    background-color:#4DB6AC;
}

.svg-section-home-3 {
    /* background-color: #4DB6AC; */
    opacity: 1;
    /* z-index: 1; */
}

/* #doctorv {
    clip-path: url(#mask);
} */


.svg-section {
    fill:#1565C0;
    background-color: #1E88E5;
}

.svg-section-list {
    background-color:#1E88E5;
}

.c404 {
    font-family: 'Maven Pro', sans-serif;
    background-color:#1E88E5;
    color:white;
}

.c404 a {
    color:white;
}

/* ******************************** */

.site-highlights {
    background-color:#4DB6AC;
    min-height: 40vh;
}

.commonCarousel {
    /* border-radius: 20px; */
    background: #4DB6AC;
    box-shadow:  20px 20px 60px #3b8a83, 
             -20px -20px 60px #5fe2d5;
}


.carousel-caption {
    background-color: #00796B;
    /* opacity: 0.7; */
    font-size: 0.9em;
    position: relative;
    left: 0;
    top: 0;
}

html {
    scroll-padding-top: 4rem;
}

.cookie-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    padding: 1rem 2rem;
    background: rgb(71, 71, 71);
    transition: all .75s cubic-bezier(.19, 1, .22, 1);
    color: #fdfdfd;
  }
  
  .cookie-box-hide {
    display: none;
  }

  /* for stacked icons */
  .icon-background {
    color: #f3faf3;
}

.text-in-white {
    color: white;
    font-size: x-large;
}

/* div dd {
    color: red;
} */

li::marker{font-size:0;}
