#divWebPageDetails, #divContentTitle, section p, .homepage-section, #divContentTitleTop {
    font-family: Exo;
    font-size: large !important;
}
.jumbotron, #divContentTitleWrapper {
    background-image: url(https://clixtercanada.com/images/uploadedImages/2359/tecm-church-background-2025-02-07-1003.jpg);
}
.jumbotron {
    text-align: center;
    padding: 100px 0px !important;
}
.jumbotron::before {
    xbackground: none !important;
}
.jumbotron h1 {
    font-family: 'Oswald', serif;
    font-size: 60px;
}
.jumbotron h1, .jumbotron h3 {
    text-shadow: 2px 2px #424040;
}
.jumbotron h3 {
    margin-top: 50px;
    font-weight: 400;
}
.jumbotron .container {
}
.home-button {
    background-color: #1f61a3;
    xborder-radius: 48px;
    padding:15px;
    margin-top:30px;
}

.box-shadow {
    box-shadow: 2px 5px 20px 1px rgb(148, 149, 151);
}

/* Simpler website */

.logo { max-width:150px; }

#logo-text-top {
    font: normal normal normal 32px/1.41em oswald;
}
#logo-text-top {
    color: black !important;
}

.home-button {
    background-color: #082458;
    border-color: #082458;
    xborder-radius: 48px;
    padding:15px;
    margin-top:30px;
}

#history { background-color: #053768; color: #ffffff; }

@media (max-width:550px){
    .jumbotron h1 { font-size: 50px !important; }
    .jumbotron h3 { font-size: 20px !important; }
    .logo { width: 70px; }
    .jumbotron { padding: 70px 0px !important; }
     #logo-text-top { font: normal normal normal 22px/1.41em oswald; }
    .navbar-brand { margin-right: 0; }
    .navbar-light { padding: 10px 0px; }
    .jumbotron h1 { font-size: 40px; }
    .jumbotron-text-only-padding { padding: 80px 0px !important; }
    .social-icon { max-width: 100px; }
}


.social-wrapper .icon{
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}
.social-wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.social-wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.social-wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.social-wrapper .icon:hover span,
.social-wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.social-wrapper .facebook:hover,
.social-wrapper .facebook:hover .tooltip,
.social-wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}
.social-wrapper .twitter:hover,
.social-wrapper .twitter:hover .tooltip,
.social-wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}
.social-wrapper .instagram:hover,
.social-wrapper .instagram:hover .tooltip,
.social-wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}
.social-wrapper .github:hover,
.social-wrapper .github:hover .tooltip,
.social-wrapper .github:hover .tooltip::before {
  background-color: #333333;
  color: #ffffff;
}
.social-wrapper .youtube:hover,
.social-wrapper .youtube:hover .tooltip,
.social-wrapper .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #ffffff;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit !important;
}