html {
  scroll-behavior: smooth;
}
.logo { max-width:120px; }

.navbar-light {
    background-color: #f8f9fa !important;

}
.carousel-item {
    text-align: center;
}

.carousel-item img {
   width: 100%; 
}
.divHeaderBLog, .blogArticleMainPicture, .slide img {
    margin-bottom: 0px !important;
}
.h1-title {
    color: #44a5bb !important;
    margin-bottom: 50px;
    font-size: 50px;
    text-align: center;
    padding: 20px 0 38px;
    text-transform: uppercase;
    background: url(/images/uploadedImages/2324/title-bg.png) no-repeat bottom center;
}
.jumbotron, #divContentTitleWrapper {
    background-image: url(/images/uploadedImages/2409/homewell-childcare-staffing-mainbackground-2026-07-10-1811.jpg);
    padding: 180px 0px;
}
#divContentTitleWrapper {
    background-image: none;
    background-color: #104e58;
    padding: 20px 0px;
}
.title-inside {
    color: #44a5bb !important;
    font-weight: 800;
}
#divContentTitleTop section, #divWebPageDetails, .jumbotron h3, #divContentTitle {
    font-family: Exo;
    font-size: x-large !important;
}
#divContainerBlogId2408 img {
    max-width: 100%;
    height: auto;
    height: 258px;
    width: 258px;
    border-radius: 180px;
}
.defaultBoxWithShadow {
    text-align: center;
    font-weight: 800;
}
#divContainerBlogId2408 .blogArticleTitle, #divContainerBlogId2408 .blogArticleMainPicture {
    padding: 20px;
}
.services-area {
    background-color: #44a5bb !important;
    color: #fff !important;
}
.services-area .h1-title {
    color: #fff !important;
}
.competence-area {
    background-image: url(/images/uploadedImages/2324/competence-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    color: #fff;
    background-color: #000;
    position: relative;
}
.divPanelBody10996 .blogArticleMainPicture {
    display:none;
}
.divPanelBody10996 p {
    margin-bottom: 0 !important;
    padding: 0px 20px !important;
}
.divPanelBody10996 .blog-thumbnails {
    margin-bottom: 0 !important;
}
.divPanelBody10996 .row {
    border-top: solid grey 1px;
    padding-top: 10px;
}
.right-side-box {
    border: none !important;
}

#divContentTitleTopInnerValue .btn-primary {
    color: #fff;
    background-color: #44a5bb;
    border-color: #44a5bb;
}

#logo-text-top a, #logo-text-top a:hover {
    font: normal normal normal 30px/1.41em oswald;
    text-decoration: none;
}

#top-info .top-left-info, #top-info .top-left-info a {
    text-align: left;
    xfont-size: small;
    xcolor: #bdf32c !important;
    font-weight: 600;
}
#top-info .top-right-info {
    text-align: right;
    xfont-size: small;
    xcolor: #bdf32c !important;
    font-weight: 600;
}
#top-info {
    background-color: #fff;
    padding: 10px;
}
#top-info .row {
    margin-bottom: 0px;
}
#logo-text-top a {
    color: #104e58;
}

.navbar-light { padding: 20px 0px;}
.navbar-nav li a {
    font-weight: 800;
    color: #104e58 !important;
    text-transform: uppercase;
}
.navbar-nav li a:hover {
    background-color: #1a5866 !important;
    color: #ffffff !important;
}

section#contact {
    background-color: #222;
    color: #fff;
    background-image: url(/images/uploadedImages/2236/contact-us-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:550px){
    .logo { width: 50px; }
     #logo-text-top a, #logo-text-top a:hover { font: normal normal normal 16px/1em oswald; }
     #logo-text-top { margin-right:0px; }
    .navbar-brand { margin-right: 0; }
    .navbar-light { padding: 10px 0px; }
    .jumbotron { padding: 70px 0px !important; }
    .jumbotron-text-only-padding { padding: 80px 0px !important; }
    .jumbotron h1 { font-size: 50px !important; }
    .jumbotron h2 { font-size: 20px !important; }
    .jumbotron h3 { font-size: 20px !important; }
    .social-icon { max-width: 100px; }
    .navbar { display: contents !important; }

     #top-info .top-left-info { text-align: center; }
     #top-info .top-right-info { text-align: center; }
     .navbar-toggler { background-color: aliceblue; }
}

/********************** For VIDEO Background **********************/
.display-4 {
    padding-bottom: 30px 0px;
    font-size:x-large;
}
header {
    position: relative;
    background-color: black;
    height: 85vh;
    min-height: 55rem;
    width: 100%;
    overflow: hidden;
    padding: 250px 10px;
}
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 .container {
  position: relative;
  z-index: 2;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('/images/uploadedImages/2324/homewell-nursing.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}
/********************** For VIDEO Background **********************/

#top-left-button, #top-right-button {
    background-color: #104e58;
    border-radius: .80rem;
    margin-bottom: 0px;
    margin:10px;
}

#logos {
background-color: #d7f1fa;
}
