html {
  scroll-behavior: smooth;
}
#divWebPageDetails, #divContentTitle, section p, .homepage-section, #divContentTitleTop {
    font-family: Exo;
    font-size: x-large !important;
}
.jumbotron, #divContentTitleWrapper {
    background-image: url(https://clixtercanada.com/images/uploadedImages/2387/crystal-childcare-bg-2025-01-06-1704.jpg);
}
#divContentTitleWrapper {
    background-position: center top;
}
.jumbotron {
    text-align: center;
    padding: 225px 0px !important;
}
.jumbotron h1 {
    font-family: 'Oswald', serif;
    font-size: 80px;
}
.jumbotron p {
    font-size: x-large;
}
.jumbotron h1, .jumbotron h3 {
    text-shadow: 2px 2px #424040;
}
.jumbotron h3 {
    margin-top: 50px;
    font-weight: 400;
}
/*.box-shadow {
    box-shadow: 2px 5px 20px 1px rgb(148, 149, 151);
}*/
#logo-text-top a, #logo-text-top a:hover {
    font: normal normal normal 30px/1.41em oswald;
    text-decoration: none;
}

/* Reversed Menu Starts */
/*
.black-and-white {
    background-color: #1c1b1b !important;
    color: white;
    padding: 15px 0px;
}
#logo-text-top a, #logo-text-top a:hover {
    color: white !important;
}
.navbar-toggler {
    background-color: #bdc4c9 !important;
}
.navbar-nav li a:hover {
    background-color: #bdc4c9 !important;
    color: #000 !important;
}
.navbar-nav li a {
    color: #bdc4c9 !important;
    font-weight: 500;
    text-transform: none;
    font-size: medium !important;    
}
*/
/* Reversed Menu Ends */

/* Simpler website */

.logo { max-width:200px; }

.home-button {
    background-color: #082458;
    border-color: #082458;
    xborder-radius: 48px;
    padding:15px;
    margin-top:30px;
}

#xhistory { background-color: #14627e; color: #ffffff; }
#gallery { background-color: #f9f1db; }

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;
}

.navbar-light { padding: 20px 0px;}
.navbar-nav li a {
    font-weight: 800;
    color: #e9e9e9!important;
    text-transform: uppercase;
}
.navbar-nav li a:hover {
    xbackground-color: #6c910e !important;
    color: #ffffff !important;
}

.btn-primary { background-color: #063970 !important; }

#events .blogArticleMainPicture {
    max-height: unset;
    overflow: visible;
}
#paypal-frame { 
    height: 190px;
    border: none !important; }
#paypal-form input[type="image"] { width: 100%; max-width: 220px; }

.carousel-item img {
    width: 800px;
    max-width: 100%;
}

.jumbotron .container .row .jumbotron-text-box {
    xmax-width: 500px;
    color: aliceblue;
    padding: 40px;
    /* float: right; */
    position: relative;
    xbackground-image: linear-gradient(to right, #59a509, #40660c);
    background-color: rgb(0 0 0 / 0.3);
}
#top-info .top-left-info, #top-info .top-left-info a {
    text-align: left;
    font-size: small;
    color: #bdf32c !important;
    font-weight: 600;
}
#top-info .top-right-info {
    text-align: right;
    font-size: small;
    color: #bdf32c !important;
    font-weight: 600;
}
#top-info {
    background-color: #bd4e9c;
    padding: 10px;
}
#top-info .row {
    margin-bottom: 0px;
}
#logo-text-top a {
    color: #393a3a
}

@media (max-width:550px){
    .logo { width: 150px; }
     #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; }
     header h1, .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; }

}

/********************** 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('https://clixtercanada.com/images/uploadedImages/2377/jbl-mainbackground-2024-02-23-1155.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}
/********************** For VIDEO Background **********************/

.webPageDetails li {
    margin-bottom: 20px;
}
.round-letter {
    background: #bd4e9c;
    border: 3px solid #bd4e9c;
    border-radius: 90px;
    color: antiquewhite;
    width: 40px;
    display: inline-block;
    text-align: center;
}
.navbar-nav li {
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.navbar-nav li:nth-child(1), .navbar-nav li:nth-child(6) {
  background-color: #2a71af;
}
.navbar-nav li:nth-child(2), .navbar-nav li:nth-child(7) {
  background-color: #d9534f;
}
.navbar-nav li:nth-child(3), .navbar-nav li:nth-child(8) {
  background-color: #f0ad4e;
}
.navbar-nav li:nth-child(4), .navbar-nav li:nth-child(9) {
  background-color: #5bc0de;
}
.navbar-nav li:nth-child(5), .navbar-nav li:nth-child(10) {
  background-color: #5cb85c;
}
.blogArticleItemDivider {
    margin-top: 20px;
    margin-bottom: 20px;
}